Update src/app/page.tsx

This commit is contained in:
2026-03-15 06:12:05 +00:00
parent 8d12e61448
commit 5e74a6b43b

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "View in 3D", href: "#showcase" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/view-lighting-lamp-with-futuristic-design_23-2151037459.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-lighting-lamp-with-futuristic-design_23-2151037459.jpg?_wi=1"
imageAlt="Luxury 3D jewelry showcase"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -69,15 +69,15 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Engagement Rings", description: "Timeless symbols of love, crafted with the finest diamonds and precious metals", imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg", imageAlt: "Luxury engagement rings collection", buttonIcon: ArrowRight,
title: "Engagement Rings", description: "Timeless symbols of love, crafted with the finest diamonds and precious metals", imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg?_wi=1", imageAlt: "Luxury engagement rings collection", buttonIcon: ArrowRight,
buttonHref: "#rings"
},
{
title: "Necklaces", description: "Elegant necklaces that frame the face with sophisticated grace and beauty", imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695045.jpg", imageAlt: "Premium necklace collection", buttonIcon: ArrowRight,
title: "Necklaces", description: "Elegant necklaces that frame the face with sophisticated grace and beauty", imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695045.jpg?_wi=1", imageAlt: "Premium necklace collection", buttonIcon: ArrowRight,
buttonHref: "#necklaces"
},
{
title: "Bracelets", description: "Statement bracelets that add a touch of luxury to any occasion", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11543.jpg", imageAlt: "Luxury bracelet collection", buttonIcon: ArrowRight,
title: "Bracelets", description: "Statement bracelets that add a touch of luxury to any occasion", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11543.jpg?_wi=1", imageAlt: "Luxury bracelet collection", buttonIcon: ArrowRight,
buttonHref: "#bracelets"
}
]}
@@ -114,7 +114,7 @@ export default function LandingPage() {
id: "necklace-gold-1", name: "Gold Chain Necklace", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/model-shows-earrings-ring-with-beautiful-blue-precious-stones_8353-5044.jpg", imageAlt: "Elegant gold chain necklace"
},
{
id: "bracelet-diamond-1", name: "Diamond Tennis Bracelet", price: "$2,800", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11543.jpg", imageAlt: "Premium diamond tennis bracelet"
id: "bracelet-diamond-1", name: "Diamond Tennis Bracelet", price: "$2,800", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11543.jpg?_wi=2", imageAlt: "Premium diamond tennis bracelet"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -176,10 +176,10 @@ export default function LandingPage() {
title: "Authentic Craftsmanship", description: "Each piece is meticulously handcrafted by master jewelers with decades of experience", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025948.jpg", imageAlt: "Artisan jewelry workshop", buttonIcon: ArrowRight
},
{
title: "3D Visualization", description: "View every piece in stunning 3D detail before making your purchase decision", imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-lamp-with-futuristic-design_23-2151037459.jpg", imageAlt: "3D jewelry visualization", buttonIcon: ArrowRight
title: "3D Visualization", description: "View every piece in stunning 3D detail before making your purchase decision", imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-lamp-with-futuristic-design_23-2151037459.jpg?_wi=2", imageAlt: "3D jewelry visualization", buttonIcon: ArrowRight
},
{
title: "Lifetime Guarantee", description: "We stand behind every piece with our comprehensive lifetime warranty and maintenance service", imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg", imageAlt: "Warranty and service guarantee", buttonIcon: ArrowRight
title: "Lifetime Guarantee", description: "We stand behind every piece with our comprehensive lifetime warranty and maintenance service", imageSrc: "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg?_wi=2", imageAlt: "Warranty and service guarantee", buttonIcon: ArrowRight
}
]}
textboxLayout="default"
@@ -196,7 +196,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695045.jpg"
imageSrc="http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695045.jpg?_wi=2"
imageAlt="Contact consultation"
mediaAnimation="opacity"
mediaPosition="right"