diff --git a/src/app/page.tsx b/src/app/page.tsx index f947a57..3ba5582 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Now", href: "#contact"}} + text: "Book Now", href: "#contact" + }} /> @@ -50,7 +51,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/barber-styling-hair-customer-with-mousse_23-2147778801.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/barber-styling-hair-customer-with-mousse_23-2147778801.jpg" imageAlt="Toro's Barbershop interior" mediaAnimation="slide-up" frameStyle="card" @@ -71,6 +72,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6351.jpg" imageAlt="Toro's Barbershop team" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -79,16 +81,20 @@ export default function LandingPage() { features={[ { id: "1", title: "Classic Haircuts", tags: ["All Ages", "Expert Styling"], - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg?_wi=1", imageAlt: "Classic haircuts service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg", imageAlt: "Classic haircuts service" + }, { id: "2", title: "Fade Haircuts", tags: ["Precision Fades", "Modern Styles"], - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg?_wi=2", imageAlt: "Fade haircuts service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg", imageAlt: "Fade haircuts service" + }, { id: "3", title: "All Styles Available", tags: ["Versatile", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg?_wi=3", imageAlt: "All styles available"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg", imageAlt: "All styles available" + }, { id: "4", title: "Affordable Pricing", tags: ["Best Value", "Quality Service"], - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg?_wi=4", imageAlt: "Affordable pricing"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-trimmer_107420-94788.jpg", imageAlt: "Affordable pricing" + }, ]} animationType="slide-up" title="Our Services" @@ -105,9 +111,11 @@ export default function LandingPage() { tag="Hours" metrics={[ { - id: "1", value: "Wed–Fri", description: "Walk-ins welcome 9am–5pm. No appointment needed—just drop by!"}, + id: "1", value: "Wed–Fri", description: "Walk-ins welcome 9am–5pm. No appointment needed—just drop by!" + }, { - id: "2", value: "Tue & Sat", description: "Appointments only. Schedule your perfect haircut in advance."}, + id: "2", value: "Tue & Sat", description: "Appointments only. Schedule your perfect haircut in advance." + }, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -118,17 +126,23 @@ export default function LandingPage() { @@ -171,7 +186,7 @@ export default function LandingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/barber-styling-hair-customer-with-mousse_23-2147778801.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/barber-styling-hair-customer-with-mousse_23-2147778801.jpg" imageAlt="Toro's Barbershop contact" mediaAnimation="slide-up" mediaPosition="right"