From 684f76bb51aa79d358e12d21e33dd4dda4ab25ee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:35:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 270 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 230 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2110e21..4982020 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -100,19 +62,9 @@ export default function LandingPage() { @@ -124,21 +76,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Precision Haircuts", - description: "Classic cuts to modern fades, crafted to fit you perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg", - }, - { - title: "Royal Shaves", - description: "Classic straight-razor shaves for a smooth, clean, and sharp look.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-grooming-man-s-beard-professional-barber-shop-close-up_23-2148353420.jpg", - }, - { - title: "Beard Grooming", - description: "Taming and trimming your beard with surgical precision.", - imageSrc: "http://img.b2bpic.net/free-photo/shampoo_187299-47477.jpg", - }, + { title: "Precision Haircuts", description: "Classic cuts to modern fades, crafted to fit you perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg" }, + { title: "Royal Shaves", description: "Classic straight-razor shaves for a smooth, clean, and sharp look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-grooming-man-s-beard-professional-barber-shop-close-up_23-2148353420.jpg" }, + { title: "Beard Grooming", description: "Taming and trimming your beard with surgical precision.", imageSrc: "http://img.b2bpic.net/free-photo/shampoo_187299-47477.jpg" }, ]} title="Our Professional Services" description="Expert grooming tailored to your unique style. We deliver excellence in every cut and shave." @@ -152,27 +92,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "10+", - title: "Years Experience", - description: "Professional history.", - icon: Award, - }, - { - id: "m2", - value: "5000+", - title: "Clients Served", - description: "Happy customers.", - icon: Users, - }, - { - id: "m3", - value: "100%", - title: "Satisfaction Rate", - description: "Always top notch.", - icon: ThumbsUp, - }, + { id: "m1", value: "10+", title: "Years Experience", description: "Professional history.", icon: Award }, + { id: "m2", value: "5000+", title: "Clients Served", description: "Happy customers.", icon: Users }, + { id: "m3", value: "100%", title: "Satisfaction Rate", description: "Always top notch.", icon: ThumbsUp }, ]} title="Why Choose NAB2?" description="Excellence in service, atmosphere, and technique." @@ -186,54 +108,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Style", - name: "Fade Cut", - price: "Featured", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-brown-eyes_23-2148257025.jpg", - }, - { - id: "p2", - brand: "Workspace", - name: "Barber Chair", - price: "Featured", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/haircut-machine-scissors_23-2147736989.jpg", - }, - { - id: "p3", - brand: "Tools", - name: "Scissors", - price: "Featured", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg", - }, - { - id: "p4", - brand: "Style", - name: "Beard Groom", - price: "Featured", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205928.jpg", - }, - { - id: "p5", - brand: "Tools", - name: "Razors", - price: "Featured", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg", - }, - { - id: "p6", - brand: "Shop", - name: "Full Detail", - price: "Featured", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205862.jpg", - }, + { id: "p1", brand: "Style", name: "Fade Cut", price: "Featured", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-brown-eyes_23-2148257025.jpg" }, + { id: "p2", brand: "Workspace", name: "Barber Chair", price: "Featured", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/haircut-machine-scissors_23-2147736989.jpg" }, + { id: "p3", brand: "Tools", name: "Scissors", price: "Featured", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg" }, + { id: "p4", brand: "Style", name: "Beard Groom", price: "Featured", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205928.jpg" }, + { id: "p5", brand: "Tools", name: "Razors", price: "Featured", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg" }, + { id: "p6", brand: "Shop", name: "Full Detail", price: "Featured", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205862.jpg" }, ]} title="Gallery" description="See the results of our dedication." @@ -244,31 +124,11 @@ export default function LandingPage() { @@ -336,32 +170,8 @@ export default function LandingPage() {