Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-16 12:33:32 +00:00

View File

@@ -56,25 +56,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Sophia L.", handle: "@sophia.gems", testimonial: "The craftsmanship is unparalleled. My ring is stunning.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg?_wi=1", imageAlt: "elegant diamond jewelry professional lighting"},
{
name: "Julian D.", handle: "@julian.lux", testimonial: "Absolutely beautiful pieces. Truly unique designs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg?_wi=1", imageAlt: "elegant diamond jewelry professional lighting"},
{
name: "Elena M.", handle: "@elena.styles", testimonial: "Perfect gift for my anniversary. She loved it!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931447.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931447.jpg?_wi=1", imageAlt: "elegant diamond jewelry professional lighting"},
{
name: "Marcus R.", handle: "@marcus.collections", testimonial: "Superior quality that lasts a lifetime. Recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg?_wi=1", imageAlt: "elegant diamond jewelry professional lighting"},
{
name: "Chloe B.", handle: "@chloe.fine", testimonial: "Excellent service and gorgeous quality jewelry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg?_wi=1", imageAlt: "elegant diamond jewelry professional lighting"},
]}
buttons={[
{
text: "Shop Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashion-jewelry-closeup-bracelet-pendant-elegance_1400-28.jpg", alt: "fashion jewelry closeup"},
@@ -109,7 +109,7 @@ export default function LandingPage() {
title="Legacy of Craftsmanship"
description="Aura Gems was born from a passion for timeless beauty and precision engineering."
subdescription="Every piece is carefully curated to reflect elegance and personal meaning."
imageSrc="http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg"
imageSrc="http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg?_wi=2"
mediaAnimation="blur-reveal"
icon={Diamond}
/>
@@ -134,7 +134,7 @@ export default function LandingPage() {
},
],
media: {
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931447.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931447.jpg?_wi=2"},
reverse: false,
},
{
@@ -183,7 +183,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Ethereal Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg"},
id: "p1", name: "Ethereal Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg?_wi=2"},
{
id: "p2", name: "Midnight Earrings", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/shiny-gold-necklace-with-gemstone-drop-pendant-generated-by-ai_188544-14019.jpg"},
{
@@ -269,7 +269,7 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Alice W.", role: "Collector", company: "FineArts", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg?_wi=2"},
{
id: "t2", name: "Bob K.", role: "Client", company: "Consulting", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-women-enjoy-shopping-with-shopping-bag-credit-card_1150-13948.jpg"},