From d5c00a3df94610e5bf59420997cae2bbec9e3309 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:02:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 197d7b9..d3beea6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,6 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-3827.jpg", alt: "Customer 4" } ]} avatarText="Trusted by generations of happy clients" - useInvertedBackground={false} />
@@ -97,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?_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-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-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" } ]} /> @@ -113,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?_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-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-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" }, @@ -210,7 +209,6 @@ export default function LandingPage() { { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Book Appointment", href: "#contact" }] } ]} copyrightText="© 2024 Taj Jewellers. All rights reserved." - useInvertedBackground={true} />
-- 2.49.1