From b54c7d107fb702cc1d0f5d1828f2a920ce4e4e92 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 11:44:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 284 +++++------------------------------------------ 1 file changed, 28 insertions(+), 256 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dc7a55..7b172db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,10 @@ export default function LandingPage() { - -
- -
- -
-
@@ -186,123 +75,34 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Alice Wong", - handle: "@awong", - testimonial: "Best haircut I've had in years! Truly professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg", - }, - { - id: "t2", - name: "Mark Stevens", - handle: "@mstevens", - testimonial: "Quick, efficient, and great conversation. Highly recommend.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg", - }, - { - id: "t3", - name: "Julia Roberts", - handle: "@jroberts", - testimonial: "The color treatment was exactly what I wanted. So healthy!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg", - }, - { - id: "t4", - name: "Peter King", - handle: "@pking", - testimonial: "Consistently great quality work. My regular spot.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/waitress-taking-order_23-2147984991.jpg", - }, - { - id: "t5", - name: "Maria Garcia", - handle: "@mgarcia", - testimonial: "Fantastic environment and welcoming staff. Five stars.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4487.jpg", - }, + { id: "r1", name: "Jane D.", handle: "@janed", testimonial: "The best haircut experience ever!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4487.jpg" }, + { id: "r2", name: "Mike R.", handle: "@miker", testimonial: "Quick, professional, and friendly. Love this place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg" } ]} showRating={true} - title="Client Feedback" - description="Read what our neighborhood says about us." - /> - - -
-
@@ -311,40 +111,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/person-holding-scissors-close-microphone-asmr_23-2149378111.jpg" logoText="Hairchef" columns={[ - { - title: "Quick Links", - items: [ - { - label: "Services", - href: "#services", - }, - { - label: "Reviews", - href: "#reviews", - }, - { - label: "Book Now", - href: "#contact", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + { title: "Visit Us", items: [{ label: "123 Main St, City", href: "#" }] }, + { title: "Links", items: [{ label: "Contact", href: "#contact" }, { label: "Reviews", href: "#reviews" }] } ]} /> ); -} +} \ No newline at end of file