Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 01:05:28 +00:00

View File

@@ -50,39 +50,21 @@ export default function LandingPage() {
<HeroBillboard
background={{
variant: "gradient-bars"}}
title="Timeless Elegance, Custom Crafted."
description="Michael Jewelry offers premium gold pieces, custom designs, and professional repair services in the heart of the Bronx."
title="Premium Timeless Craftsmanship"
description="Elevating elegance with custom-designed gold pieces and expert restoration services."
buttons={[
{
text: "Visit Store", href: "#contact"},
text: "Book Consultation", href: "#contact"},
{
text: "Explore Collections", href: "#collections"},
text: "Browse Gallery", href: "#collections"},
]}
imageSrc="http://img.b2bpic.net/free-photo/metal-precious-bracelet-chain-luxury-bright_1400-31.jpg?_wi=1"
imageAlt="Luxurious gold jewelry showcase"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-human-hand-stand-display_23-2150347077.jpg", alt: "Expensive golden ring with human hand stand display"},
{
src: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg", alt: "jewelry bright studio luxury love vintage"},
{
src: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-wearing-ring_23-2149872231.jpg", alt: "Gold aesthetic wallpaper with hand wearing ring"},
{
src: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg", alt: "View of luxurious golden ring with marble"},
{
src: "http://img.b2bpic.net/free-photo/couple-jewelry-store-choosing-ring-together_1303-30660.jpg", alt: "Couple at jewelry store choosing a ring together"},
]}
imageAlt="Luxurious gold jewelry collection"
marqueeItems={[
{
type: "image", src: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-human-hand-stand-display_23-2150347077.jpg", alt: "Expensive golden ring"},
{
type: "text", text: "Premium 14k Gold"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg", alt: "Luxury jewelry"},
{
type: "text", text: "Custom Designs"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-wearing-ring_23-2149872231.jpg", alt: "Gold ring"},
{ type: "text", text: "18k Gold Certified" },
{ type: "text", text: "Custom Design Studio" },
{ type: "text", text: "Professional Repair" },
{ type: "text", text: "Ethically Sourced" },
]}
/>
</div>
@@ -90,10 +72,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Family-Owned Excellence Since Day One"
title="Crafting Memories for Generations"
buttons={[
{
text: "Learn More", href: "#"},
text: "Our Story", href: "#"},
]}
/>
</div>
@@ -105,21 +87,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{
id: "p1", name: "14k Gold Rope Chain", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599061.jpg?_wi=1"},
{
id: "p2", name: "Cuban Link Chain", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/side-view-jewellery-set-golden-bracelet-rind-with-diamonds-rubies-shape-butterfly_140725-12815.jpg?_wi=1"},
{
id: "p3", name: "Custom Gold Pendant", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=1"},
{
id: "p4", name: "Diamond Set Ring", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-diamond-ring-woman-finger_343596-416.jpg"},
{
id: "p5", name: "Classic Gold Earrings", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/top-view-aesthetic-golden-earrings_23-2149846571.jpg"},
{
id: "p6", name: "Luxury Gold Accessory", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-halloween-elements_23-2148614357.jpg"},
{ id: "p1", name: "Signature Link Chain", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599061.jpg?_wi=1" },
{ id: "p2", name: "Elegance Gold Bangle", price: "$920", imageSrc: "http://img.b2bpic.net/free-photo/side-view-jewellery-set-golden-bracelet-rind-with-diamonds-rubies-shape-butterfly_140725-12815.jpg?_wi=1" },
{ id: "p3", name: "Custom Heirloom Pendant", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=1" },
]}
title="Our Signature Pieces"
description="Discover our collection of quality gold chains, custom bracelets, and elegant rings."
title="Premium Selections"
description="Discover our curated catalog of luxury gold and gemstone masterpieces."
/>
</div>
@@ -129,18 +102,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1", icon: Star,
title: "Customer Rating", value: "5.0"},
{
id: "m2", icon: Award,
title: "Happy Reviews", value: "80+"},
{
id: "m3", icon: Shield,
title: "Custom Projects", value: "500+"},
{ id: "m1", icon: Star, title: "Customer Satisfaction", value: "5.0" },
{ id: "m2", icon: Award, title: "Artisan Pieces", value: "1k+" },
{ id: "m3", icon: Shield, title: "Gold Quality", value: "24k" },
]}
title="Trusted by the Bronx Community"
description="Proven dedication to quality and service."
title="Standards of Excellence"
description="Precision, quality, and commitment are at the center of every piece we forge."
/>
</div>
@@ -149,19 +116,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Jadira Booker", date: "2 months ago", title: "Amazing Service", quote: "They got my bracelet same day. Amazing customer service!", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-talking-phone_23-2149105406.jpg", imageSrc: "http://img.b2bpic.net/free-photo/metal-precious-bracelet-chain-luxury-bright_1400-31.jpg?_wi=2", imageAlt: "happy jewelry customer smiling"},
{
id: "t2", name: "Waldo Estepan", date: "5 months ago", title: "Highly Recommended", quote: "They customize your jewelry depending on your needs.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-elegantly-dressed-woman-seller-packs-precious-earrings-box-her-client-luxury-jewelry-store_613910-6601.jpg", imageAlt: "happy jewelry customer smiling"},
{
id: "t3", name: "Aaliyah Escoto", date: "11 months ago", title: "Quick Repairs", quote: "Awesome family owned jeweler! Fixed my jewelry so quick.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/model-posing-as-greek-goddess-medium-shot_23-2150099236.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599061.jpg?_wi=2", imageAlt: "happy jewelry customer smiling"},
{
id: "t4", name: "David Kim", date: "1 year ago", title: "Great Experience", quote: "Quality gold pieces and a great price. Best local shop.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-jewellery-set-golden-bracelet-rind-with-diamonds-rubies-shape-butterfly_140725-12815.jpg?_wi=2", imageAlt: "happy jewelry customer smiling"},
{
id: "t5", name: "Sarah Johnson", date: "1 year ago", title: "Quality Items", quote: "I am very impressed with the quality and friendliness.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-fairskinned-adult-lady-sunglasses-casual-clothes-sitting-city-relaxing-emotions-states-mind-concept_197531-31240.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=2", imageAlt: "happy jewelry customer smiling"},
{ id: "t1", name: "Victoria L.", date: "1 month ago", title: "Exceptional Custom Work", quote: "They perfectly brought my vision for a wedding band to life.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg" },
{ id: "t2", name: "Marcus J.", date: "3 months ago", title: "Quality Repairs", quote: "Professional, fast, and the craftsmanship is unmatched in the city.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-talking-phone_23-2149105406.jpg" },
]}
title="What Our Clients Say"
description="Hear from our valued customers about their experience with Michael Jewelry."
title="Client Experiences"
description="Join the hundreds of satisfied collectors who choose us for their gold needs."
/>
</div>
@@ -170,15 +129,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "Do you offer custom designs?", content: "Yes, we specialize in custom jewelry pieces based on your unique needs."},
{
id: "f2", title: "How long do repairs take?", content: "We offer quick turnaround times, with many simple repairs done the same day."},
{
id: "f3", title: "What payment methods are accepted?", content: "We accept major credit cards and cash in-store."},
{ id: "f1", title: "Do you offer custom designs?", content: "Yes, we specialize in high-end bespoke jewelry services." },
{ id: "f2", title: "Can I visit the workshop?", content: "Visits are by appointment to ensure personalized attention." },
{ id: "f3", title: "Do you provide appraisal?", content: "Certified appraisal services are available for all purchases." },
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our services."
title="Questions Answered"
description="Understanding our premium service standards."
faqsAnimation="slide-up"
/>
</div>
@@ -187,44 +143,22 @@ export default function LandingPage() {
<ContactSplitForm
buttonText="Send Request"
useInvertedBackground={false}
title="Visit Us in the Bronx"
description="Have questions? Stop by our store or send us a message below."
title="Consultation Request"
description="Partner with us to create something exceptional. Inquire about custom projects or repair services."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{
name: "message", placeholder: "How can we help you?", required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/pretty-woman-with-drink-cafe_23-2147830548.jpg"
textarea={{ name: "message", placeholder: "Describe your project...", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-elegantly-dressed-woman-seller-packs-precious-earrings-box-her-client-luxury-jewelry-store_613910-6601.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home", href: "#hero"},
{
label: "Collections", href: "#collections"},
{
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
{ items: [{ label: "Shop", href: "#collections" }, { label: "Inquire", href: "#contact" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="Michael Jewelry"
/>