3 Commits

Author SHA1 Message Date
15a03b78fe Update src/app/page.tsx 2026-04-18 17:08:02 +00:00
0763ff9834 Merge version_1 into main
Merge version_1 into main
2026-04-18 17:05:20 +00:00
cf0c0522fe Merge version_1 into main
Merge version_1 into main
2026-04-18 17:04:50 +00:00

View File

@@ -124,6 +124,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[{ text: "View Full Gallery", href: "/gallery" }]}
products={[
{ id: "p1", brand: "Springfield", name: "Residential Lawn Transformation", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969834.jpg" },
{ id: "p2", brand: "Springfield", name: "Stone Patio & Walkway", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-crossfit-with-wheel-hammer_23-2147671860.jpg" },
@@ -231,4 +232,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}