From bb48a196ce88ca07a5c2a7a9f15de161631b5fda Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:09:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 +++++++++++------------------------------------ 1 file changed, 50 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe398bf..172d3d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,69 +32,44 @@ export default function LandingPage() {
@@ -102,21 +77,15 @@ export default function LandingPage() {
@@ -162,26 +119,11 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "t1", - name: "Marco Lujan", - role: "Master Barber", - imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462516.jpg", - imageAlt: "Marco", - }, + id: "t1", name: "Marco Lujan", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462516.jpg", imageAlt: "Marco"}, { - id: "t2", - name: "Elena Ross", - role: "Senior Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-business-woman-formal-suit-holds-cute-dog_613910-99.jpg", - imageAlt: "Elena", - }, + id: "t2", name: "Elena Ross", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-business-woman-formal-suit-holds-cute-dog_613910-99.jpg", imageAlt: "Elena"}, { - id: "t3", - name: "David Chen", - role: "Lead Barber", - imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", - imageAlt: "David", - }, + id: "t3", name: "David Chen", role: "Lead Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David"}, ]} title="Meet Our Master Stylists" description="Our team of seasoned barbers and stylists are committed to excellence, bringing unique skill and passion to every chair." @@ -196,45 +138,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "John Smith", - role: "Executive", - company: "Tech Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg", - }, + id: "1", name: "John Smith", role: "Executive", company: "Tech Group", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg"}, { - id: "2", - name: "David Lee", - role: "Creative", - company: "Design Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-shaving-brush-showing-ok-sign-smiling-cheerfully_141793-37232.jpg", - }, + id: "2", name: "David Lee", role: "Creative", company: "Design Studio", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-shaving-brush-showing-ok-sign-smiling-cheerfully_141793-37232.jpg"}, { - id: "3", - name: "Robert King", - role: "Entrepreneur", - company: "King Co", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg", - }, + id: "3", name: "Robert King", role: "Entrepreneur", company: "King Co", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275459.jpg"}, { - id: "4", - name: "James White", - role: "Manager", - company: "Retail Corp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220528.jpg", - }, + id: "4", name: "James White", role: "Manager", company: "Retail Corp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220528.jpg"}, { - id: "5", - name: "Michael Reed", - role: "Consultant", - company: "Reed Advisors", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg", - }, + id: "5", name: "Michael Reed", role: "Consultant", company: "Reed Advisors", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg"}, ]} title="What Our Clients Say" description="Authentic experiences from those who trust Lujan's with their personal style." @@ -247,20 +164,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do I need to book an appointment?", - content: "While walk-ins are sometimes available, we recommend booking online to guarantee your preferred time.", - }, + id: "f1", title: "Do I need to book an appointment?", content: "While walk-ins are sometimes available, we recommend booking online to guarantee your preferred time."}, { - id: "f2", - title: "How long does a cut take?", - content: "Our signature cuts typically take 45-60 minutes depending on the complexity of the service.", - }, + id: "f2", title: "How long does a cut take?", content: "Our signature cuts typically take 45-60 minutes depending on the complexity of the service."}, { - id: "f3", - title: "What products do you use?", - content: "We use only premium, curated grooming products designed to keep your hair and beard in top condition.", - }, + id: "f3", title: "What products do you use?", content: "We use only premium, curated grooming products designed to keep your hair and beard in top condition."}, ]} title="Frequently Asked Questions" description="Everything you need to know about our services and booking process." @@ -277,35 +185,11 @@ export default function LandingPage() { description="Stay updated with tips, trends, and professional advice on men's grooming and lifestyle." blogs={[ { - id: "b1", - category: "Lifestyle", - title: "The Art of the Shave", - excerpt: "Mastering the traditional hot towel shave technique for the perfect home experience.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-elder-man-with-beard-holding-moisturizer_23-2148621159.jpg", - authorName: "Marco Lujan", - authorAvatar: "http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg", - date: "Oct 12, 2023", - }, + id: "b1", category: "Lifestyle", title: "The Art of the Shave", excerpt: "Mastering the traditional hot towel shave technique for the perfect home experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elder-man-with-beard-holding-moisturizer_23-2148621159.jpg", authorName: "Marco Lujan", authorAvatar: "http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg", date: "Oct 12, 2023"}, { - id: "b2", - category: "Styling", - title: "Choosing the Right Product", - excerpt: "Pomade vs. wax vs. gel: how to know what works for your hair type.", - imageSrc: "http://img.b2bpic.net/free-photo/deciding-shave_1098-14121.jpg", - authorName: "Elena Ross", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-tattooed-male-wearing-white-shirt-suspenders_613910-1406.jpg", - date: "Oct 15, 2023", - }, + id: "b2", category: "Styling", title: "Choosing the Right Product", excerpt: "Pomade vs. wax vs. gel: how to know what works for your hair type.", imageSrc: "http://img.b2bpic.net/free-photo/deciding-shave_1098-14121.jpg", authorName: "Elena Ross", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-tattooed-male-wearing-white-shirt-suspenders_613910-1406.jpg", date: "Oct 15, 2023"}, { - id: "b3", - category: "Beard Care", - title: "Beard Maintenance Basics", - excerpt: "Essential steps to keeping your beard healthy, soft, and styled everyday.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-with-beard-holding-moisturizer_23-2148621161.jpg", - authorName: "David Chen", - authorAvatar: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg", - date: "Oct 20, 2023", - }, + id: "b3", category: "Beard Care", title: "Beard Maintenance Basics", excerpt: "Essential steps to keeping your beard healthy, soft, and styled everyday.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-with-beard-holding-moisturizer_23-2148621161.jpg", authorName: "David Chen", authorAvatar: "http://img.b2bpic.net/free-photo/strict-slavic-middle-aged-male-barber-uniform-combing-beard-holding-scissors-isolated-purple-wall_141793-86101.jpg", date: "Oct 20, 2023"}, ]} /> @@ -313,26 +197,18 @@ export default function LandingPage() {