Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-18 17:08:06 +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>
);
}
}