Update src/app/page.tsx

This commit is contained in:
2026-03-14 14:09:45 +00:00
parent 14907170c9
commit aba41bb073

View File

@@ -43,6 +43,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
title="Exquisite Jewelry Crafted with Passion"
description="Discover timeless pieces that celebrate life's most precious moments. From elegant rings to stunning necklaces, every creation reflects our commitment to unparalleled craftsmanship and luxury."
background={{ variant: "plain" }}
tag="Premium Quality"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -56,7 +57,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329680.jpg", imageAlt: "Luxury gold jewelry collection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg?_wi=1", imageAlt: "Premium gold rings showcase"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg", imageAlt: "Premium gold rings showcase"
}
]}
mediaAnimation="opacity"
@@ -77,7 +78,7 @@ export default function LandingPage() {
{ text: "Our Craft", href: "#features" }
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/peeling-silver-ring-witn-equipment_114579-12262.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/peeling-silver-ring-witn-equipment_114579-12262.jpg"
imageAlt="Master jeweler at work"
useInvertedBackground={true}
ariaLabel="About section - Our story"
@@ -98,15 +99,15 @@ export default function LandingPage() {
products={[
{
id: "ring-1", brand: "Ahsan Razzaq", name: "Diamond Engagement Ring", price: "PKR 85,000", rating: 5,
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg?_wi=2", imageAlt: "Diamond engagement ring"
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg", imageAlt: "Diamond engagement ring"
},
{
id: "necklace-1", brand: "Ahsan Razzaq", name: "Gold Pendant Necklace", price: "PKR 45,000", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/reflection-background-gold-pendant-precious-glass_1400-34.jpg?_wi=1", imageAlt: "Gold pendant necklace"
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/reflection-background-gold-pendant-precious-glass_1400-34.jpg", imageAlt: "Gold pendant necklace"
},
{
id: "bracelet-1", brand: "Ahsan Razzaq", name: "Diamond Bracelet", price: "PKR 65,000", rating: 5,
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg?_wi=1", imageAlt: "Premium diamond bracelet"
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg", imageAlt: "Premium diamond bracelet"
},
{
id: "earrings-1", brand: "Ahsan Razzaq", name: "Gold Stud Earrings", price: "PKR 28,000", rating: 5,
@@ -130,15 +131,15 @@ export default function LandingPage() {
features={[
{
id: "feature-1", title: "Authentic Craftsmanship", author: "Master Artisans", description: "Every piece is handcrafted by skilled artisans with decades of experience, ensuring unmatched quality and uniqueness.", tags: ["Handmade", "Quality", "Expertise"],
imageSrc: "http://img.b2bpic.net/free-photo/peeling-silver-ring-witn-equipment_114579-12262.jpg?_wi=2", imageAlt: "Master jeweler crafting jewelry"
imageSrc: "http://img.b2bpic.net/free-photo/peeling-silver-ring-witn-equipment_114579-12262.jpg", imageAlt: "Master jeweler crafting jewelry"
},
{
id: "feature-2", title: "Premium Materials", author: "Certified Gold", description: "We source only the finest gold, diamonds, and gemstones from certified suppliers to guarantee authenticity and brilliance.", tags: ["Certified", "Authentic", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg?_wi=3", imageAlt: "Premium gold collection"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg", imageAlt: "Premium gold collection"
},
{
id: "feature-3", title: "Lifetime Warranty", author: "Peace of Mind", description: "Every purchase comes with our lifetime warranty covering craftsmanship defects, because your satisfaction is our priority.", tags: ["Warranty", "Service", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg?_wi=2", imageAlt: "Quality assured jewelry"
imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg", imageAlt: "Quality assured jewelry"
}
]}
ariaLabel="Features and benefits section"
@@ -268,7 +269,7 @@ export default function LandingPage() {
<FooterMedia
logoText="Ahsan Razzaq Jewelers"
copyrightText="© 2024 Ahsan Razzaq Jewelers. All rights reserved."
imageSrc="http://img.b2bpic.net/free-photo/reflection-background-gold-pendant-precious-glass_1400-34.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/reflection-background-gold-pendant-precious-glass_1400-34.jpg"
imageAlt="Footer showcase jewelry"
columns={[
{