Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 16:32:12 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"