Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -145,29 +145,32 @@ export default function LandingPage() {
|
||||
id: "everyday", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "Everyday Elegance", subtitle: "Subtle sophistication for daily wear.", buttons: [
|
||||
{
|
||||
text: "View Collection", href: "#products"},
|
||||
text: "View Collection", href: "#products"}
|
||||
],
|
||||
features: [
|
||||
"Lightweight designs", "Durable materials", "Versatile styling", "Complimentary cleaning"],
|
||||
"Lightweight designs", "Durable materials", "Versatile styling", "Complimentary cleaning"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "bridal", badge: "Bespoke", badgeIcon: Diamond,
|
||||
price: "Bridal Radiance", subtitle: "Unforgettable pieces for your special day.", buttons: [
|
||||
{
|
||||
text: "Discover Bridal", href: "#products"},
|
||||
text: "Discover Bridal", href: "#products"}
|
||||
],
|
||||
features: [
|
||||
"Custom design consultations", "Premium diamond selection", "Engagement & wedding sets", "Lifetime warranty"],
|
||||
"Custom design consultations", "Premium diamond selection", "Engagement & wedding sets", "Lifetime warranty"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "haute", badge: "Exclusive", badgeIcon: Diamond,
|
||||
price: "Haute Joaillerie", subtitle: "Exceptional artistry for discerning connoisseurs.", buttons: [
|
||||
{
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
text: "Inquire Now", href: "#contact"}
|
||||
],
|
||||
features: [
|
||||
"Rare gemstone editions", "Limited production runs", "Private viewing appointments", "Personalized concierge service"],
|
||||
},
|
||||
"Rare gemstone editions", "Limited production runs", "Private viewing appointments", "Personalized concierge service"
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Curated Jewelry Collections"
|
||||
description="Discover the perfect collection to match every occasion and personal style, from daily elegance to bespoke bridal artistry."
|
||||
@@ -245,17 +248,17 @@ export default function LandingPage() {
|
||||
description="Have a question about a piece, need assistance with an order, or interested in a custom design? Reach out to our team of experts."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
required: true
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/salesperson-displays-new-selection-beautiful-jewelry-costume-jewelry-counter-shopping-holiday-anniversary-gifts_166373-8866.jpg"
|
||||
imageAlt="Luxurious jewelry boutique interior"
|
||||
|
||||
Reference in New Issue
Block a user