Update src/app/page.tsx
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
handle: "@alexr",
|
||||
testimonial: "The most comfortable pair I've owned. Absolutely worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg?_wi=1",
|
||||
imageAlt: "luxury leather shoe photography",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahm",
|
||||
testimonial: "Sophisticated and durable. Perfect for my daily office look.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-foot-with-brown-leather-shoes-jeans_1150-5997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-foot-with-brown-leather-shoes-jeans_1150-5997.jpg?_wi=1",
|
||||
imageAlt: "luxury leather shoe photography",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
handle: "@davidl",
|
||||
testimonial: "Excellent craftsmanship and top-tier support.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg?_wi=1",
|
||||
imageAlt: "luxury leather shoe photography",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
handle: "@elenak",
|
||||
testimonial: "Truly elegant and fits like a glove.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg?_wi=1",
|
||||
imageAlt: "luxury leather shoe photography",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
handle: "@marcusw",
|
||||
testimonial: "Outstanding quality that stands the test of time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-stretching-city-workout_158595-5908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-stretching-city-workout_158595-5908.jpg?_wi=1",
|
||||
imageAlt: "luxury leather shoe photography",
|
||||
},
|
||||
]}
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg",
|
||||
@@ -145,28 +145,28 @@ export default function LandingPage() {
|
||||
name: "Classic Leather Oxford",
|
||||
price: "$189",
|
||||
variant: "Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-foot-with-brown-leather-shoes-jeans_1150-5997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-foot-with-brown-leather-shoes-jeans_1150-5997.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Minimalist White Sneaker",
|
||||
price: "$129",
|
||||
variant: "White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Suede Loafer",
|
||||
price: "$159",
|
||||
variant: "Tan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Performance Trainer",
|
||||
price: "$139",
|
||||
variant: "Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-stretching-city-workout_158595-5908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-stretching-city-workout_158595-5908.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
||||
title: "Comfort First",
|
||||
subtitle: "Ergonomic Design",
|
||||
description: "Engineered for all-day wear and support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-wearing-black-dress-boots_23-2149884569.jpg?_wi=3",
|
||||
imageAlt: "Classic stylish men's shoes closeup on gray",
|
||||
},
|
||||
{
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
title: "Timeless Style",
|
||||
subtitle: "Modern Classics",
|
||||
description: "Designed to look good today and years from now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-foot-with-brown-leather-shoes-jeans_1150-5997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-foot-with-brown-leather-shoes-jeans_1150-5997.jpg?_wi=3",
|
||||
imageAlt: "Classic stylish men's shoes closeup on gray",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user