|
|
|
|
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
name: "Contact", id: "contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="Barber City"
|
|
|
|
|
brandName="Barber City Cuts And Shaves"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -119,22 +119,22 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "p1", brand: "BarberCity", name: "Pomade Hold", price: "$15", rating: 5,
|
|
|
|
|
id: "p1", brand: "BarberCity", name: "Pomade Hold", price: "$45", rating: 5,
|
|
|
|
|
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-male-dressed-blue-shirt-white-jacket-bow-tie-grey-background_613910-177.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p2", brand: "BarberCity", name: "Beard Oil", price: "$22", rating: 5,
|
|
|
|
|
id: "p2", brand: "BarberCity", name: "Beard Oil", price: "$35", rating: 5,
|
|
|
|
|
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985717.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p3", brand: "BarberCity", name: "Shaving Cream", price: "$18", rating: 4,
|
|
|
|
|
id: "p3", brand: "BarberCity", name: "Shaving Cream", price: "$60", rating: 4,
|
|
|
|
|
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-temples-man_23-2147778753.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p4", brand: "BarberCity", name: "Aftershave Balm", price: "$20", rating: 5,
|
|
|
|
|
id: "p4", brand: "BarberCity", name: "Aftershave Balm", price: "$30", rating: 5,
|
|
|
|
|
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p5", brand: "BarberCity", name: "Clay Texture", price: "$16", rating: 4,
|
|
|
|
|
reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p6", brand: "BarberCity", name: "Beard Brush", price: "$12", rating: 5,
|
|
|
|
|
id: "p6", brand: "BarberCity", name: "Beard Brush", price: "$30", rating: 5,
|
|
|
|
|
reviewCount: "51", imageSrc: "http://img.b2bpic.net/free-photo/faceless-barber-shaving-temples-client_23-2147778760.jpg"},
|
|
|
|
|
]}
|
|
|
|
|
title="Professional Grooming Gear"
|
|
|
|
|
@@ -255,4 +255,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|