diff --git a/src/app/page.tsx b/src/app/page.tsx index 376cb4d..08eb896 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,14 @@ export default function LandingPage() { background={{ variant: "downward-rays-static" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "Satisfied customer"}, + src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "Satisfied customer" + }, { - src: "http://img.b2bpic.net/free-photo/attractive-feminine-tender-young-woman-curlyhaired-chubby-smiling-silly-look-camera-blue-eyes-girlfriend-attend-first-date-liking-spend-time-together-boyfriend-have-fun-look-happy-white-background_176420-50549.jpg", alt: "Happy client"}, + src: "http://img.b2bpic.net/free-photo/attractive-feminine-tender-young-woman-curlyhaired-chubby-smiling-silly-look-camera-blue-eyes-girlfriend-attend-first-date-liking-spend-time-together-boyfriend-have-fun-look-happy-white-background_176420-50549.jpg", alt: "Happy client" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Smiling guest"}, + src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Smiling guest" + }, ]} avatarText="Trusted by 500+ clients in South San Francisco" buttons={[ @@ -75,6 +78,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg" imageAlt="Burgundy Beauty Salon interior" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -89,13 +93,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Classic", title: "Haircuts & Styling", subtitle: "Precision cuts for all hair types", description: "Whether you're looking for a fresh trim, a complete style change, or regular maintenance, our expert stylists deliver precision cuts that enhance your natural features. We work with all hair types and textures.", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-client_23-2148506191.jpg", imageAlt: "Professional haircut service"}, + tag: "Classic", title: "Haircuts & Styling", subtitle: "Precision cuts for all hair types", description: "Whether you're looking for a fresh trim, a complete style change, or regular maintenance, our expert stylists deliver precision cuts that enhance your natural features. We work with all hair types and textures.", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-client_23-2148506191.jpg", imageAlt: "Professional haircut service" + }, { id: 2, - tag: "Vibrant", title: "Hair Coloring", subtitle: "Bold colors, subtle tones", description: "Transform your look with professional hair coloring. From natural shades to bold fashion colors, our stylists use premium products and techniques to achieve beautiful, long-lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-head-woman_23-2147769797.jpg", imageAlt: "Hair coloring treatment"}, + tag: "Vibrant", title: "Hair Coloring", subtitle: "Bold colors, subtle tones", description: "Transform your look with professional hair coloring. From natural shades to bold fashion colors, our stylists use premium products and techniques to achieve beautiful, long-lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-head-woman_23-2147769797.jpg", imageAlt: "Hair coloring treatment" + }, { id: 3, - tag: "Luxe", title: "Blow-Dry & Treatments", subtitle: "Smooth, shiny, healthy hair", description: "Pamper yourself with our blow-dry styling and premium hair treatments. We offer deep conditioning, smoothing treatments, and styling services to leave your hair looking radiant.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-woman-s-hair_23-2148940883.jpg", imageAlt: "Premium hair treatment"}, + tag: "Luxe", title: "Blow-Dry & Treatments", subtitle: "Smooth, shiny, healthy hair", description: "Pamper yourself with our blow-dry styling and premium hair treatments. We offer deep conditioning, smoothing treatments, and styling services to leave your hair looking radiant.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-woman-s-hair_23-2148940883.jpg", imageAlt: "Premium hair treatment" + }, ]} /> @@ -111,17 +118,23 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Alice Testimonial", role: "Loyal Client", testimonial: "Alice is the sweetest and gave me a really good haircut at an amazing price! I've been coming back for years and always leave feeling great.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-done_23-2148108762.jpg", imageAlt: "Alice testimonial"}, + id: "1", name: "Alice Testimonial", role: "Loyal Client", testimonial: "Alice is the sweetest and gave me a really good haircut at an amazing price! I've been coming back for years and always leave feeling great.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-done_23-2148108762.jpg", imageAlt: "Alice testimonial" + }, { - id: "2", name: "Sarah Chen", role: "Regular Customer", testimonial: "The staff is incredibly friendly and professional. They listen to what you want and deliver exactly that. Best salon in South San Francisco!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", imageAlt: "Sarah testimonial"}, + id: "2", name: "Sarah Chen", role: "Regular Customer", testimonial: "The staff is incredibly friendly and professional. They listen to what you want and deliver exactly that. Best salon in South San Francisco!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", imageAlt: "Sarah testimonial" + }, { - id: "3", name: "Maria Rodriguez", role: "New Client", testimonial: "Affordable prices without compromising quality. My color treatment turned out beautifully, and the whole experience was so welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2148860584.jpg", imageAlt: "Maria testimonial"}, + id: "3", name: "Maria Rodriguez", role: "New Client", testimonial: "Affordable prices without compromising quality. My color treatment turned out beautifully, and the whole experience was so welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2148860584.jpg", imageAlt: "Maria testimonial" + }, { - id: "4", name: "Jessica Brown", role: "Frequent Visitor", testimonial: "I've tried many salons, but Burgundy Beauty stands out for their genuine care and attention to detail. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg", imageAlt: "Jessica testimonial"}, + id: "4", name: "Jessica Brown", role: "Frequent Visitor", testimonial: "I've tried many salons, but Burgundy Beauty stands out for their genuine care and attention to detail. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg", imageAlt: "Jessica testimonial" + }, { - id: "5", name: "Emily Thompson", role: "Returning Customer", testimonial: "Great atmosphere, skilled stylists, and reasonable prices. It's hard to find all three in one place, but they have it all.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167393.jpg", imageAlt: "Emily testimonial"}, + id: "5", name: "Emily Thompson", role: "Returning Customer", testimonial: "Great atmosphere, skilled stylists, and reasonable prices. It's hard to find all three in one place, but they have it all.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167393.jpg", imageAlt: "Emily testimonial" + }, { - id: "6", name: "Lisa Wong", role: "Long-Time Client", testimonial: "Whether it's a quick trim or a complete makeover, the team here always makes me feel special. Best investment in myself!", imageSrc: "http://img.b2bpic.net/free-photo/short-haired-woman-looking-into-camera-isolated-background-active-emotional-lady-black-jacket-makes-funny-face-white-backdrop_197531-18512.jpg", imageAlt: "Lisa testimonial"}, + id: "6", name: "Lisa Wong", role: "Long-Time Client", testimonial: "Whether it's a quick trim or a complete makeover, the team here always makes me feel special. Best investment in myself!", imageSrc: "http://img.b2bpic.net/free-photo/short-haired-woman-looking-into-camera-isolated-background-active-emotional-lady-black-jacket-makes-funny-face-white-backdrop_197531-18512.jpg", imageAlt: "Lisa testimonial" + }, ]} /> @@ -136,9 +149,11 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "500+", title: "Happy Clients", description: "Serving our community with pride", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-paying-with-nfc-device_23-2150689989.jpg", imageAlt: "Community of happy clients"}, + id: "1", value: "500+", title: "Happy Clients", description: "Serving our community with pride", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-paying-with-nfc-device_23-2150689989.jpg", imageAlt: "Community of happy clients" + }, { - id: "2", value: "10+", title: "Years Experience", description: "Established expertise and trust", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-girl-sitting-table-with-makeup-tools-holding-makeup-brushes-isolated-pink-wall-with-copy-space_141793-122844.jpg", imageAlt: "Years of salon experience"}, + id: "2", value: "10+", title: "Years Experience", description: "Established expertise and trust", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-girl-sitting-table-with-makeup-tools-holding-makeup-brushes-isolated-pink-wall-with-copy-space_141793-122844.jpg", imageAlt: "Years of salon experience" + }, ]} /> @@ -154,11 +169,14 @@ export default function LandingPage() { animationType="blur-reveal" members={[ { - id: "1", name: "Alice", role: "Head Stylist & Founder", imageSrc: "http://img.b2bpic.net/free-photo/woman-japanese-hairdressers-getting-her-hair-done_23-2149395768.jpg", imageAlt: "Alice, Head Stylist"}, + id: "1", name: "Alice", role: "Head Stylist & Founder", imageSrc: "http://img.b2bpic.net/free-photo/woman-japanese-hairdressers-getting-her-hair-done_23-2149395768.jpg", imageAlt: "Alice, Head Stylist" + }, { - id: "2", name: "Maria", role: "Senior Hair Colorist", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-by-hairdresser-home_23-2148817229.jpg", imageAlt: "Maria, Hair Colorist"}, + id: "2", name: "Maria", role: "Senior Hair Colorist", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-by-hairdresser-home_23-2148817229.jpg", imageAlt: "Maria, Hair Colorist" + }, { - id: "3", name: "Jennifer", role: "Precision Cut Specialist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-smartphone_23-2149722005.jpg", imageAlt: "Jennifer, Cut Specialist"}, + id: "3", name: "Jennifer", role: "Precision Cut Specialist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-smartphone_23-2149722005.jpg", imageAlt: "Jennifer, Cut Specialist" + }, ]} />