From ec831b38a677890da11c54fb51530bc25bd9e34d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 01:50:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 247 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b357f0f..93d7469 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -243,27 +124,13 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - members={[ - { - id: "t1", - name: "Marcus", - role: "Head Barber", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18649.jpg", - }, - { - id: "t2", - name: "Jason", - role: "Master Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-colorful-hair-black-apron-white-t-shirt-holding-handmade-little-bowl-dreamily-looking-camera-pottery-studio-isolated_574295-1028.jpg", - }, - { - id: "t3", - name: "Leo", - role: "Junior Barber", - imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg", - }, - ]} title="Meet Your Barbers" + description="Meet the professionals behind the magic." + members={[ + { id: "t1", name: "Marcus", role: "Head Barber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18649.jpg" }, + { id: "t2", name: "Jason", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-colorful-hair-black-apron-white-t-shirt-holding-handmade-little-bowl-dreamily-looking-camera-pottery-studio-isolated_574295-1028.jpg" }, + { id: "t3", name: "Leo", role: "Junior Barber", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg" } + ]} /> @@ -272,21 +139,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you accept walk-ins?", - content: "We are appointment-based to ensure quality service for every client.", - }, - { - id: "f2", - title: "What payment methods are accepted?", - content: "We accept cash and all major credit cards.", - }, - { - id: "f3", - title: "How long are appointments?", - content: "Standard haircuts are 45 minutes; shaves are 30 minutes.", - }, + { id: "f1", title: "Do you accept walk-ins?", content: "We are appointment-based to ensure quality service for every client." }, + { id: "f2", title: "What payment methods are accepted?", content: "We accept cash and all major credit cards." }, + { id: "f3", title: "How long are appointments?", content: "Standard haircuts are 45 minutes; shaves are 30 minutes." } ]} title="Common Questions" faqsAnimation="slide-up" @@ -297,9 +152,7 @@ export default function LandingPage() {
-- 2.49.1