Update src/app/page.tsx

This commit is contained in:
2026-06-11 13:39:16 +00:00
parent 53f36e88db
commit fe3be2d661

View File

@@ -132,7 +132,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-puts-golden-bracelet-with-bells-bride-s-leg-painted_8353-768.jpg", imageAlt: "Bridal diamond earrings"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-hand-with-beautiful-diamond-ring-another-female-s-back_181624-24495.jpg", imageAlt: "Bridal gold bangles"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-hand-with-beautiful-diamond-ring-another-female-s-back_181624-24495.jpg?_wi=1", imageAlt: "Bridal gold bangles"},
]
},
]}
@@ -149,7 +149,7 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "p1", name: "Emerald Cut Diamond Ring", price: "$5,500", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-hand-with-beautiful-diamond-ring-another-female-s-back_181624-24495.jpg", imageAlt: "Emerald cut diamond engagement ring"},
id: "p1", name: "Emerald Cut Diamond Ring", price: "$5,500", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-hand-with-beautiful-diamond-ring-another-female-s-back_181624-24495.jpg?_wi=2", imageAlt: "Emerald cut diamond engagement ring"},
{
id: "p2", name: "Traditional Gold Necklace", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg", imageAlt: "Elaborate traditional gold necklace"},
{