Update src/app/page.tsx

This commit is contained in:
2026-03-29 21:56:46 +00:00
parent 7fda92b3dc
commit 9e5e3b7150

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
href: "/new-arrivals",
},
]}
imageSrc="http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg"
imageSrc="http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=1"
imageAlt="Fashion model wearing new collection"
mediaAnimation="blur-reveal"
avatars={[
@@ -148,7 +148,7 @@ export default function LandingPage() {
price: "$295",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=2",
},
{
id: "p2",
@@ -157,7 +157,7 @@ export default function LandingPage() {
price: "$120",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=3",
},
{
id: "p3",
@@ -166,7 +166,7 @@ export default function LandingPage() {
price: "$180",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=4",
},
{
id: "p4",
@@ -175,7 +175,7 @@ export default function LandingPage() {
price: "$45",
rating: 4,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=5",
},
]}
title="Best Sellers"
@@ -190,17 +190,17 @@ export default function LandingPage() {
{
id: "t1",
name: "Alice M.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884577.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884577.jpg?_wi=1",
},
{
id: "t2",
name: "James L.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-man-dressed-jeans-overcoat-fashion-male-posing-near-grey-wall-studio_158538-26515.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-man-dressed-jeans-overcoat-fashion-male-posing-near-grey-wall-studio_158538-26515.jpg?_wi=1",
},
{
id: "t3",
name: "Sofia R.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-dressed-floral-dress_158595-4779.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-dressed-floral-dress_158595-4779.jpg?_wi=1",
},
{
id: "t4",
@@ -210,7 +210,7 @@ export default function LandingPage() {
{
id: "t5",
name: "Elena D.",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=6",
},
]}
cardTitle="Client Voices"
@@ -260,14 +260,14 @@ export default function LandingPage() {
name: "Silk Blouse",
price: "$210",
variant: "Cream",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=7",
},
{
id: "n2",
name: "Cashmere Knit",
price: "$340",
variant: "Grey",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-man-dressed-jeans-overcoat-fashion-male-posing-near-grey-wall-studio_158538-26515.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-man-dressed-jeans-overcoat-fashion-male-posing-near-grey-wall-studio_158538-26515.jpg?_wi=2",
},
]}
/>