From 777c3712a2d2397ebb8473c253ba62a1a566236f Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 12:06:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 697d859..339e174 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Leaf, Droplet, Sprout, Wind, Mail, Globe } from "lucide-react"; +import { Leaf, Droplet, Sprout, Wind, Mail, Globe, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -94,7 +94,7 @@ export default function LandingPage() { description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping." features={[ { - title: "Natural Ingredients", description: "100% plant-based formulations free from harmful chemicals", bentoComponent: "globe" + title: "Worldwide Shipping", description: "Fast and reliable delivery to over 150 countries worldwide", bentoComponent: "globe" }, { title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: "line-chart" -- 2.49.1