diff --git a/src/app/page.tsx b/src/app/page.tsx index 03fcc6c..5c72935 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,10 +90,10 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "vanilla-dream", name: "Vanilla Dream", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-caramel-ice-cream-with-nuts-texture_23-2151987218.jpg", imageAlt: "Creamy vanilla ice cream", initialQuantity: 1 + id: "vanilla-dream", name: "Vanilla Dream", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-caramel-ice-cream-with-nuts-texture_23-2151987218.jpg?_wi=1", imageAlt: "Creamy vanilla ice cream", initialQuantity: 1 }, { - id: "strawberry-bliss", name: "Strawberry Bliss", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pink-ice-cream-still-life_23-2150096620.jpg", imageAlt: "Fresh strawberry ice cream", initialQuantity: 1 + id: "strawberry-bliss", name: "Strawberry Bliss", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pink-ice-cream-still-life_23-2150096620.jpg?_wi=1", imageAlt: "Fresh strawberry ice cream", initialQuantity: 1 }, { id: "chocolate-fudge", name: "Chocolate Fudge", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431193.jpg", imageAlt: "Rich chocolate ice cream", initialQuantity: 1 @@ -129,10 +129,10 @@ export default function LandingPage() { id: "natural-ingredients", title: "100% Natural Ingredients", description: "No artificial flavors or preservatives. Just pure, premium ingredients sourced from trusted suppliers.", tag: "Quality First", imageSrc: "http://img.b2bpic.net/free-photo/pine-cones-pouring-out-bucket-cake-blue_114579-24570.jpg", imageAlt: "Natural ice cream ingredients" }, { - id: "daily-fresh", title: "Made Fresh Daily", description: "Our ice cream is handcrafted and churned fresh every morning to ensure maximum creaminess and flavor.", tag: "Freshness", imageSrc: "http://img.b2bpic.net/free-photo/delicious-caramel-ice-cream-with-nuts-texture_23-2151987218.jpg", imageAlt: "Fresh ice cream production" + id: "daily-fresh", title: "Made Fresh Daily", description: "Our ice cream is handcrafted and churned fresh every morning to ensure maximum creaminess and flavor.", tag: "Freshness", imageSrc: "http://img.b2bpic.net/free-photo/delicious-caramel-ice-cream-with-nuts-texture_23-2151987218.jpg?_wi=2", imageAlt: "Fresh ice cream production" }, { - id: "unique-flavors", title: "Unique & Seasonal Flavors", description: "Discover rotating seasonal flavors and limited editions alongside our beloved classics.", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pink-ice-cream-still-life_23-2150096620.jpg", imageAlt: "Seasonal ice cream flavors" + id: "unique-flavors", title: "Unique & Seasonal Flavors", description: "Discover rotating seasonal flavors and limited editions alongside our beloved classics.", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pink-ice-cream-still-life_23-2150096620.jpg?_wi=2", imageAlt: "Seasonal ice cream flavors" } ]} animationType="slide-up"