Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -52,10 +52,10 @@ export default function LandingPage() {
|
||||
description="Discover our handcrafted collections of 24k gold jewelry, designed to illuminate every moment of your life with unparalleled sophistication."
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30802.jpg", imageAlt: "luxury gold necklace photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329680.jpg", imageAlt: "gold ring luxury product" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-caucasian-girl-posing-dark-wall-shooting-with-european-lady_197531-13996.jpg", imageAlt: "luxury golden earrings" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fine-jewelry-promotion-ears-woman_114579-11505.jpg", imageAlt: "golden chain bracelet" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30802.jpg?_wi=1", imageAlt: "luxury gold necklace photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329680.jpg?_wi=1", imageAlt: "gold ring luxury product" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-caucasian-girl-posing-dark-wall-shooting-with-european-lady_197531-13996.jpg?_wi=1", imageAlt: "luxury golden earrings" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fine-jewelry-promotion-ears-woman_114579-11505.jpg?_wi=1", imageAlt: "golden chain bracelet" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-enamel-black-table_140725-12896.jpg", imageAlt: "complete luxury jewelry set" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brushed-gold-metallic-texture_84443-72947.jpg", imageAlt: "detailed gold metal texture" }
|
||||
]}
|
||||
@@ -132,10 +132,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Elena P.", handle: "@elena", testimonial: "Exquisite quality and timeless design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409254.jpg" },
|
||||
{ id: "t2", name: "Marcus W.", handle: "@marcus", testimonial: "The best gift I ever bought.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30802.jpg" },
|
||||
{ id: "t3", name: "Sarah J.", handle: "@sarahj", testimonial: "Beautifully packaged and arrived quickly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329680.jpg" },
|
||||
{ id: "t4", name: "David K.", handle: "@dk", testimonial: "True artistry in every detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-caucasian-girl-posing-dark-wall-shooting-with-european-lady_197531-13996.jpg" },
|
||||
{ id: "t5", name: "Jenny L.", handle: "@jenny", testimonial: "Simply stunning jewelry.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fine-jewelry-promotion-ears-woman_114579-11505.jpg" }
|
||||
{ id: "t2", name: "Marcus W.", handle: "@marcus", testimonial: "The best gift I ever bought.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30802.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Sarah J.", handle: "@sarahj", testimonial: "Beautifully packaged and arrived quickly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329680.jpg?_wi=2" },
|
||||
{ id: "t4", name: "David K.", handle: "@dk", testimonial: "True artistry in every detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-caucasian-girl-posing-dark-wall-shooting-with-european-lady_197531-13996.jpg?_wi=2" },
|
||||
{ id: "t5", name: "Jenny L.", handle: "@jenny", testimonial: "Simply stunning jewelry.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fine-jewelry-promotion-ears-woman_114579-11505.jpg?_wi=2" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Stories"
|
||||
|
||||
Reference in New Issue
Block a user