Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-31 16:08:16 +00:00

View File

@@ -53,25 +53,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Ahmed K.", handle: "@ahmedk", testimonial: "The best haircut in town, truly professional service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6196.jpg", imageAlt: "barber shop interior modern wooden decor"},
imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6196.jpg?_wi=1", imageAlt: "barber shop interior modern wooden decor"},
{
name: "Omar S.", handle: "@omars", testimonial: "I always leave feeling fresh and looking sharp. Great attention to detail!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hair-stylist-with-scissors_23-2148242808.jpg", imageAlt: "expert barber haircut close up"},
{
name: "Zaid M.", handle: "@zaidm", testimonial: "Fantastic barbershop with a welcoming and stylish atmosphere.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-scissors-grey-background_23-2147839856.jpg", imageAlt: "haircut tool brush premium"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-scissors-grey-background_23-2147839856.jpg?_wi=1", imageAlt: "haircut tool brush premium"},
{
name: "Khalid R.", handle: "@khalidr", testimonial: "Exceptional service every time. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/skin-care-men-s-beauty-masculinity-concept-emotional-young-brunette-man-white-t-shirt-holding-shaving-razor-having-nervous-facial-expression-biting-nails-scared-shave-first-time_343059-4570.jpg", imageAlt: "shaving brush bowl lather"},
imageSrc: "http://img.b2bpic.net/free-photo/skin-care-men-s-beauty-masculinity-concept-emotional-young-brunette-man-white-t-shirt-holding-shaving-razor-having-nervous-facial-expression-biting-nails-scared-shave-first-time_343059-4570.jpg?_wi=1", imageAlt: "shaving brush bowl lather"},
{
name: "Layla F.", handle: "@laylaf", testimonial: "The staff are so friendly, and my husband always looks great!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27179.jpg", imageAlt: "man hair wash sink salon"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27179.jpg?_wi=1", imageAlt: "man hair wash sink salon"},
]}
buttons={[
{
text: "Book Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6196.jpg"
imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6196.jpg?_wi=2"
imageAlt="Luxurious barber shop environment"
avatars={[
{
@@ -127,7 +127,7 @@ export default function LandingPage() {
features={[
{
id: "f1", title: "Precision Cuts", description: "Expert haircuts designed to frame your face and match your lifestyle.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-scissors-grey-background_23-2147839856.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-scissors-grey-background_23-2147839856.jpg?_wi=2"},
items: [
{
icon: Scissors,
@@ -140,7 +140,7 @@ export default function LandingPage() {
},
{
id: "f2", title: "Classic Shaves", description: "A relaxing hot-towel shave for the perfect, smooth finish.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/skin-care-men-s-beauty-masculinity-concept-emotional-young-brunette-man-white-t-shirt-holding-shaving-razor-having-nervous-facial-expression-biting-nails-scared-shave-first-time_343059-4570.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/skin-care-men-s-beauty-masculinity-concept-emotional-young-brunette-man-white-t-shirt-holding-shaving-razor-having-nervous-facial-expression-biting-nails-scared-shave-first-time_343059-4570.jpg?_wi=2"},
items: [
{
icon: Sparkles,
@@ -153,7 +153,7 @@ export default function LandingPage() {
},
{
id: "f3", title: "Relaxing Environment", description: "Unwind in a comfortable and hygienic barbershop atmosphere.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27179.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27179.jpg?_wi=2"},
items: [
{
icon: Coffee,
@@ -214,7 +214,7 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Ahmed K.", handle: "@ahmedk", testimonial: "Excellent service and atmosphere.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-talking-phone_23-2148729703.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-talking-phone_23-2148729703.jpg?_wi=1"},
{
id: "t2", name: "Omar S.", handle: "@omars", testimonial: "Always sharp, always fresh.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-denim-jacket-standing-against-black-surface_23-2148176659.jpg"},
@@ -226,7 +226,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg"},
{
id: "t5", name: "Samir D.", handle: "@samird", testimonial: "Great attention to detail and friendly vibe.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-talking-phone_23-2148729703.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-talking-phone_23-2148729703.jpg?_wi=2"},
]}
showRating={true}
title="What Our Clients Say"