From f5cc31beb9bd145a8e4155d7e36a9900db494000 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:21:06 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d8a723b..b76867f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -66,17 +66,17 @@ export default function BlogPage() { { title: 'Company', items: [ - { text: 'Home', href: '/' }, - { text: 'About', href: '/#about' }, - { text: 'Services', href: '/#services' }, - { text: 'Projects', href: '/#projects' }, + { label: 'Home', href: '/' }, + { label: 'About', href: '/#about' }, + { label: 'Services', href: '/#services' }, + { label: 'Projects', href: '/#projects' }, ], }, { title: 'Connect', items: [ - { text: 'Contact Us', href: '/#contact' }, - { text: 'Blog', href: '/blog' }, + { label: 'Contact Us', href: '/#contact' }, + { label: 'Blog', href: '/blog' }, ], }, ]} -- 2.49.1 From fccb9d3dd62fcd181942505d085cdf694325f217 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:21:07 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5289cf2..6f21720 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,13 +62,18 @@ export default function LandingPage() { title="Building Trust, One Project at a Time" description="Our commitment to excellence is reflected in every project, backed by unwavering standards." logos={[ - "https://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752775.jpg", "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", "https://img.b2bpic.net/free-vector/anniversary-insignias_23-2147509300.jpg", "https://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg", "https://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg"]} + "https://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149752775.jpg", "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", "https://img.b2bpic.net/free-vector/anniversary-insignias_23-2147509300.jpg", "https://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg", "https://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg" + ]} names={['Licensed', 'Insured', '20+ Years Experience', '5-Star Rated', 'Premium Materials']} tag="Our Credentials" textboxLayout="default" useInvertedBackground={true} speed={30} showCard={false} + textBoxTitleClassName="text-4xl lg:text-5xl font-semibold" + textBoxDescriptionClassName="max-w-prose text-foreground/80" + containerClassName="py-16" + logoItemClassName="max-h-16 w-auto h-auto px-6" /> -- 2.49.1 From e449f912568314c638401ce58003363c6b25400b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:21:08 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 2717163..af1e71a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -94,7 +94,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" bottomRightText="Request a Consultation" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -126,7 +125,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" bottomRightText="Request a Consultation" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -165,7 +163,6 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" bottomRightText="Request a Consultation" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
-- 2.49.1 From 5a4e7d411401496d4e7199a6076d11d8008ba7c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:21:08 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6088c8c..6aae700 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,7 +37,6 @@ function ShopPageContent() { brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" bottomRightText="Request a Consultation" - button={{ text: "Cart", onClick: () => {} }} />
@@ -68,7 +67,6 @@ function ShopPageContent() { brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" bottomRightText="Request a Consultation" - button={{ text: "Cart", onClick: () => {} }} />
-- 2.49.1