From d2073cc82a3df949cc48865d9f5da7751efcc60f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:05:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daf01c7..98ae840 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact"}, ]} - brandName="BarberCraft" + brandName="Asif Barbar Shop" button={{ text: "Book Now", href: "#contact"}} /> @@ -110,22 +110,22 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", brand: "BarberCraft", name: "Signature Pomade", price: "$22", rating: 5, + id: "p1", brand: "Asif Barbar Shop", name: "Signature Pomade", price: "$22", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-three-beer-bottles-ears-wheat-wooden-backdrop_23-2147952035.jpg"}, { - id: "p2", brand: "BarberCraft", name: "Beard Oil", price: "$28", rating: 5, + id: "p2", brand: "Asif Barbar Shop", name: "Beard Oil", price: "$28", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/close-up-orange-trimmer-black-gloves_23-2148257058.jpg"}, { - id: "p3", brand: "BarberCraft", name: "Aftershave Balm", price: "$24", rating: 4, + id: "p3", brand: "Asif Barbar Shop", name: "Aftershave Balm", price: "$24", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985734.jpg"}, { - id: "p4", brand: "BarberCraft", name: "Shaving Brush", price: "$45", rating: 5, + id: "p4", brand: "Asif Barbar Shop", name: "Shaving Brush", price: "$45", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232245.jpg"}, { - id: "p5", brand: "BarberCraft", name: "Clay Styling", price: "$25", rating: 4, + id: "p5", brand: "Asif Barbar Shop", name: "Clay Styling", price: "$25", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-getting-groomed_23-2150668469.jpg"}, { - id: "p6", brand: "BarberCraft", name: "Beard Wax", price: "$18", rating: 5, + id: "p6", brand: "Asif Barbar Shop", name: "Beard Wax", price: "$18", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205919.jpg"}, ]} title="Premium Grooming Gear" @@ -241,14 +241,14 @@ export default function LandingPage() { { label: "Terms", href: "#"}, { - label: "Phone: (555) 123-4567", href: "tel:+15551234567"}, + label: "Phone: 9335855396", href: "tel:9335855396"}, ], }, ]} - logoText="BarberCraft" + logoText="Asif Barbar Shop" /> ); -} \ No newline at end of file +} -- 2.49.1