Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d2073cc82a | |||
| 6501aa13a0 |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="BarberCraft"
|
brandName="Asif Barbar Shop"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now", href: "#contact"}}
|
text: "Book Now", href: "#contact"}}
|
||||||
/>
|
/>
|
||||||
@@ -110,22 +110,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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"},
|
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"},
|
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"},
|
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"},
|
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"},
|
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"},
|
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205919.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Premium Grooming Gear"
|
title="Premium Grooming Gear"
|
||||||
@@ -241,14 +241,14 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Terms", href: "#"},
|
label: "Terms", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Phone: (555) 123-4567", href: "tel:+15551234567"},
|
label: "Phone: 9335855396", href: "tel:9335855396"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="BarberCraft"
|
logoText="Asif Barbar Shop"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user