From 81cbbabadbf0ace01d5ec9d495df6b9f5589f10c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:24:54 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 771a4dc..ae8b5ad 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,7 +24,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -35,9 +35,7 @@ export default function AboutPage() { navItems={navItems} brandName="DetailPro" button={{ - text: "Get Your Free Quote", - href: "#contact", - }} + text: "Get Your Free Quote", href: "#contact"}} className="fixed top-6 left-0 right-0 z-50 flex justify-center" /> @@ -58,20 +56,11 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 20:24:55 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 50 +++++++++++----------------------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7550940..464a1b0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,7 +23,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -34,9 +34,7 @@ export default function ContactPage() { navItems={navItems} brandName="DetailPro" button={{ - text: "Get Your Free Quote", - href: "#contact", - }} + text: "Get Your Free Quote", href: "#contact"}} className="fixed top-6 left-0 right-0 z-50 flex justify-center" /> @@ -45,35 +43,17 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 20:24:56 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 159 ++++++++++------------------------------------- 1 file changed, 33 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd388cb..66ece3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -39,9 +39,7 @@ export default function HomePage() { navItems={navItems} brandName="DetailPro" button={{ - text: "Get Your Free Quote", - href: "#contact", - }} + text: "Get Your Free Quote", href: "#contact"}} className="fixed top-6 left-0 right-0 z-50 flex justify-center" /> @@ -50,7 +48,7 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 20:24:57 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 83 +++++++++++---------------------------- 1 file changed, 22 insertions(+), 61 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 213a9a5..35f84c2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -25,7 +25,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -36,9 +36,7 @@ export default function ServicesPage() { navItems={navItems} brandName="DetailPro" button={{ - text: "Get Your Free Quote", - href: "#contact", - }} + text: "Get Your Free Quote", href: "#contact"}} className="fixed top-6 left-0 right-0 z-50 flex justify-center" /> @@ -47,63 +45,39 @@ export default function ServicesPage() {