Update src/app/page.tsx
This commit is contained in:
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "g1", brand: "Style", name: "Classic Fade", price: "Featured", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/officer-war-room-responsible-air-defense-relaying-instructions-squadrons-patrolling_482257-134542.jpg"
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/officer-war-room-responsible-air-defense-relaying-instructions-squadrons-patrolling_482257-134542.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "g2", brand: "Style", name: "Modern Quiff", price: "Featured", rating: 5,
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "g3", brand: "Style", name: "Beard Art", price: "Featured", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/officer-war-room-responsible-air-defense-relaying-instructions-squadrons-patrolling_482257-134542.jpg"
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/officer-war-room-responsible-air-defense-relaying-instructions-squadrons-patrolling_482257-134542.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
title="Our Work"
|
||||
|
||||
Reference in New Issue
Block a user