From 368ac4c9326a0b3a6e3337db9ffc269957d874bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 16:52:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc7ce69..ba64cdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,8 +85,11 @@ export default function LandingPage() { description="Our unwavering commitment to excellence is backed by decades of experience and client satisfaction." logos={[ "https://img.b2bpic.net/free-vector/set-labour-day-labels-with-yellow-frames_23-2147617898.jpg", "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", "https://img.b2bpic.net/free-vector/set-labour-day-labels-with-yellow-frames_23-2147617898.jpg", "https://img.b2bpic.net/free-vector/iron-sheet-first-place-with-red-ribbon_23-2147486017.jpg", "https://img.b2bpic.net/free-vector/luxury-sales-stickers_23-2147567188.jpg"]} + names={["Licensed", "Insured", "Experienced", "5-Star Rated", "Premium Materials"]} tag="Our Commitment" tagIcon={BadgeCheck} + textboxLayout="default" + useInvertedBackground={false} /> @@ -98,6 +101,7 @@ export default function LandingPage() { { type: "text", content: "Building Futures." }, ]} buttons={[{ text: "Learn More About Us", href: "#about" }]} + useInvertedBackground={false} /> @@ -132,7 +136,7 @@ export default function LandingPage() { description="A curated showcase of our most distinguished custom builds and luxury renovations." tag="Our Work" tagIcon={Image} - gridVariant="default" + gridVariant="standard" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1