From 6c7cc6d3eee7036e1975faadc43e9ec02c75fd8c Mon Sep 17 00:00:00 2001 From: AmirReza Jamali Date: Sun, 26 Oct 2025 15:30:29 +0330 Subject: [PATCH] feat(ui): Overhaul homepage and layout styling for responsiveness Refactors the styling across the main layout, homepage, and contact page to improve responsiveness and visual consistency. Key changes include: - Adjusted font sizes, spacing, and padding on the homepage for better scaling on different screen sizes. - Simplified the hero section image and layout. - Updated the footer design, removing the background image and changing text color from white to black for better readability. - Replaced React fragments with `
` tags for improved semantic HTML on the contact page. - Streamlined header and content padding in the main layout. --- app/(home)/contact-us/page.tsx | 4 +- app/(home)/layout.tsx | 18 ++++----- app/(home)/page.tsx | 69 ++++++++++++++++++++-------------- app/marketing/page.tsx | 2 +- 4 files changed, 52 insertions(+), 41 deletions(-) diff --git a/app/(home)/contact-us/page.tsx b/app/(home)/contact-us/page.tsx index 5d97e47..f0cc73d 100644 --- a/app/(home)/contact-us/page.tsx +++ b/app/(home)/contact-us/page.tsx @@ -22,7 +22,7 @@ export const metadata: Metadata = { const ContactUsPage = () => { return ( - <> +

Contact Us @@ -42,7 +42,7 @@ const ContactUsPage = () => {

- +
); }; diff --git a/app/(home)/layout.tsx b/app/(home)/layout.tsx index 2bcf6fc..bcf1004 100644 --- a/app/(home)/layout.tsx +++ b/app/(home)/layout.tsx @@ -38,7 +38,7 @@ function ContactInfo({ contactIconSrc?: string; }) { return ( -
+
-
+
-
{children}
-