From a3c6e29354fe933e3bd96684d70e410ceb819a7a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:51:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 627566b..8d40cd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,6 @@ export default function LandingPage() { { text: "Learn More", href: "features" } ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -69,11 +68,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Apple", name: "iPhone 15 Pro Max", price: "$1,199", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-with-blank-screens-blue-surface_187299-47747.jpg?_wi=1", imageAlt: "iPhone 15 Pro Max" + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-with-blank-screens-blue-surface_187299-47747.jpg", imageAlt: "iPhone 15 Pro Max" }, { id: "2", brand: "Apple", name: "iPhone 15", price: "$799", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-with-blank-screens-blue-surface_187299-47747.jpg?_wi=2", imageAlt: "iPhone 15" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-with-blank-screens-blue-surface_187299-47747.jpg", imageAlt: "iPhone 15" }, { id: "3", brand: "Apple", name: "iPhone 14", price: "$599", rating: 4, @@ -83,9 +82,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} buttons={[{ text: "View All Products", href: "#" }]} buttonAnimation="slide-up" + useInvertedBackground={false} /> -- 2.49.1