diff --git a/src/app/page.tsx b/src/app/page.tsx index e3989b0..96bd1cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,