Merge version_1 into main #1
@@ -48,16 +48,16 @@ export default function LandingPage() {
|
||||
description="Discover a meticulously curated collection of luxury goods selected for discerning tastes. We believe in quality over quantity, restraint over noise, and authenticity over trends."
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg", imageAlt: "Luxury textile material" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Luxury lifestyle aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157765.jpg", imageAlt: "Minimalist ceramic luxury" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/opulent-red-flowing-silk-fabric-curtain-backdrop-design_1017-63181.jpg", imageAlt: "Premium cashmere textile" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg?_wi=1", imageAlt: "Luxury textile material" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=1", imageAlt: "Luxury lifestyle aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157765.jpg?_wi=1", imageAlt: "Minimalist ceramic luxury" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/opulent-red-flowing-silk-fabric-curtain-backdrop-design_1017-63181.jpg?_wi=1", imageAlt: "Premium cashmere textile" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-communication-technology_53876-42690.jpg", imageAlt: "Aura pendant 18k gold" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Luxury curation aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg", imageAlt: "Premium material detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157765.jpg", imageAlt: "Artisan ceramic piece" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-communication-technology_53876-42690.jpg?_wi=1", imageAlt: "Aura pendant 18k gold" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=2", imageAlt: "Luxury curation aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg?_wi=2", imageAlt: "Premium material detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157765.jpg?_wi=2", imageAlt: "Artisan ceramic piece" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore the Collection", href: "#products" },
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
{ title: "Transparent Craftsmanship", description: "We tell you the story behind each piece—the makers, the materials, the heritage. No empty claims.", icon: Lightbulb },
|
||||
{ title: "Frictionless Experience", description: "From discovery to checkout, every click removes unnecessary complexity. Luxury customers have no patience for friction.", icon: Zap }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=3"
|
||||
imageAlt="Vellora luxury lifestyle aesthetic"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -105,9 +105,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "The Aura Pendant", price: "$485", variant: "18k Gold Finish • 2 Options", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-communication-technology_53876-42690.jpg", imageAlt: "Aura pendant in 18k gold finish", isFavorited: false },
|
||||
{ id: "2", name: "Minimalist Ceramic Vessel", price: "$320", variant: "Handcrafted • Natural Clay", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157765.jpg", imageAlt: "Handcrafted minimalist ceramic bowl", isFavorited: false },
|
||||
{ id: "3", name: "Cashmere Soft Scarf", price: "$410", variant: "100% Pure Cashmere • 3 Colors", imageSrc: "http://img.b2bpic.net/free-vector/opulent-red-flowing-silk-fabric-curtain-backdrop-design_1017-63181.jpg", imageAlt: "Premium cashmere scarf in neutral tones", isFavorited: false }
|
||||
{ id: "1", name: "The Aura Pendant", price: "$485", variant: "18k Gold Finish • 2 Options", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-communication-technology_53876-42690.jpg?_wi=2", imageAlt: "Aura pendant in 18k gold finish", isFavorited: false },
|
||||
{ id: "2", name: "Minimalist Ceramic Vessel", price: "$320", variant: "Handcrafted • Natural Clay", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157765.jpg?_wi=3", imageAlt: "Handcrafted minimalist ceramic bowl", isFavorited: false },
|
||||
{ id: "3", name: "Cashmere Soft Scarf", price: "$410", variant: "100% Pure Cashmere • 3 Colors", imageSrc: "http://img.b2bpic.net/free-vector/opulent-red-flowing-silk-fabric-curtain-backdrop-design_1017-63181.jpg?_wi=2", imageAlt: "Premium cashmere scarf in neutral tones", isFavorited: false }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -128,9 +128,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: 1, tag: "Curation", title: "Never Overwhelmed", subtitle: "Quality beats quantity, every time.", description: "We intentionally limit our selection to five carefully vetted items per category. This isn't about scarcity—it's about respect for your intelligence. You won't scroll through 200 mediocre options.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Curated luxury collection display", buttons: [{ text: "See Collection", href: "#products" }] },
|
||||
{ id: 2, tag: "Photography", title: "Editorial Excellence", subtitle: "Premium imagery that respects your aesthetics.", description: "All our product photography is shot in-house with natural lighting and luxury styling. No flat AliExpress photos. We order samples ourselves and show them as they arrive—moody, textured, real.", imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg", imageAlt: "Professional luxury photography detail", buttons: [{ text: "Explore Catalog", href: "#products" }] },
|
||||
{ id: 3, tag: "Trust", title: "Transparent Operations", subtitle: "No hidden agendas, no cheap tactics.", description: "We don't use pop-ups, countdown timers, or urgency-driven sales tactics. Our return policy is clear in the footer. We display recognized payment methods prominently (Apple Pay, Google Pay). You can trust us because we act like we deserve it.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-communication-technology_53876-42690.jpg", imageAlt: "Premium product presentation", buttons: [{ text: "Our Values", href: "#about" }] }
|
||||
{ id: 1, tag: "Curation", title: "Never Overwhelmed", subtitle: "Quality beats quantity, every time.", description: "We intentionally limit our selection to five carefully vetted items per category. This isn't about scarcity—it's about respect for your intelligence. You won't scroll through 200 mediocre options.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg?_wi=4", imageAlt: "Curated luxury collection display", buttons: [{ text: "See Collection", href: "#products" }] },
|
||||
{ id: 2, tag: "Photography", title: "Editorial Excellence", subtitle: "Premium imagery that respects your aesthetics.", description: "All our product photography is shot in-house with natural lighting and luxury styling. No flat AliExpress photos. We order samples ourselves and show them as they arrive—moody, textured, real.", imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg?_wi=3", imageAlt: "Professional luxury photography detail", buttons: [{ text: "Explore Catalog", href: "#products" }] },
|
||||
{ id: 3, tag: "Trust", title: "Transparent Operations", subtitle: "No hidden agendas, no cheap tactics.", description: "We don't use pop-ups, countdown timers, or urgency-driven sales tactics. Our return policy is clear in the footer. We display recognized payment methods prominently (Apple Pay, Google Pay). You can trust us because we act like we deserve it.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-communication-technology_53876-42690.jpg?_wi=3", imageAlt: "Premium product presentation", buttons: [{ text: "Our Values", href: "#about" }] }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Shopping", href: "#products" }
|
||||
|
||||
Reference in New Issue
Block a user