2 Commits

Author SHA1 Message Date
569fb111c3 Update src/app/page.tsx 2026-03-06 20:25:50 +00:00
4a84fc22fe Update src/app/layout.tsx 2026-03-06 20:25:50 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1419,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -93,16 +93,16 @@ export default function LandingPage() {
description="Explore our portfolio of completed renovations showcasing quality craftsmanship and attention to detail." description="Explore our portfolio of completed renovations showcasing quality craftsmanship and attention to detail."
products={[ 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" gridVariant="four-items-2x2-equal-grid"
@@ -229,4 +229,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }