From 7803e5166c49125560ffc3ae328e61cb751e1310 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:02:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 962d69c..09c43c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,7 @@ export default function LandingPage() { tag="Industrial Luxury" tagIcon={Sparkles} tagAnimation="slide-up" - buttons={[ - { text: "View Our Work", href: "#portfolio" }, - ]} + buttons={[]} buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg", imageAlt: "Metal fabrication with welding sparks" }, @@ -217,7 +215,7 @@ export default function LandingPage() { carouselMode="buttons" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "View Full Portfolio", href: "#contact" }]} + buttons={[]} buttonAnimation="slide-up" className="py-20" containerClassName="max-w-6xl mx-auto" @@ -281,4 +279,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1