diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f6fcb4a..d058cbd 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,13 +17,9 @@ export default function HomePage() { title="Great Haircuts. Friendly Service. A St. Louis Favorite." description="Trusted by hundreds of local customers with 293+ five-star reviews. Professional barber services in South St. Louis." primaryButton={{ - text: "Call Now", - href: "tel:3147726675", - }} + text: "Call Now", href: "tel:3147726675"}} secondaryButton={{ - text: "Book Appointment", - href: "#contact", - }} + text: "Book Appointment", href: "#contact"}} imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-getting-ready-giving-haircut-her-client_23-2148353413.jpg" /> @@ -37,45 +33,20 @@ export default function HomePage() { description="See why hundreds of St. Louis neighbors trust Wyoming Barber Shop for their grooming needs." testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Local Resident", - quote: "Great service, very friendly people.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", - }, + name: "Sarah Johnson", role: "Local Resident", quote: "Great service, very friendly people.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg"}, { - id: "2", - name: "Michael Chen", - role: "Customer", - quote: "Friendly experience, good prices, and a good haircut.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94801.jpg", - }, + name: "Michael Chen", role: "Customer", quote: "Friendly experience, good prices, and a good haircut.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94801.jpg"}, { - id: "3", - name: "David Kim", - role: "Customer", - quote: "Marco did a great job. Will definitely be coming back.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-shirtless_23-2148696639.jpg", - }, + name: "David Kim", role: "Customer", quote: "Marco did a great job. Will definitely be coming back.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-shirtless_23-2148696639.jpg"}, { - id: "4", - name: "Emily Rodriguez", - role: "Local Resident", - quote: "The best neighborhood shop in the city.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/haircuting-process-small-dog-sits-table-dog-with-professional_1157-48821.jpg", - }, + name: "Emily Rodriguez", role: "Local Resident", quote: "The best neighborhood shop in the city.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/haircuting-process-small-dog-sits-table-dog-with-professional_1157-48821.jpg"}, { - id: "5", - name: "James Smith", - role: "Customer", - quote: "Always consistent, clean, and welcoming.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg", - }, + name: "James Smith", role: "Customer", quote: "Always consistent, clean, and welcoming.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg"}, ]} /> @@ -90,19 +61,13 @@ export default function HomePage() { features={[ { icon: Scissors, - title: "Men's Haircuts", - description: "Professional styling tailored to your preferences.", - }, + title: "Men's Haircuts", description: "Professional styling tailored to your preferences."}, { icon: Scissors, - title: "Beard Trims", - description: "Expert beard shaping and grooming services.", - }, + title: "Beard Trims", description: "Expert beard shaping and grooming services."}, { icon: User, - title: "Kids Haircuts", - description: "Friendly, patient service for our younger guests.", - }, + title: "Kids Haircuts", description: "Friendly, patient service for our younger guests."}, ]} /> @@ -113,10 +78,7 @@ export default function HomePage() { @@ -129,17 +91,11 @@ export default function HomePage() { description="Everything you need to know about our shop." items={[ { - question: "Do I need an appointment?", - answer: "We welcome both appointments and walk-ins, though we recommend booking ahead during peak times.", - }, + question: "Do I need an appointment?", answer: "We welcome both appointments and walk-ins, though we recommend booking ahead during peak times."}, { - question: "What forms of payment do you accept?", - answer: "We accept cash and all major credit cards.", - }, + question: "What forms of payment do you accept?", answer: "We accept cash and all major credit cards."}, { - question: "Where are you located?", - answer: "We are located at 3192 S Grand Blvd, St. Louis, MO 63118.", - }, + question: "Where are you located?", answer: "We are located at 3192 S Grand Blvd, St. Louis, MO 63118."}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506294.jpg" /> @@ -152,13 +108,9 @@ export default function HomePage() { tag="Book Your Spot" text="Ready for your next great haircut? Visit us today on South Grand Blvd." primaryButton={{ - text: "Call Now", - href: "tel:3147726675", - }} + text: "Call Now", href: "tel:3147726675"}} secondaryButton={{ - text: "Get Directions", - href: "https://maps.google.com/?q=3192+S+Grand+Blvd+St+Louis+MO", - }} + text: "Get Directions", href: "https://maps.google.com/?q=3192+S+Grand+Blvd+St+Louis+MO"}} />