Update src/app/page.tsx

This commit is contained in:
2026-04-05 02:34:22 +00:00
parent f0ddc4e172
commit 5d71aee0df

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024756.jpg", imageAlt: "Royal Since Birth Hero 1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg", imageAlt: "Royal Since Birth Hero 2"}
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg?_wi=1", imageAlt: "Royal Since Birth Hero 2"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -65,7 +65,7 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Legacy Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg" },
{ id: "p1", name: "Legacy Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg?_wi=2" },
{ id: "p2", name: "Crown Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg" },
{ id: "p3", name: "Royal Hat", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230663.jpg" },
{ id: "p4", name: "Ambition Joggers", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-posing_150588-179.jpg" },