From a626c797f38a59cd1444d23ba9fcd829e7535511 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:48:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 163 +++++++++++------------------------------------ 1 file changed, 36 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fee887..8e2ef60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,86 +29,55 @@ export default function LandingPage() {
@@ -120,9 +89,7 @@ export default function LandingPage() { description="Located in Muwaileh Commercial, Sharjah, Six Cuts Barber Shop is built on a foundation of hygiene, speed, and uncompromising quality. We believe that a great haircut is more than just a trim—it's an experience that leaves you feeling refined and confident." buttons={[ { - text: "Visit Us", - href: "#contact", - }, + text: "Visit Us", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-standing-front-black-wall_23-2148176497.jpg" imageAlt="Six Cuts Barber Shop interior" @@ -136,54 +103,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Signature", - price: "AED 60", - subtitle: "Precision Haircut", - features: [ - "Consultation", - "Expert Cut", - "Style", - ], + id: "basic", badge: "Signature", price: "AED 60", subtitle: "Precision Haircut", features: [ + "Consultation", "Expert Cut", "Style"], buttons: [ { - text: "Book Now", - href: "https://wa.me/971501234567", - }, + text: "Book Now", href: "https://wa.me/971501234567"}, ], }, { - id: "pro", - badge: "Premium", - price: "AED 90", - subtitle: "Haircut & Beard Trim", - features: [ - "Precision Cut", - "Beard Sculpting", - "Hot Towel", - ], + id: "pro", badge: "Premium", price: "AED 90", subtitle: "Haircut & Beard Trim", features: [ + "Precision Cut", "Beard Sculpting", "Hot Towel"], buttons: [ { - text: "Book Now", - href: "https://wa.me/971501234567", - }, + text: "Book Now", href: "https://wa.me/971501234567"}, ], }, { - id: "vip", - badge: "Elite", - price: "AED 120", - subtitle: "The Full Grooming", - features: [ - "Haircut & Beard", - "Facial Scrub", - "Steam Towel", - ], + id: "vip", badge: "Elite", price: "AED 120", subtitle: "The Full Grooming", features: [ + "Haircut & Beard", "Facial Scrub", "Steam Towel"], buttons: [ { - text: "Book Now", - href: "https://wa.me/971501234567", - }, + text: "Book Now", href: "https://wa.me/971501234567"}, ], }, ]} @@ -194,44 +134,20 @@ export default function LandingPage() {
@@ -260,13 +173,9 @@ export default function LandingPage() {