From b46e39e7e7f6a6d40ac93c60931f8f8aadf36396 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:06:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90b7c14..51af633 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1