diff --git a/src/app/page.tsx b/src/app/page.tsx index 131b192..07b9433 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,31 +17,28 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -164,19 +118,13 @@ export default function LandingPage() { features={[ { icon: Scissors, - title: "Precision Cuts", - description: "Classic and modern styling tailored specifically to your facial features and hair type.", - }, + title: "Precision Cuts", description: "Classic and modern styling tailored specifically to your facial features and hair type."}, { icon: Sparkles, - title: "Beard Grooming", - description: "Sculpting, shaping, and conditioning to keep your beard perfectly maintained.", - }, + title: "Beard Grooming", description: "Sculpting, shaping, and conditioning to keep your beard perfectly maintained."}, { icon: ShieldCheck, - title: "Hot Towel Shave", - description: "A relaxing, premium traditional shave experience that leaves your skin feeling smooth and revitalized.", - }, + title: "Hot Towel Shave", description: "A relaxing, premium traditional shave experience that leaves your skin feeling smooth and revitalized."}, ]} title="Our Grooming Services" description="Comprehensive care for the modern man, ensuring you look sharp and feel your best." @@ -190,40 +138,16 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "barbers", - groupTitle: "Expert Barbers", - members: [ + id: "barbers", groupTitle: "Expert Barbers", members: [ { - id: "m1", - title: "Mike T.", - subtitle: "Lead Barber", - detail: "10+ years experience in precision fades.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg", - }, + id: "m1", title: "Mike T.", subtitle: "Lead Barber", detail: "10+ years experience in precision fades.", imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg"}, { - id: "m2", - title: "Leo V.", - subtitle: "Master Stylist", - detail: "Expert in modern grooming and beard design.", - imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg", - }, + id: "m2", title: "Leo V.", subtitle: "Master Stylist", detail: "Expert in modern grooming and beard design.", imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462476.jpg"}, { - id: "m3", - title: "Sarah H.", - subtitle: "Senior Barber", - detail: "Specialist in classic scissor cuts and shaves.", - imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-beautiful-female-barber-uniform-holding-hair-clipper-with-comb-isolated-green-background_141793-119384.jpg", - }, + id: "m3", title: "Sarah H.", subtitle: "Senior Barber", detail: "Specialist in classic scissor cuts and shaves.", imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-beautiful-female-barber-uniform-holding-hair-clipper-with-comb-isolated-green-background_141793-119384.jpg"}, { - id: "m4", - title: "Alex J.", - subtitle: "Barber", - detail: "Fresh talent focused on crisp lines and detail.", - imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg", - }, + id: "m4", title: "Alex J.", subtitle: "Barber", detail: "Fresh talent focused on crisp lines and detail.", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506294.jpg?_wi=2", - imageAlt: "professional male barber portrait", }, ]} title="Meet the Rstar Crew" @@ -238,28 +162,17 @@ export default function LandingPage() { description="Ready for your next fresh cut? Reach out to schedule or ask any questions." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "service", - type: "text", - placeholder: "Desired Service", - required: false, + name: "service", type: "text", placeholder: "Desired Service", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Any special requests or preferred timing?", - required: false, + name: "message", placeholder: "Any special requests or preferred timing?", required: false, }} imageSrc="http://img.b2bpic.net/free-photo/unpleased-looking-side-slavic-middle-aged-male-barber-uniform-holding-barber-tools-raising-hand-isolated-purple-wall_141793-90047.jpg" /> @@ -269,13 +182,9 @@ export default function LandingPage() {