Update src/app/page.tsx

This commit is contained in:
2026-06-03 07:57:59 +00:00
parent 745759ba29
commit cb2109a715

View File

@@ -11,7 +11,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Sparkles, Palette, Wardrobe, GraduationCap } from "lucide-react";
import { Sparkles, Palette, Shirt, GraduationCap } from "lucide-react";
export default function LandingPage() {
return (
@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
title="Recognize yourself in what you wear"
description="Every woman deserves an outfit that feels like home. Through personalized consultations and curated guidance, Miranda helps you find pieces that celebrate who you are—for weddings, graduations, ceremonies, and moments that matter."
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Personal Styling"
tagAnimation="slide-up"
buttons={[
@@ -82,7 +82,7 @@ export default function LandingPage() {
features={[
{ icon: Sparkles, title: "Signature Style Discovery", description: "Uncover your unique aesthetic, body language, and lifestyle needs through in-depth consultations and visual exploration." },
{ icon: Palette, title: "Occasion Styling & Curation", description: "Receive bespoke outfit recommendations and perfectly coordinated ensembles for weddings, galas, presentations, and special celebrations." },
{ icon: Wardrobe, title: "Wardrobe Harmonization", description: "Transform your closet into a cohesive collection where every piece serves a purpose and reflects your evolving self." },
{ icon: Shirt, title: "Wardrobe Harmonization", description: "Transform your closet into a cohesive collection where every piece serves a purpose and reflects your evolving self." },
{ icon: GraduationCap, title: "Empowering Style Education", description: "Gain invaluable insights into fabric, fit, and personal branding, equipping you with knowledge to make confident fashion choices independently." }
]}
animationType="slide-up"