diff --git a/src/app/page.tsx b/src/app/page.tsx index b299d5c..64ec86c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { id: "eucalyptus-zen", name: "Eucalyptus Zen", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-rose-candle-book-arrangement_23-2149362953.jpg", imageAlt: "Eucalyptus Zen scented candle", initialQuantity: 1 }, { - id: "rose-garden", name: "Rose Garden", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-miniature-candlesticks-candles-home-decor-comfort-concept_169016-9653.jpg", imageAlt: "Rose Garden scented candle", initialQuantity: 1 + id: "rose-garden", name: "Rose Garden", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-miniature-candlesticks-candles-home-decor-comfort-concept_169016-9653.jpg?_wi=1", imageAlt: "Rose Garden scented candle", initialQuantity: 1 } ]} gridVariant="bento-grid" @@ -127,15 +127,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "100% Natural Ingredients", description: "Hand-blended using pure essential oils and sustainably sourced soy wax. No synthetic fragrances or harmful chemicals—only nature's finest.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg", imageAlt: "Natural candle ingredients" + title: "100% Natural Ingredients", description: "Hand-blended using pure essential oils and sustainably sourced soy wax. No synthetic fragrances or harmful chemicals—only nature's finest.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=1", imageAlt: "Natural candle ingredients" }, { id: 2, - title: "Long-Lasting Burn", description: "Each candle burns for up to 40 hours, filling your space with consistent, even fragrance from first light to the last.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg", imageAlt: "Premium soy wax candle" + title: "Long-Lasting Burn", description: "Each candle burns for up to 40 hours, filling your space with consistent, even fragrance from first light to the last.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=2", imageAlt: "Premium soy wax candle" }, { id: 3, - title: "Eco-Conscious Packaging", description: "All our candles come in recyclable glass jars and eco-friendly packaging. We're committed to reducing environmental impact.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg", imageAlt: "Sustainable candle packaging" + title: "Eco-Conscious Packaging", description: "All our candles come in recyclable glass jars and eco-friendly packaging. We're committed to reducing environmental impact.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=3", imageAlt: "Sustainable candle packaging" } ]} animationType="blur-reveal" @@ -226,7 +226,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-miniature-candlesticks-candles-home-decor-comfort-concept_169016-9653.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-miniature-candlesticks-candles-home-decor-comfort-concept_169016-9653.jpg?_wi=2" imageAlt="Luxury scented candle in elegant setting" mediaAnimation="blur-reveal" mediaPosition="right"