From d4f9062c5630c97c09c55e22c26b07a3b37233ae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 16:32:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bad49a..b299d5c 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?_wi=1", 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", imageAlt: "Rose Garden scented candle", initialQuantity: 1 } ]} gridVariant="bento-grid" @@ -93,8 +93,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl md:text-5xl font-semibold" - descriptionClassName="text-lg text-gray-600" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold" + textBoxDescriptionClassName="text-lg text-gray-600" /> @@ -127,23 +127,23 @@ 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "Sustainable candle packaging" } ]} animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl md:text-5xl font-semibold" - descriptionClassName="text-lg text-gray-600" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold" + textBoxDescriptionClassName="text-lg text-gray-600" /> @@ -178,7 +178,7 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl md:text-5xl font-semibold" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold" /> @@ -212,8 +212,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl md:text-5xl font-semibold" - descriptionClassName="text-lg text-gray-600" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold" + textBoxDescriptionClassName="text-lg text-gray-600" /> @@ -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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-miniature-candlesticks-candles-home-decor-comfort-concept_169016-9653.jpg" imageAlt="Luxury scented candle in elegant setting" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1