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 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