Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-07 01:09:02 +00:00

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Classic Haircut", description: "Tailored to your style and preferences with a professional touch.", media: { imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg", imageAlt: "Classic haircut" },
title: "Classic Haircut", description: "Tailored to your style and preferences with a professional touch.", media: { imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg?_wi=1", imageAlt: "Classic haircut" },
items: [{ icon: Scissors, text: "Precise cut" }, { icon: User, text: "Personalized consultation" }],
reverse: false,
},
@@ -113,7 +113,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Paul S.", role: "Local Client", testimonial: "I left feeling fresh and confident. Amazing service from Sam and the team. Highly recommend this place.", imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg" },
{ id: "1", name: "Paul S.", role: "Local Client", testimonial: "I left feeling fresh and confident. Amazing service from Sam and the team. Highly recommend this place.", imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg?_wi=2" },
{ id: "2", name: "Shubham A.", role: "Local Client", testimonial: "He really takes his time to understand what you want. Best cut in the city.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=1" }
]}
/>