From fdd63aeb37d0afbba949e268e0c80d79911324e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 06:00:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5a8ab6..120aa10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,11 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" products={[ - { id: "1", name: "Essential Lace Bralette", price: "$45", variant: "Available in 5 colors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-marshmallows-glass-jar-high-quality-photo_114579-35880.jpg" }, - { id: "2", name: "Seamless Comfort Panty", price: "$25", variant: "Mid-rise, Soft Modal", imageSrc: "http://img.b2bpic.net/free-photo/trendy-swimsuit-outdoors_23-2150632441.jpg" }, - { id: "3", name: "Satin & Lace Luxury Set", price: "$85", variant: "Bridal Edition", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-lying-floor_23-2147781236.jpg" }, - { id: "4", name: "Signature Camisole", price: "$55", variant: "Silk Blend", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-unhealthy-woman-with-dark-hair-wearing-white-casual-style-t-shirt-shorts-sitting-bed-light-bedroom-with-crossed-legs-touching-painful-neck-after-uncomfortable-sleep_176532-15524.jpg" }, - { id: "5", name: "Floral Lace Bodysuit", price: "$95", variant: "Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trendy-swimsuit-sitting-with-her-back-camera-beach-tent-young-lady-sunbathing-while-spending-time-beach_574295-5067.jpg" }, + { id: "1", name: "Essential Lace Bralette", price: "$45", variant: "Available in 5 colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-djljidrb.jpg" }, + { id: "2", name: "Seamless Comfort Panty", price: "$25", variant: "Mid-rise, Soft Modal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-jxpg3geu.jpg" }, + { id: "3", name: "Satin & Lace Luxury Set", price: "$85", variant: "Bridal Edition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-9loj0wbq.jpg" }, + { id: "4", name: "Signature Camisole", price: "$55", variant: "Silk Blend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-omtnrxi9.jpg" }, + { id: "5", name: "Floral Lace Bodysuit", price: "$95", variant: "Limited Edition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-jbfx82yk.png" }, { id: "6", name: "Everyday Support Set", price: "$65", variant: "Wireless Comfort", imageSrc: "http://img.b2bpic.net/free-photo/bride-s-morning-fine-art-wedding-happy-bride_1328-1771.jpg" } ]} title="The Collection" -- 2.49.1