diff --git a/src/app/page.tsx b/src/app/page.tsx index bb7cf8f..73df058 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="slide-up" useInvertedBackground={false} - textboxLayout="image-center" + textboxLayout="default" products={[ { id: "project-1", name: "Hill Country Oasis", price: "Completed Project", variant: "Landscape Design", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-flower-turf-with-black-placard-dirt-wooden-bench_23-2148044482.jpg", imageAlt: "before after garden renovation" }, { id: "project-2", name: "Elegant Patio & Walkways", price: "Completed Project", variant: "Stonework & Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821268.jpg", imageAlt: "luxury backyard patio design" }, @@ -148,6 +148,7 @@ export default function LandingPage() { buttons={[ { text: "Get a Free Estimate", href: "#contact" } ]} + useInvertedBackground={false} />