From efbf49ce4329ded84751193f3616c7aeb7f2ee81 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:02:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3beea6..35fb9d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,8 +96,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "feature-1", title: "Bridal Sets", tags: ["Wedding", "Traditional"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgFKQTPXizpS1O2KWGR8uad3rf/uploaded-1780592335931-lnw88gid.png", imageAlt: "Stunning bridal set" }, - { id: "feature-2", title: "Rings & Bands", tags: ["Engagement", "Everyday"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgFKQTPXizpS1O2KWGR8uad3rf/uploaded-1780592335932-a0pjdjbq.png", imageAlt: "Exquisite rings collection" }, + { id: "feature-1", title: "Bridal Sets", tags: ["Wedding", "Traditional"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgFKQTPXizpS1O2KWGR8uad3rf/uploaded-1780592335931-lnw88gid.png?_wi=1", imageAlt: "Stunning bridal set" }, + { id: "feature-2", title: "Rings & Bands", tags: ["Engagement", "Everyday"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgFKQTPXizpS1O2KWGR8uad3rf/uploaded-1780592335932-a0pjdjbq.png?_wi=1", imageAlt: "Exquisite rings collection" }, { id: "feature-3", title: "Necklaces & Pendants", tags: ["Statement", "Minimalist"], imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975973.jpg", imageAlt: "Elegant necklaces" } ]} /> @@ -112,8 +112,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} products={[ - { id: "prod-1", name: "Bridal Rings", price: "PKR 85,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgFKQTPXizpS1O2KWGR8uad3rf/uploaded-1780592335931-lnw88gid.png", imageAlt: "Close-up of a Bridal Ring" }, - { id: "prod-2", name: "Gold Choker", price: "PKR 1,20,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgFKQTPXizpS1O2KWGR8uad3rf/uploaded-1780592335932-a0pjdjbq.png", imageAlt: "Elegant Gold Choker" }, + { id: "prod-1", name: "Bridal Rings", price: "PKR 85,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgFKQTPXizpS1O2KWGR8uad3rf/uploaded-1780592335931-lnw88gid.png?_wi=2", imageAlt: "Close-up of a Bridal Ring" }, + { id: "prod-2", name: "Gold Choker", price: "PKR 1,20,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EgFKQTPXizpS1O2KWGR8uad3rf/uploaded-1780592335932-a0pjdjbq.png?_wi=2", imageAlt: "Elegant Gold Choker" }, { id: "prod-3", name: "Gold Bangles Set", price: "PKR 65,000", imageSrc: "http://img.b2bpic.net/free-photo/young-person-portrait-photorealistic-style-with-braids_23-2151570099.jpg", imageAlt: "Beautiful Gold Bangles Set" }, { id: "prod-4", name: "Diamond Earrings", price: "PKR 95,000", imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-close-up-portrait-posing-front-her-car-outdoors-ownership-driver_158595-6824.jpg", imageAlt: "Sparkling Diamond Earrings" }, { id: "prod-5", name: "Filigree Ring", price: "PKR 72,000", imageSrc: "http://img.b2bpic.net/free-photo/bohemian-personalities-going-adventure-together_23-2149623167.jpg", imageAlt: "Intricate Filigree Ring" }, -- 2.49.1