diff --git a/src/app/page.tsx b/src/app/page.tsx index 75e8802..676efcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,10 +106,10 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="entrance-slide" features={[ - { id: "feature-1", title: "Artisan Quality", tags: ["Premium Fabrics", "Hand-Crafted"], imageSrc: "http://img.b2bpic.net/free-psd/eat-delicious-ramen-noodles-soup-poster-template_23-2148668089.jpg", imageAlt: "Premium Quality Clothing" }, - { id: "feature-2", title: "Sustainable Design", tags: ["Eco-Friendly", "Ethical"], imageSrc: "http://img.b2bpic.net/free-photo/creamy-chocolate-cake-with-berries-pink-ceramic-leaves-textured-backdrop_23-2148161644.jpg", imageAlt: "Sustainable Fashion" }, - { id: "feature-3", title: "Unique Aesthetics", tags: ["Bold Designs", "Limited Edition"], imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-sweet-goodies_23-2148900929.jpg", imageAlt: "Unique Design Collections" }, - { id: "feature-4", title: "Customer Care", tags: ["24/7 Support", "Lifetime Warranty"], imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-13284.jpg", imageAlt: "Customer Satisfaction" } + { id: "feature-1", title: "Artisan Quality", tags: ["Premium Fabrics", "Hand-Crafted"], imageSrc: "http://img.b2bpic.net/free-psd/eat-delicious-ramen-noodles-soup-poster-template_23-2148668089.jpg?_wi=1", imageAlt: "Premium Quality Clothing" }, + { id: "feature-2", title: "Sustainable Design", tags: ["Eco-Friendly", "Ethical"], imageSrc: "http://img.b2bpic.net/free-photo/creamy-chocolate-cake-with-berries-pink-ceramic-leaves-textured-backdrop_23-2148161644.jpg?_wi=1", imageAlt: "Sustainable Fashion" }, + { id: "feature-3", title: "Unique Aesthetics", tags: ["Bold Designs", "Limited Edition"], imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-sweet-goodies_23-2148900929.jpg?_wi=1", imageAlt: "Unique Design Collections" }, + { id: "feature-4", title: "Customer Care", tags: ["24/7 Support", "Lifetime Warranty"], imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-13284.jpg?_wi=1", imageAlt: "Customer Satisfaction" } ]} animationType="slide-up" textboxLayout="default" @@ -138,10 +138,10 @@ export default function LandingPage() { tagIcon={ShoppingBag} tagAnimation="entrance-slide" products={[ - { id: "prod-1", name: "Sugar Rush Hoodie", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-psd/eat-delicious-ramen-noodles-soup-poster-template_23-2148668089.jpg", imageAlt: "Sugar Rush Hoodie" }, - { id: "prod-2", name: "Caramel Dream Dress", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/creamy-chocolate-cake-with-berries-pink-ceramic-leaves-textured-backdrop_23-2148161644.jpg", imageAlt: "Caramel Dream Dress" }, - { id: "prod-3", name: "Candy Crush Jeans", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-sweet-goodies_23-2148900929.jpg", imageAlt: "Candy Crush Jeans" }, - { id: "prod-4", name: "Confection Bomber", price: "$139.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-13284.jpg", imageAlt: "Confection Bomber Jacket" } + { id: "prod-1", name: "Sugar Rush Hoodie", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-psd/eat-delicious-ramen-noodles-soup-poster-template_23-2148668089.jpg?_wi=2", imageAlt: "Sugar Rush Hoodie" }, + { id: "prod-2", name: "Caramel Dream Dress", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/creamy-chocolate-cake-with-berries-pink-ceramic-leaves-textured-backdrop_23-2148161644.jpg?_wi=2", imageAlt: "Caramel Dream Dress" }, + { id: "prod-3", name: "Candy Crush Jeans", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-sweet-goodies_23-2148900929.jpg?_wi=2", imageAlt: "Candy Crush Jeans" }, + { id: "prod-4", name: "Confection Bomber", price: "$139.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-13284.jpg?_wi=2", imageAlt: "Confection Bomber Jacket" } ]} gridVariant="bento-grid" animationType="slide-up"