From b3bab7b3d1546a0b1cd4da8b0d0f085663cecf8a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 21:57:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daa069a..17faf0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,34 +139,22 @@ export default function BarberShopPage() { tagIcon={Sparkles} features={[ { - title: "Expert Craftsmen", description: "Our master barbers bring years of training and passion to every service, ensuring precision cuts and perfect styling every time.", imageSrc: "https://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert barber at work" + id: 1, + title: "Expert Craftsmen", description: "Our master barbers bring years of training and passion to every service, ensuring precision cuts and perfect styling every time.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert barber at work" }, + phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert barber at work" } }, { - title: "Premium Products", description: "We use only the finest grooming products and tools, selected to provide superior results and comfort for our valued clients.", imageSrc: "https://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg", imageAlt: "Premium grooming products" + id: 2, + title: "Premium Products", description: "We use only the finest grooming products and tools, selected to provide superior results and comfort for our valued clients.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg", imageAlt: "Premium grooming products" }, + phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg", imageAlt: "Premium grooming products" } }, { - title: "Welcoming Atmosphere", description: "Our shop is designed as a comfortable retreat where men can relax, connect, and experience exceptional grooming services.", imageSrc: "https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Welcoming barber shop interior" - }, - { - title: "Quick Appointments", description: "We respect your time with efficient scheduling and walk-in availability. Quality service without the lengthy waits.", imageSrc: "https://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg", imageAlt: "Quick service appointment" - }, - { - title: "Custom Styling", description: "Every cut is personalized to your unique style and preferences. We listen, advise, and deliver exactly what you're looking for.", imageSrc: "https://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Custom styling service" - }, - { - title: "Community Focused", description: "We're not just a barber shop—we're a gathering place for the community. Building relationships, one cut at a time.", imageSrc: "https://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg", imageAlt: "Community barber shop" - }, - { - title: "Affordable Excellence", description: "Premium quality grooming services at fair prices. We believe great barbering should be accessible to everyone.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-pensive-man-with-receive-moustache-beard-trimming-procedure-barbershop_613910-15033.jpg", imageAlt: "Affordable barber services" - }, - { - title: "Hygiene Standards", description: "We maintain the highest standards of cleanliness and sanitation. Your health and safety are our top priority.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Clean and hygienic shop" - }, - { - title: "Loyalty Rewards", description: "Regular customers enjoy exclusive discounts and rewards. We appreciate your loyalty and want to give back.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "Loyalty rewards program" + id: 3, + title: "Welcoming Atmosphere", description: "Our shop is designed as a comfortable retreat where men can relax, connect, and experience exceptional grooming services.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Welcoming barber shop interior" }, + phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Welcoming barber shop interior" } } ]} - gridVariant="three-columns-all-equal-width" + showStepNumbers={false} textboxLayout="default" animationType="slide-up" useInvertedBackground={false} -- 2.49.1