From 449953eccb0e8c906d30a6bdfc752be999b09bb0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 14:03:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6eaa57a..d585320 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 { Mail, Leaf, Droplet, Sprout, Wind } from "lucide-react"; +import { Mail, Leaf, Droplet, Sprout, Wind, Globe, LineChart } from "lucide-react"; export default function SkincareTemplatePage() { return ( @@ -98,17 +98,17 @@ export default function SkincareTemplatePage() { description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping." features={[ { - title: "Worldwide Shipping", description: "Fast and reliable delivery to over 150 countries worldwide", bentoComponent: { 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: { bentoComponent: 'line-chart' } + title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: 'line-chart' }, { - title: "Sustainable", description: "Eco-conscious packaging and ethical sourcing practices", bentoComponent: { bentoComponent: 'orbiting-icons', centerIcon: Leaf, items: [ + title: "Sustainable", description: "Eco-conscious packaging and ethical sourcing practices", bentoComponent: 'orbiting-icons', centerIcon: Leaf, items: [ { icon: Droplet, ring: 1 }, { icon: Sprout, ring: 2 }, { icon: Wind, ring: 3 } - ]} + ] } ]} animationType="slide-up"