From 76306532d940607011aa8235a7b1f083e19c41de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:03:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ff0695..073390f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Heart, Shield, Leaf, Users, Headphones, Mail } from "lucide-react"; +import { Heart, Shield, Leaf, Users, Headphones, Mail, Droplet, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -124,6 +124,24 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg?_wi=3" } + }, + { + id: 3, + title: "Eco-Friendly Materials", description: "100% biodegradable and sustainable materials that care for you and the planet without compromise.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg?_wi=3" + }, + phoneTwo: { + imageSrc: "http://img.b2bpic.net/free-photo/pile-wrapped-pads-tampon-top-view_23-2148381619.jpg?_wi=3" + } + }, + { + id: 4, + title: "Dermatologist Approved", description: "Clinically tested and hypoallergenic formula designed specifically for sensitive skin and peace of mind.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg?_wi=4" + }, + phoneTwo: { + imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg?_wi=4" + } } ]} showStepNumbers={true} @@ -283,4 +301,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1