diff --git a/src/app/page.tsx b/src/app/page.tsx index b2c6384..349778c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,12 +47,12 @@ export default function LandingPage() { description="Welcome to A's Barbershop, your trusted local destination for professional haircuts, grooming, and straight razor shaves. Book your appointment today." tag="Established Local Favorite" tagIcon={Scissors} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Book Now", href: "#contact" }, { text: "Learn More", href: "#services" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" background={{ variant: "plain" }} dashboard={{ title: "Why Choose A's Barbershop", logoIcon: Scissors, @@ -68,13 +68,16 @@ export default function LandingPage() { stats: [ { title: "Happy Clients", values: [1500, 2000, 2500], - description: "Satisfied customers annually"}, + description: "Satisfied customers annually" + }, { title: "Years in Business", values: [10, 12, 15], - description: "Serving the community"}, + description: "Serving the community" + }, { title: "Expert Barbers", values: [4, 5, 6], - description: "Certified professionals"}, + description: "Certified professionals" + }, ], chartTitle: "Monthly Appointments", chartData: [ { value: 85 }, @@ -98,13 +101,13 @@ export default function LandingPage() { description="For over a decade, A's Barbershop has been the go-to destination for quality haircuts and grooming services in our community. We pride ourselves on traditional barbershop craftsmanship combined with modern techniques." tag="Our Story" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} imagePosition="right" imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg" imageAlt="A's Barbershop interior" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" bulletPoints={[ { title: "Expert Craftsmanship", description: "Every cut is performed with precision and attention to detail by certified professionals", icon: Award, @@ -128,27 +131,32 @@ export default function LandingPage() { description="Explore our full range of barbering services designed to keep you looking sharp and feeling confident." tag="What We Offer" tagIcon={Scissors} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} mediaPosition="left" imageSrc="http://img.b2bpic.net/free-photo/stylish-haircut-barbershop_1163-2012.jpg" imageAlt="Professional barber at work" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" accordionItems={[ { - id: "1", title: "Classic Haircut", content: "Our signature haircut service includes a professional wash, expert trimming, and styling. Perfect for maintaining your look or trying something new. 30 minutes. $25"}, + id: "1", title: "Classic Haircut", content: "Our signature haircut service includes a professional wash, expert trimming, and styling. Perfect for maintaining your look or trying something new. 30 minutes. $25" + }, { - id: "2", title: "Premium Fade & Design", content: "Get the perfect fade with intricate design work. Our barbers specialize in modern fades, high-top styles, and custom designs. 45 minutes. $35"}, + id: "2", title: "Premium Fade & Design", content: "Get the perfect fade with intricate design work. Our barbers specialize in modern fades, high-top styles, and custom designs. 45 minutes. $35" + }, { - id: "3", title: "Straight Razor Shave", content: "Experience the classic barbershop shave with hot lather and a straight razor. Includes pre-shave preparation and aftershave treatment. 25 minutes. $20"}, + id: "3", title: "Straight Razor Shave", content: "Experience the classic barbershop shave with hot lather and a straight razor. Includes pre-shave preparation and aftershave treatment. 25 minutes. $20" + }, { - id: "4", title: "Beard Grooming & Trimming", content: "Keep your beard looking pristine with professional trimming, shaping, and conditioning. Includes beard oil treatment. 20 minutes. $15"}, + id: "4", title: "Beard Grooming & Trimming", content: "Keep your beard looking pristine with professional trimming, shaping, and conditioning. Includes beard oil treatment. 20 minutes. $15" + }, { - id: "5", title: "Kids' Haircuts", content: "Family-friendly service for children in a welcoming atmosphere. Quick, professional, and fun. 20 minutes. $18"}, + id: "5", title: "Kids' Haircuts", content: "Family-friendly service for children in a welcoming atmosphere. Quick, professional, and fun. 20 minutes. $18" + }, ]} buttons={[{ text: "Book a Service", href: "#contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -160,17 +168,21 @@ export default function LandingPage() { useInvertedBackground={false} tag="Expert Barbers" tagIcon={Users} - tagAnimation="entrance-slide" - animationType="entrance-slide" + tagAnimation="slide-up" + animationType="slide-up" team={[ { - id: "1", name: "Marcus Chen", role: "Head Barber & Owner", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg"}, + id: "1", name: "Marcus Chen", role: "Head Barber & Owner", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg" + }, { - id: "2", name: "James Rivera", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1"}, + id: "2", name: "James Rivera", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg" + }, { - id: "3", name: "David Thompson", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2"}, + id: "3", name: "David Thompson", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg" + }, { - id: "4", name: "Miguel Santos", role: "Specialty Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3"}, + id: "4", name: "Miguel Santos", role: "Specialty Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg" + }, ]} /> @@ -183,23 +195,29 @@ export default function LandingPage() { useInvertedBackground={false} tag="Client Reviews" tagIcon={Star} - tagAnimation="entrance-slide" - animationType="entrance-slide" + tagAnimation="slide-up" + animationType="slide-up" speed={40} topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Robert Johnson", handle: "@rjohnson22", testimonial: "Been going to A's for 8 years. Best haircuts in town, always professional and friendly. Marcus really knows his craft.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"}, + id: "1", name: "Robert Johnson", handle: "@rjohnson22", testimonial: "Been going to A's for 8 years. Best haircuts in town, always professional and friendly. Marcus really knows his craft.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg" + }, { - id: "2", name: "David Williams", handle: "Local Customer", testimonial: "Finally found a barber who listens and delivers exactly what I want. Love the atmosphere and cleanliness. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"}, + id: "2", name: "David Williams", handle: "Local Customer", testimonial: "Finally found a barber who listens and delivers exactly what I want. Love the atmosphere and cleanliness. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg" + }, { - id: "3", name: "Antonio Garcia", handle: "@a_garcia_93", testimonial: "Straight razor shaves here are incredible. The whole team is skilled and makes you feel welcome. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1"}, + id: "3", name: "Antonio Garcia", handle: "@a_garcia_93", testimonial: "Straight razor shaves here are incredible. The whole team is skilled and makes you feel welcome. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + }, { - id: "4", name: "Chris Martin", handle: "Regular Client", testimonial: "Brought my son for his first real haircut and both of us left happy. Professional service, great prices, awesome people.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2"}, + id: "4", name: "Chris Martin", handle: "Regular Client", testimonial: "Brought my son for his first real haircut and both of us left happy. Professional service, great prices, awesome people.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + }, { - id: "5", name: "Kevin Lee", handle: "@klee_cuts", testimonial: "The fade work here is precision-level perfect. James took time to understand exactly what I wanted. Coming back for sure.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3"}, + id: "5", name: "Kevin Lee", handle: "@klee_cuts", testimonial: "The fade work here is precision-level perfect. James took time to understand exactly what I wanted. Coming back for sure.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + }, { - id: "6", name: "Thomas Brown", handle: "Neighborhood Regular", testimonial: "A's Barbershop is a staple in our community. Consistent quality, friendly staff, and real barbershop vibes. Can't ask for more.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg"}, + id: "6", name: "Thomas Brown", handle: "Neighborhood Regular", testimonial: "A's Barbershop is a staple in our community. Consistent quality, friendly staff, and real barbershop vibes. Can't ask for more.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg" + }, ]} /> @@ -210,12 +228,12 @@ export default function LandingPage() { title="Book Your Appointment" description="Ready for a fresh cut? Schedule your appointment with one of our expert barbers. Walk-ins welcome, but appointments preferred." tagIcon={Calendar} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg" imageAlt="A's Barbershop storefront" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Contact Us"