diff --git a/src/app/page.tsx b/src/app/page.tsx index b3b8e66..d6d4436 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Est. 2015" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/young-attractive-tattoo-artist-black-gloves-is-tuning-her-tattoo-machine-before-tattoo-session_613910-17248.jpg" imageAlt="Professional tattoo studio artist at work" mediaAnimation="slide-up" @@ -83,13 +83,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Custom Tattoo Design", description: "Collaborate with our master tattoo artists to create unique, personalized designs that tell your story. From intricate line work to full-color masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/shirtless-tattooed-bearded-male-sits-chair-grey-background_613910-1774.jpg", imageAlt: "Custom tattoo artwork showcase"}, + title: "Custom Tattoo Design", description: "Collaborate with our master tattoo artists to create unique, personalized designs that tell your story. From intricate line work to full-color masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/shirtless-tattooed-bearded-male-sits-chair-grey-background_613910-1774.jpg", imageAlt: "Custom tattoo artwork showcase" + }, { id: 2, - title: "Professional Piercing", description: "Sterile, certified procedures performed by experienced piercers. We offer ear, facial, and body piercings with premium jewelry selections.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg", imageAlt: "Professional piercing jewelry collection"}, + title: "Professional Piercing", description: "Sterile, certified procedures performed by experienced piercers. We offer ear, facial, and body piercings with premium jewelry selections.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg", imageAlt: "Professional piercing jewelry collection" + }, { id: 3, - title: "Aftercare & Support", description: "Comprehensive aftercare guidance and ongoing support to ensure your new art heals beautifully. We're here for you every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/dark-photo-different-equipment-tattoo-making-tattoo-salon_613910-17242.jpg", imageAlt: "Studio consultation and care services"}, + title: "Aftercare & Support", description: "Comprehensive aftercare guidance and ongoing support to ensure your new art heals beautifully. We're here for you every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/dark-photo-different-equipment-tattoo-making-tattoo-salon_613910-17242.jpg", imageAlt: "Studio consultation and care services" + }, ]} />