2 Commits

View File

@@ -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 { Award, CheckCircle, Globe, HelpCircle, Heart, Leaf, Mail, Shield, Sparkles, Star, Zap } from 'lucide-react';
import { Award, CheckCircle, Globe, HelpCircle, Heart, Leaf, Mail, Shield, Sparkles, Star, Zap, Droplet, Sun, Tree, User } from 'lucide-react';
export default function LandingPage() {
return (
@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Aurielle Skin"
description="Discover radiant, healthy skin with our premium skincare collection. Crafted with natural ingredients and dermatologist-backed science for visible results."
description="Reveal luminous, healthy-looking skin with Aurielle Skincare. Powered by nature and refined through dermatologist-guided science to deliver results you can see."
buttons={[
{ text: "Explore Products", href: "products" },
{ text: "Learn More", href: "about" }
@@ -121,6 +121,20 @@ export default function LandingPage() {
},
{
title: "Visible Results", description: "See improvements in skin texture, hydration, and radiance within two weeks of consistent use.", bentoComponent: "line-chart"
},
{
title: "Hydrating Formulas", description: "Our products are rich in hydrating ingredients to keep your skin moisturized all day.", bentoComponent: "icon-info-cards", items: [
{ icon: Droplet, label: "Moisture", value: "High" },
{ icon: Sun, label: "Sun Protection", value: "SPF 30+" },
{ icon: Tree, label: "Plant-Based", value: "100%" }
]
},
{
title: "Customizable Skincare", description: "Tailored solutions to meet your unique skincare needs and goals.", bentoComponent: "icon-info-cards", items: [
{ icon: User, label: "Personalized", value: "Yes" },
{ icon: Shield, label: "Safe", value: "Yes" },
{ icon: Sparkles, label: "Effective", value: "Yes" }
]
}
]}
textboxLayout="default"