From d2a785c2f2c8175e28c643b939b11a2dfe469eeb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 13:56:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 238 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8da2a06..a47fbb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -160,24 +81,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Precision Haircut", - description: "Tailored to your facial structure and style.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985727.jpg?_wi=2", - }, - { - id: "2", - title: "Hot Towel Shave", - description: "The ultimate luxury ritual for smooth skin.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg?_wi=2", - }, - { - id: "3", - title: "Beard Sculpting", - description: "Sharp lines and precise grooming for your beard.", - imageSrc: "http://img.b2bpic.net/free-photo/beautician-styling-clients-hair_107420-94680.jpg?_wi=2", - }, + { id: "1", title: "Precision Haircut", description: "Tailored to your facial structure and style.", tag: "Basic", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985727.jpg" }, + { id: "2", title: "Hot Towel Shave", description: "The ultimate luxury ritual for smooth skin.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg" }, + { id: "3", title: "Beard Sculpting", description: "Sharp lines and precise grooming for your beard.", tag: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/beautician-styling-clients-hair_107420-94680.jpg" } ]} title="Our Signature Services" description="We blend timeless techniques with modern precision to keep you looking your best." @@ -186,57 +92,13 @@ export default function LandingPage() {
@@ -276,46 +126,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "ts1", - name: "Sarah Johnson", - handle: "@sarahj", - testimonial: "Best service in town.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg", - }, - { - id: "ts2", - name: "Michael Chen", - handle: "@mchen", - testimonial: "The fade is perfect.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18629.jpg", - }, - { - id: "ts3", - name: "Emily R.", - handle: "@emr", - testimonial: "Great attention to detail.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205920.jpg", - }, - { - id: "ts4", - name: "David K.", - handle: "@dkim", - testimonial: "Professional and consistent.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018817.jpg", - }, - { - id: "ts5", - name: "Luke T.", - handle: "@ltone", - testimonial: "Excellent experience.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg", - }, + { id: "ts1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best service in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg" }, + { id: "ts2", name: "Michael Chen", handle: "@mchen", testimonial: "The fade is perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18629.jpg" }, + { id: "ts3", name: "Emily R.", handle: "@emr", testimonial: "Great attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205920.jpg" }, + { id: "ts4", name: "David K.", handle: "@dkim", testimonial: "Professional and consistent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018817.jpg" }, + { id: "ts5", name: "Luke T.", handle: "@ltone", testimonial: "Excellent experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg" } ]} showRating={true} title="Trusted by Gentlemen" @@ -325,38 +140,25 @@ export default function LandingPage() {