diff --git a/src/app/page.tsx b/src/app/page.tsx index 49dfce5..7e29b70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "https://images.unsplash.com/photo-1550989460-0adf9ea622e2" }, - { id: "c2", name: "Milk Chocolate", price: "$5.25", imageSrc: "https://images.unsplash.com/photo-1582234372134-2b8872ba6556" }, + { id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "https://images.unsplash.com/photo-1550989460-0adf9ea622e2?_wi=1" }, + { id: "c2", name: "Milk Chocolate", price: "$5.25", imageSrc: "https://images.unsplash.com/photo-1582234372134-2b8872ba6556?_wi=1" }, { id: "c3", name: "Salted Caramel", price: "$5.50", imageSrc: "https://images.unsplash.com/photo-1596078442343-4e31464731a5" }, ]} title="Our Flavors" @@ -87,8 +87,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "t1", title: "Fresh Fruit", author: "Topping", description: "Crisp, sweet, and seasonal berries.", tags: ["Premium"], imageSrc: "https://images.unsplash.com/photo-1550989460-0adf9ea622e2" }, - { id: "t2", title: "Cookie Dough", author: "Topping", description: "The ultimate sweet indulgence.", tags: ["Classic"], imageSrc: "https://images.unsplash.com/photo-1582234372134-2b8872ba6556" }, + { id: "t1", title: "Fresh Fruit", author: "Topping", description: "Crisp, sweet, and seasonal berries.", tags: ["Premium"], imageSrc: "https://images.unsplash.com/photo-1550989460-0adf9ea622e2?_wi=2" }, + { id: "t2", title: "Cookie Dough", author: "Topping", description: "The ultimate sweet indulgence.", tags: ["Classic"], imageSrc: "https://images.unsplash.com/photo-1582234372134-2b8872ba6556?_wi=2" }, ]} title="Build Your Perfect Cup" description="Add unlimited toppings for just $2. Fresh fruit, cookie dough, and more to make it yours!"