Update src/app/page.tsx

This commit is contained in:
2026-05-31 22:36:04 +00:00
parent 9193893d57
commit 5b69b74314

View File

@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Droplet, Leaf, Sparkles, Sun, Water, HeartPulse, Nut, Lightbulb } from "lucide-react";
import { Droplet, Leaf, Sparkles, Sun, HeartPulse, Nut, Lightbulb } from "lucide-react";
export default function LandingPage() {
return (
@@ -99,7 +99,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Deep Hydration", description: "Infuse your skin with essential moisture, leaving it plump, soft, and supple throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-pearls-make-up_23-2148871296.jpg", imageAlt: "Close-up of healthy skin with water drops, symbolizing hydration", buttonIcon: Water,
title: "Deep Hydration", description: "Infuse your skin with essential moisture, leaving it plump, soft, and supple throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-pearls-make-up_23-2148871296.jpg", imageAlt: "Close-up of healthy skin with water drops, symbolizing hydration", buttonIcon: Droplet,
},
{
title: "Advanced Anti-Aging", description: "Target fine lines and wrinkles, promoting a smoother, more youthful complexion with our potent formulas.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-female-model-portrait_23-2149012592.jpg", imageAlt: "Luxurious anti-aging cream jar with elegant lighting", buttonIcon: HeartPulse,