From 5150f9fe2e1a69a46ae92d634ce97c722fdcd871 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 15:48:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 266 +++++++++++------------------------------------ 1 file changed, 59 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15764f1..a09dd2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,71 +47,44 @@ export default function LandingPage() {
@@ -133,32 +98,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "Daily", - title: "Open Daily", - description: "Ready for your service", - icon: Calendar, + id: "m1", value: "10am - 11pm", title: "Open Daily", description: "Ready for your service", icon: Calendar, }, { - id: "m2", - value: "Pro", - title: "Expert Team", - description: "Professional barbers", - icon: Users, + id: "m2", value: "Pro", title: "Expert Team", description: "Professional barbers", icon: Users, }, { - id: "m3", - value: "Easy", - title: "Walk-ins", - description: "Walk-ins always welcome", - icon: CheckCircle, + id: "m3", value: "Walk-ins", title: "Walk-ins Welcome", description: "Walk-ins always welcome", icon: CheckCircle, }, { - id: "m4", - value: "Prime", - title: "Location", - description: "Deira / Naif Center", - icon: MapPin, + id: "m4", value: "Prime", title: "Location", description: "Deira / Naif Center", icon: MapPin, }, ]} title="Why Wakanda Gents" @@ -174,41 +123,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "s1", - name: "Men’s Haircut", - price: "AED 50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-haircut-from_23-2148257033.jpg", - }, + id: "s1", name: "Men’s Haircut", price: "AED 50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-haircut-from_23-2148257033.jpg"}, { - id: "s2", - name: "Skin Fade", - price: "AED 60", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg", - }, + id: "s2", name: "Skin Fade", price: "AED 60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg"}, { - id: "s3", - name: "Beard Trim", - price: "AED 30", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-his-neck_23-2148783532.jpg", - }, + id: "s3", name: "Beard Trim", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-his-neck_23-2148783532.jpg"}, { - id: "s4", - name: "Hot Towel Shave", - price: "AED 40", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313028.jpg", - }, + id: "s4", name: "Hot Towel Shave", price: "AED 40", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313028.jpg"}, { - id: "s5", - name: "Head Shave", - price: "AED 35", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506253.jpg", - }, + id: "s5", name: "Head Shave", price: "AED 35", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506253.jpg"}, { - id: "s6", - name: "Kids Haircut", - price: "AED 40", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-painting-brush_23-2149529893.jpg", - }, + id: "s6", name: "Kids Haircut", price: "AED 40", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-painting-brush_23-2149529893.jpg"}, ]} title="Our Services" description="Premium grooming solutions for every style." @@ -220,9 +145,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Where Clean Cuts Meet Confidence" description={[ - "Wakanda Gents Salon is a men’s grooming destination in Deira, Dubai, focused on sharp haircuts, detailed beard work, clean fades, and a comfortable salon experience.", - "Whether you need a quick cut, a full grooming session, or a fresh look before an event, our barbers are ready.", - ]} + "Wakanda Gents Salon is a men’s grooming destination in Deira, Dubai, focused on sharp haircuts, detailed beard work, clean fades, and a comfortable salon experience.", "Whether you need a quick cut, a full grooming session, or a fresh look before an event, our barbers are ready."]} />
@@ -233,44 +156,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Precision", - title: "Sharp Fades", - items: [ - "Detailed work", - "Clean lines", - "Expert technique", - ], + id: "f1", label: "Precision", title: "Sharp Fades", items: [ + "Detailed work", "Clean lines", "Expert technique"], }, { - id: "f2", - label: "Detailing", - title: "Beard Grooming", - items: [ - "Defined lines", - "Hot towel ritual", - "Skincare finish", - ], + id: "f2", label: "Detailing", title: "Beard Grooming", items: [ + "Defined lines", "Hot towel ritual", "Skincare finish"], }, { - id: "f3", - label: "Comfort", - title: "Salon Experience", - items: [ - "Modern chairs", - "Relaxed atmosphere", - "Professional staff", - ], + id: "f3", label: "Comfort", title: "Salon Experience", items: [ + "Modern chairs", "Relaxed atmosphere", "Professional staff"], }, { - id: "f4", - label: "Booking", - title: "Easy Access", - items: [ - "WhatsApp booking", - "Direct calls", - "Central location", - ], + id: "f4", label: "Booking", title: "Easy Access", items: [ + "WhatsApp booking", "Direct calls", "Central location"], }, ]} title="Precision and Style" @@ -286,53 +185,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "g1", - name: "Barber Studio", - role: "Interior", - company: "Deira", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-armchair-has-rest-after-work-with-beer-bottle-his-hand_613910-18605.jpg", - }, + id: "g1", name: "Barber Studio", role: "Interior", company: "Deira", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-armchair-has-rest-after-work-with-beer-bottle-his-hand_613910-18605.jpg"}, { - id: "g2", - name: "Equipment", - role: "Detail", - company: "Deira", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg", - }, + id: "g2", name: "Equipment", role: "Detail", company: "Deira", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg"}, { - id: "g3", - name: "Style", - role: "Fade", - company: "Deira", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-new-haircut_23-2148257007.jpg", - }, + id: "g3", name: "Style", role: "Fade", company: "Deira", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-new-haircut_23-2148257007.jpg"}, { - id: "g4", - name: "Grooming", - role: "Station", - company: "Deira", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-tools-work-beauty-salon_23-2148182009.jpg", - }, + id: "g4", name: "Grooming", role: "Station", company: "Deira", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-tools-work-beauty-salon_23-2148182009.jpg"}, { - id: "g5", - name: "Atmosphere", - role: "Service", - company: "Deira", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-customer-hair_23-2148257012.jpg", - }, + id: "g5", name: "Atmosphere", role: "Service", company: "Deira", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-customer-hair_23-2148257012.jpg"}, { - id: "g6", - name: "Precision", - role: "Work", - company: "Deira", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-combing-moustache-client_23-2147778841.jpg", - }, + id: "g6", name: "Precision", role: "Work", company: "Deira", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-combing-moustache-client_23-2147778841.jpg"}, ]} title="The Wakanda Standard" description="Explore our shop and expert craftsmanship." @@ -343,22 +212,15 @@ export default function LandingPage() { @@ -369,29 +231,19 @@ export default function LandingPage() { logoText="Wakanda Gents Salon" columns={[ { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "Deira / Naif, Dubai", - href: "https://maps.app.goo.gl/iEc1kRtLqn2XhjbN6", - }, + label: "Deira / Naif, Dubai", href: "https://maps.app.goo.gl/iEc1kRtLqn2XhjbN6"}, { - label: "WhatsApp Booking", - href: "https://wa.me/971568331814?text=Hi%20Wakanda%20Gents%20Salon%2C%20I%20want%20to%20book%20an%20appointment", - }, + label: "WhatsApp Booking", href: "https://wa.me/971568331814?text=Hi%20Wakanda%20Gents%20Salon%2C%20I%20want%20to%20book%20an%20appointment"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Call: +971 56 833 1814", - href: "tel:+971568331814", - }, + label: "Call: +971 56 833 1814", href: "tel:+971568331814"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, ], }, ]} -- 2.49.1