diff --git a/src/app/page.tsx b/src/app/page.tsx index 75cd348..33c609f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,127 +16,58 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -147,21 +78,9 @@ export default function LandingPage() { title="Our Professional Services" description="From classic hot towel shaves to modern fades, we handle all your grooming needs." accordionItems={[ - { - id: "s1", - title: "Haircuts", - content: "Custom cuts, buzz cuts, and precision scissor work for all ages.", - }, - { - id: "s2", - title: "Beard Maintenance", - content: "Professional trimming, conditioning, and beard line ups.", - }, - { - id: "s3", - title: "Shaving Services", - content: "Classic hot towel shaves and straight razor services for a premium feel.", - }, + { id: "s1", title: "Haircuts", content: "Custom cuts, buzz cuts, and precision scissor work for all ages." }, + { id: "s2", title: "Beard Maintenance", content: "Professional trimming, conditioning, and beard line ups." }, + { id: "s3", title: "Shaving Services", content: "Classic hot towel shaves and straight razor services for a premium feel." }, ]} imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164740.jpg" mediaAnimation="slide-up" @@ -175,46 +94,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "John D.", - role: "Regular Client", - company: "Prairieville, LA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-uses-hair-dryer-men-s-haircut-barbershop_613910-5061.jpg?_wi=3", - }, - { - id: "t2", - name: "Mark S.", - role: "Dad of 2", - company: "Prairieville, LA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94689.jpg?_wi=2", - }, - { - id: "t3", - name: "David K.", - role: "Local Business Owner", - company: "Prairieville, LA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-male-looking-away_23-2148531057.jpg?_wi=2", - }, - { - id: "t4", - name: "Chris B.", - role: "Regular Client", - company: "Prairieville, LA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-kid-getting-haircut-front-view_23-2149870363.jpg?_wi=2", - }, - { - id: "t5", - name: "Sarah W.", - role: "Loyal Patron", - company: "Prairieville, LA", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-uses-hair-dryer-men-s-haircut-barbershop_613910-5061.jpg?_wi=4", - }, + { id: "t1", name: "John D.", role: "Regular Client", company: "Prairieville, LA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-uses-hair-dryer-men-s-haircut-barbershop_613910-5061.jpg" }, + { id: "t2", name: "Mark S.", role: "Dad of 2", company: "Prairieville, LA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94689.jpg" }, + { id: "t3", name: "David K.", role: "Local Business Owner", company: "Prairieville, LA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-male-looking-away_23-2148531057.jpg" }, + { id: "t4", name: "Chris B.", role: "Regular Client", company: "Prairieville, LA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-kid-getting-haircut-front-view_23-2149870363.jpg" }, + { id: "t5", name: "Sarah W.", role: "Loyal Patron", company: "Prairieville, LA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-uses-hair-dryer-men-s-haircut-barbershop_613910-5061.jpg" }, ]} title="Customer Reviews" description="Don't just take our word for it—check out why we're the top-rated barber in Prairieville." @@ -226,21 +110,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do I need an appointment?", - content: "We accept walk-ins, but feel free to call ahead for availability.", - }, - { - id: "f2", - title: "Are you good for kids?", - content: "Absolutely! Barber Bayou is family-friendly and great for kids' cuts.", - }, - { - id: "f3", - title: "What are your hours?", - content: "Tuesday-Friday: 9am-7pm, Saturday: 9am-2pm. Closed Sunday & Monday.", - }, + { id: "f1", title: "Do I need an appointment?", content: "We accept walk-ins, but feel free to call ahead for availability." }, + { id: "f2", title: "Are you good for kids?", content: "Absolutely! Barber Bayou is family-friendly and great for kids' cuts." }, + { id: "f3", title: "What are your hours?", content: "Tuesday-Friday: 9am-7pm, Saturday: 9am-2pm. Closed Sunday & Monday." }, ]} imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_1303-5403.jpg" title="Common Questions" @@ -253,21 +125,13 @@ export default function LandingPage() {
@@ -275,33 +139,9 @@ export default function LandingPage() {