From 4a84fc22fe24b721cb8f9d13e25972cea92d2495 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:25:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9add272..92ed22a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 569fb111c3717b2ef4cd7d190447ef09ff842486 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:25:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fd4346..3c8a782 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,16 +93,16 @@ export default function LandingPage() { description="Explore our portfolio of completed renovations showcasing quality craftsmanship and attention to detail." products={[ { - id: "1", name: "Luxury Modern Kitchen Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/people-office-having-break_23-2147668797.jpg", imageAlt: "Completed luxury kitchen renovation project", initialQuantity: 1 + id: "1", name: "Luxury Modern Kitchen Transformation", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/people-office-having-break_23-2147668797.jpg", imageAlt: "Completed luxury kitchen renovation project", initialQuantity: 1 }, { - id: "2", name: "Contemporary Home Remodel", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-with-bathtub-shower_23-2151995358.jpg", imageAlt: "Modern home renovation completed project", initialQuantity: 1 + id: "2", name: "Contemporary Home Remodel", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-with-bathtub-shower_23-2151995358.jpg", imageAlt: "Modern home renovation completed project", initialQuantity: 1 }, { - id: "3", name: "Elegant Master Suite Renovation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/serious-unshaven-man-expert-tries-explain-his-idea-wife_273609-44258.jpg", imageAlt: "Elegant home renovation showcase", initialQuantity: 1 + id: "3", name: "Elegant Master Suite Renovation", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/serious-unshaven-man-expert-tries-explain-his-idea-wife_273609-44258.jpg", imageAlt: "Elegant home renovation showcase", initialQuantity: 1 }, { - id: "4", name: "Full Home Renovation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-coworkers-throwing-up-papers_23-2147668866.jpg", imageAlt: "Complete home transformation project", initialQuantity: 1 + id: "4", name: "Full Home Renovation", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-coworkers-throwing-up-papers_23-2147668866.jpg", imageAlt: "Complete home transformation project", initialQuantity: 1 } ]} gridVariant="four-items-2x2-equal-grid" @@ -229,4 +229,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1