Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 15:07:00 +00:00

View File

@@ -125,20 +125,17 @@ export default function LandingPage() {
{
id: "feature-natural", title: "100% Natural Ingredients", descriptions: [
"We source only premium, natural ingredients from sustainable suppliers around the world.", "No synthetic additives, no compromise on quality."
],
imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016630.jpg", imageAlt: "Natural organic perfume ingredients"
], imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016630.jpg", imageAlt: "Natural organic perfume ingredients"
},
{
id: "feature-sustainable", title: "Eco-Conscious Packaging", descriptions: [
"Our bottles are crafted from recycled glass with minimal environmental impact.", "Every purchase supports ocean conservation initiatives."
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091338.jpg", imageAlt: "Sustainable eco-friendly packaging design"
], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091338.jpg", imageAlt: "Sustainable eco-friendly packaging design"
},
{
id: "feature-artisan", title: "Master Craftsmanship", descriptions: [
"Each fragrance is meticulously blended by our team of master perfumers with decades of expertise.", "Traditional techniques meet modern innovation."
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-making-kombucha_23-2149704033.jpg", imageAlt: "Artisan perfume master crafting"
], imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-making-kombucha_23-2149704033.jpg", imageAlt: "Artisan perfume master crafting"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -185,9 +182,9 @@ export default function LandingPage() {
}
]}
kpiItems={[
{ value: "50K+", title: "Happy Customers" },
{ value: "98%", title: "Satisfaction Rate" },
{ value: "15+", title: "Award Winning" }
{ value: "50K+" },
{ value: "98%" },
{ value: "15+" }
]}
animationType="slide-up"
textboxLayout="default"