Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user