From 8646d43730207e3251b0560542343870aa8f5080 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 02:40:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6640fef..55284b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,11 +25,13 @@ export default function LandingPage() { @@ -39,15 +41,16 @@ export default function LandingPage() { description="Delivering Premium Rock Materials With Precision" buttons={[ { - text: "Explore Our Services", href: "/home"}, + text: "Explore Our Services", href: "/home" + }, { - text: "Get a Quote", href: "/home#contact"}, + text: "Get a Quote", href: "/home#contact" + }, ]} imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307752.jpg" imageAlt="Heavy machinery used in construction industry" showDimOverlay={true} showBlur={true} - mediaAnimation="opacity" /> @@ -57,15 +60,18 @@ export default function LandingPage() { { items: [ { - label: "Main Site", href: "/home"}, + label: "Main Site", href: "/home" + }, { - label: "Contact", href: "/home#contact"}, + label: "Contact", href: "/home#contact" + }, ], }, { items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", href: "#" + }, ], } ]}