Update src/app/page.tsx

This commit is contained in:
2026-04-05 17:16:56 +00:00
parent 27a1c670a0
commit 7da2c81d15

View File

@@ -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!"