diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 8e34241..438dacf 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -31,6 +31,7 @@ export default function ContactUsPage() { { name: "Contact us", id: "/contact-us" }, ]} brandName="CleanScene" + button={{ text: "Get Quote" }} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cdea7cb..82cab3a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- +
); diff --git a/src/app/estimate/page.tsx b/src/app/estimate/page.tsx index 370fcfa..056412b 100644 --- a/src/app/estimate/page.tsx +++ b/src/app/estimate/page.tsx @@ -21,47 +21,48 @@ export default function EstimatePage() { headingFontWeight="bold" > - + -
- -
+
+ +
- +
); diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 536fe1f..33f9b37 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -31,6 +31,7 @@ export default function FleetPage() { { name: "Contact us", id: "/contact-us" }, ]} brandName="CleanScene" + button={{ text: "Get Quote" }} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 726d756..eff3461 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,94 +24,96 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- window.location.href = "/fleet/p1" }, - { id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", onProductClick: () => window.location.href = "/fleet/p2" }, - ]} - title="Our Premium Fleet" - textBoxTitleClassName="text-[#0a7039]" - description="Made-in-USA trailers designed for peak comfort." - buttons={[{ text: "View Details" }]} - /> -
+
+ window.location.href = "/fleet/p1" }, + { id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", onProductClick: () => window.location.href = "/fleet/p2" }, + ]} + title="Our Premium Fleet" + textBoxTitleClassName="text-[#0a7039]" + description="Made-in-USA trailers designed for peak comfort." + buttons={[{ text: "View Details" }]} + textboxLayout="split-description" + /> +
-
- -
+
+ +
- +
); diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index e3e1b24..e1f7b2e 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -31,6 +31,7 @@ export default function PricingPage() { { name: "Contact us", id: "/contact-us" }, ]} brandName="CleanScene" + button={{ text: "Get Quote" }} />