Update src/app/page.tsx

This commit is contained in:
2026-06-03 12:58:05 +00:00
parent 6acef53ed5
commit 0eafec124a

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
handle: "@radhikastyle", handle: "@radhikastyle",
testimonial: "Amazing quality at a great price!", testimonial: "Amazing quality at a great price!",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg?_wi=1",
imageAlt: "Radhika Sharma", imageAlt: "Radhika Sharma",
}, },
{ {
@@ -81,7 +81,7 @@ export default function LandingPage() {
handle: "@deepakfashion", handle: "@deepakfashion",
testimonial: "Very happy with my purchase. Fast delivery too!", testimonial: "Very happy with my purchase. Fast delivery too!",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1",
imageAlt: "Deepak Kumar", imageAlt: "Deepak Kumar",
}, },
{ {
@@ -89,7 +89,7 @@ export default function LandingPage() {
handle: "@priyachic", handle: "@priyachic",
testimonial: "Fast delivery and excellent service. My new favorite store!", testimonial: "Fast delivery and excellent service. My new favorite store!",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-smiling-brunette-woman-girl-casual-clothes_158538-2611.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-smiling-brunette-woman-girl-casual-clothes_158538-2611.jpg?_wi=1",
imageAlt: "Priya Singh", imageAlt: "Priya Singh",
}, },
{ {
@@ -97,7 +97,7 @@ export default function LandingPage() {
handle: "@amitwear", handle: "@amitwear",
testimonial: "Best fashion store in the area. Highly recommend Vamshi Fashion.", testimonial: "Best fashion store in the area. Highly recommend Vamshi Fashion.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-unshaven-handsome-young-hipster-guy-looks-with-dark-shining-eyes-pleased-smile_273609-8596.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-unshaven-handsome-young-hipster-guy-looks-with-dark-shining-eyes-pleased-smile_273609-8596.jpg?_wi=1",
imageAlt: "Amit Patel", imageAlt: "Amit Patel",
}, },
{ {
@@ -142,7 +142,7 @@ export default function LandingPage() {
}, },
]} ]}
avatarText="Join 10,000+ Happy Shoppers" avatarText="Join 10,000+ Happy Shoppers"
imageSrc="http://img.b2bpic.net/free-photo/girl-lifestyle-shoes-footwear-fashion_1303-659.jpg" imageSrc="http://img.b2bpic.net/free-photo/girl-lifestyle-shoes-footwear-fashion_1303-659.jpg?_wi=1"
imageAlt="Stylish fashion models showcasing Vamshi Fashion collection" imageAlt="Stylish fashion models showcasing Vamshi Fashion collection"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
@@ -386,7 +386,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/girl-lifestyle-shoes-footwear-fashion_1303-659.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-lifestyle-shoes-footwear-fashion_1303-659.jpg?_wi=2",
imageAlt: "affordable prices clothing rack", imageAlt: "affordable prices clothing rack",
}, },
{ {
@@ -407,7 +407,7 @@ export default function LandingPage() {
}, },
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg?_wi=2",
imageAlt: "affordable prices clothing rack", imageAlt: "affordable prices clothing rack",
}, },
{ {
@@ -428,7 +428,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=2",
imageAlt: "affordable prices clothing rack", imageAlt: "affordable prices clothing rack",
}, },
{ {
@@ -449,7 +449,7 @@ export default function LandingPage() {
}, },
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-smiling-brunette-woman-girl-casual-clothes_158538-2611.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-cute-smiling-brunette-woman-girl-casual-clothes_158538-2611.jpg?_wi=2",
imageAlt: "affordable prices clothing rack", imageAlt: "affordable prices clothing rack",
}, },
{ {
@@ -470,7 +470,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-unshaven-handsome-young-hipster-guy-looks-with-dark-shining-eyes-pleased-smile_273609-8596.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-unshaven-handsome-young-hipster-guy-looks-with-dark-shining-eyes-pleased-smile_273609-8596.jpg?_wi=2",
imageAlt: "affordable prices clothing rack", imageAlt: "affordable prices clothing rack",
}, },
]} ]}