diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b01fe0..01ed5d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,6 @@ export default function LandingPage() {
@@ -67,6 +66,7 @@ export default function LandingPage() { description="We don't just sell furniture; we provide peace of mind." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} features={[ { title: "Personalized Service", description: "Our family-owned approach means you deal with people who truly care about your home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-family-buying-furniture-store_23-2148767351.jpg" }, @@ -83,6 +83,8 @@ export default function LandingPage() { description="Discover our latest arrivals in home furniture." animationType="slide-up" gridVariant="four-items-2x2-equal-grid" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", name: "Classic Sofa", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room_23-2148810292.jpg" }, { id: "2", name: "Dining Set", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/dining-room_23-2148810287.jpg" }, @@ -96,6 +98,7 @@ export default function LandingPage() {