From c8b68419669bb891d604f088998cd99986cd31fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 14:08:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf0905a..54506c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,6 +116,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Creative Highlights" description="Curated visual storytelling from our platform features." + textboxLayout="default" products={[ { id: "1", name: "Cozy Reading", brand: "Lifestyle", price: "Gallery", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg" }, { id: "2", name: "Writing Focus", brand: "Lifestyle", price: "Gallery", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/assortment-natural-material-stationery_23-2148898259.jpg" }, @@ -143,6 +144,7 @@ export default function LandingPage() {