Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
341
src/app/page.tsx
341
src/app/page.tsx
@@ -33,110 +33,71 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/tired-beautiful-girl-after-shopping-day-brunette-model-with-long-hair-posing-camera-with-purchases-from-famous-stores-pretty-sad-lady-white-tshirt-jeans-holding-bags-with-logo-brands_132075-12427.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/tired-beautiful-girl-after-shopping-day-brunette-model-with-long-hair-posing-camera-with-purchases-from-famous-stores-pretty-sad-lady-white-tshirt-jeans-holding-bags-with-logo-brands_132075-12427.jpg"
|
||||||
logoAlt="La Bottega Veneta Logo"
|
logoAlt="La Bottega Veneta Logo"
|
||||||
brandName="La Bottega Veneta"
|
brandName="La Bottega Veneta"
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"}}
|
||||||
href: "#products",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Timeless Elegance, Unrivaled Craftsmanship"
|
title="Timeless Elegance, Unrivaled Craftsmanship"
|
||||||
description="Discover the legacy of Italian artistry reimagined for the modern connoisseur. La Bottega Veneta epitomizes luxury through unparalleled quality and sophisticated design."
|
description="Discover the legacy of Italian artistry reimagined for the modern connoisseur. La Bottega Veneta epitomizes luxury through unparalleled quality and sophisticated design."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Collections",
|
text: "Explore Collections", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Our Heritage",
|
text: "Our Heritage", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186782.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186782.jpg"
|
||||||
imageAlt="luxurious woven leather handbag elegant setting"
|
imageAlt="luxurious woven leather handbag elegant setting"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg",
|
src: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg", alt: "Satisfied client"},
|
||||||
alt: "Satisfied client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg",
|
src: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg", alt: "Happy customer"},
|
||||||
alt: "Happy customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-shopping-bags_23-2147823576.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-shopping-bags_23-2147823576.jpg", alt: "Luxury shopper"},
|
||||||
alt: "Luxury shopper",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-red-hair_23-2148266022.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-red-hair_23-2148266022.jpg", alt: "Fashion enthusiast"},
|
||||||
alt: "Fashion enthusiast",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/vertical-shallow-focus-view-male-wearing-grey-suit-eyeglasses-while-smiling-camera_181624-17938.jpg",
|
src: "http://img.b2bpic.net/free-photo/vertical-shallow-focus-view-male-wearing-grey-suit-eyeglasses-while-smiling-camera_181624-17938.jpg", alt: "Esteemed patron"},
|
||||||
alt: "Esteemed patron",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by discerning clients worldwide"
|
avatarText="Trusted by discerning clients worldwide"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Innovation", icon: Lightbulb,
|
||||||
text: "Innovation",
|
|
||||||
icon: Lightbulb,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Quality", icon: Award,
|
||||||
text: "Quality",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Exclusivity", icon: Star,
|
||||||
text: "Exclusivity",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Italian Design", icon: Flag,
|
||||||
text: "Italian Design",
|
|
||||||
icon: Flag,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Sustainability", icon: Leaf,
|
||||||
text: "Sustainability",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -149,19 +110,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Diamond,
|
icon: Diamond,
|
||||||
label: "Heritage Years",
|
label: "Heritage Years", value: "Over 50"},
|
||||||
value: "Over 50",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Master Artisans",
|
label: "Master Artisans", value: "100+"},
|
||||||
value: "100+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
label: "Exquisite Designs",
|
label: "Exquisite Designs", value: "Limitless"},
|
||||||
value: "Limitless",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="opacity"
|
metricsAnimation="opacity"
|
||||||
/>
|
/>
|
||||||
@@ -174,29 +129,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Handwoven Intrecciato",
|
title: "Handwoven Intrecciato", description: "Our iconic weave, a hallmark of our brand, crafted with precision and passion by skilled artisans.", bentoComponent: "reveal-icon", icon: Crop
|
||||||
description: "Our iconic weave, a hallmark of our brand, crafted with precision and passion by skilled artisans.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Crop,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-beautiful-girl-after-shopping-day-brunette-model-with-long-hair-posing-camera-with-purchases-from-famous-stores-pretty-sad-lady-white-tshirt-jeans-holding-bags-with-logo-brands_132075-12427.jpg",
|
|
||||||
imageAlt: "La Bottega Veneta logo white background",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Finest Italian Leathers",
|
title: "Finest Italian Leathers", description: "Sourced from the most reputable tanneries, our leathers are chosen for their exceptional quality and tactile sensation.", bentoComponent: "reveal-icon", icon: Leaf
|
||||||
description: "Sourced from the most reputable tanneries, our leathers are chosen for their exceptional quality and tactile sensation.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Leaf,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186782.jpg?_wi=2",
|
|
||||||
imageAlt: "La Bottega Veneta logo white background",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Timeless Silhouettes",
|
title: "Timeless Silhouettes", description: "Designs that transcend trends, offering enduring elegance and versatility for generations to come.", bentoComponent: "reveal-icon", icon: Clock
|
||||||
description: "Designs that transcend trends, offering enduring elegance and versatility for generations to come.",
|
}
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Clock,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-creates-leather-ware_1157-34007.jpg",
|
|
||||||
imageAlt: "La Bottega Veneta logo white background",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Art of Detail: Our Distinctive Craft"
|
title="The Art of Detail: Our Distinctive Craft"
|
||||||
description="Every La Bottega Veneta piece is a testament to meticulous attention, superior materials, and innovative design. Experience the difference of true luxury."
|
description="Every La Bottega Veneta piece is a testament to meticulous attention, superior materials, and innovative design. Experience the difference of true luxury."
|
||||||
@@ -211,47 +151,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "prod1",
|
id: "prod1", name: "The Cassette Bag", price: "$3,900", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-posing-with-old-phone_23-2150908636.jpg", imageAlt: "chic black leather tote bag"},
|
||||||
name: "The Cassette Bag",
|
|
||||||
price: "$3,900",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-posing-with-old-phone_23-2150908636.jpg",
|
|
||||||
imageAlt: "chic black leather tote bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod2",
|
id: "prod2", name: "Padded Jodie Mini", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-beautiful-nail-polish-rings-holding-small-black-bag_132075-12203.jpg", imageAlt: "stylish cross-body clutch bag"},
|
||||||
name: "Padded Jodie Mini",
|
|
||||||
price: "$2,500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-beautiful-nail-polish-rings-holding-small-black-bag_132075-12203.jpg",
|
|
||||||
imageAlt: "stylish cross-body clutch bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod3",
|
id: "prod3", name: "Stretch Sandals", price: "$980", imageSrc: "http://img.b2bpic.net/free-photo/magnificent-blonde-stylish-woman-posing-straits-near-luxury-classic-style-hotel-european-atmosphere-modern-trendy-outfit-blogger-posing-street_291049-1612.jpg", imageAlt: "luxury women's leather high heels"},
|
||||||
name: "Stretch Sandals",
|
|
||||||
price: "$980",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/magnificent-blonde-stylish-woman-posing-straits-near-luxury-classic-style-hotel-european-atmosphere-modern-trendy-outfit-blogger-posing-street_291049-1612.jpg",
|
|
||||||
imageAlt: "luxury women's leather high heels",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod4",
|
id: "prod4", name: "Intrecciato Wallet", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11176.jpg", imageAlt: "premium leather wallet minimalist design"},
|
||||||
name: "Intrecciato Wallet",
|
|
||||||
price: "$850",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11176.jpg",
|
|
||||||
imageAlt: "premium leather wallet minimalist design",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod5",
|
id: "prod5", name: "Silk Foulard Scarf", price: "$620", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fashion-designer-s-hand-sewing-dress_23-2147874962.jpg", imageAlt: "luxurious silk scarf elegant pattern"},
|
||||||
name: "Silk Foulard Scarf",
|
|
||||||
price: "$620",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fashion-designer-s-hand-sewing-dress_23-2147874962.jpg",
|
|
||||||
imageAlt: "luxurious silk scarf elegant pattern",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prod6",
|
id: "prod6", name: "Acetate Sunglasses", price: "$480", imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-view-beautiful-young-woman-with-perfect-healthy-skin-wearing-stylish-shades_273609-13828.jpg", imageAlt: "luxury designer sunglasses modern style"},
|
||||||
name: "Acetate Sunglasses",
|
|
||||||
price: "$480",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-view-beautiful-young-woman-with-perfect-healthy-skin-wearing-stylish-shades_273609-13828.jpg",
|
|
||||||
imageAlt: "luxury designer sunglasses modern style",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Signature Collections"
|
title="Signature Collections"
|
||||||
description="Explore our iconic range of handbags, shoes, and accessories, each meticulously crafted to perfection. Discover your next cherished possession."
|
description="Explore our iconic range of handbags, shoes, and accessories, each meticulously crafted to perfection. Discover your next cherished possession."
|
||||||
@@ -265,61 +175,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "bespoke",
|
id: "bespoke", badge: "Exclusive", badgeIcon: Crown,
|
||||||
badge: "Exclusive",
|
price: "Upon Request", subtitle: "Create your unique masterpiece.", buttons: [
|
||||||
badgeIcon: Crown,
|
|
||||||
price: "Upon Request",
|
|
||||||
subtitle: "Create your unique masterpiece.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Inquire Now",
|
text: "Inquire Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Personalized design consultation",
|
"Personalized design consultation", "Choice of rare materials", "Hand-finished detailing", "Exclusive artisan access"],
|
||||||
"Choice of rare materials",
|
|
||||||
"Hand-finished detailing",
|
|
||||||
"Exclusive artisan access",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "restoration",
|
id: "restoration", badge: "Preserve", badgeIcon: History,
|
||||||
badge: "Preserve",
|
price: "Starting at $300", subtitle: "Restore your cherished pieces.", buttons: [
|
||||||
badgeIcon: History,
|
|
||||||
price: "Starting at $300",
|
|
||||||
subtitle: "Restore your cherished pieces.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Book Consultation",
|
text: "Book Consultation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Expert cleaning and conditioning",
|
"Expert cleaning and conditioning", "Minor repairs and touch-ups", "Hardware refurbishment", "Color restoration"],
|
||||||
"Minor repairs and touch-ups",
|
|
||||||
"Hardware refurbishment",
|
|
||||||
"Color restoration",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "alterations",
|
id: "alterations", badge: "Tailor", badgeIcon: Scissors,
|
||||||
badge: "Tailor",
|
price: "Starting at $150", subtitle: "Perfect the fit and function.", buttons: [
|
||||||
badgeIcon: Scissors,
|
|
||||||
price: "Starting at $150",
|
|
||||||
subtitle: "Perfect the fit and function.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Schedule Appointment",
|
text: "Schedule Appointment", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Strap adjustments",
|
"Strap adjustments", "Interior modifications", "Hardware customization", "Size alterations for select items"],
|
||||||
"Interior modifications",
|
|
||||||
"Hardware customization",
|
|
||||||
"Size alterations for select items",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Bespoke Services & Care"
|
title="Bespoke Services & Care"
|
||||||
@@ -334,73 +214,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Isabella Rossi", role: "Fashion Editor", company: "Vogue Italia", rating: 5,
|
||||||
name: "Isabella Rossi",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660714.jpg", imageAlt: "elegant woman smiling with luxury handbag"},
|
||||||
role: "Fashion Editor",
|
|
||||||
company: "Vogue Italia",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-trying-out-new-clothes_23-2148660714.jpg",
|
|
||||||
imageAlt: "elegant woman smiling with luxury handbag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Marco Bianchi", role: "Art Collector", company: "Bianchi Art Group", rating: 5,
|
||||||
name: "Marco Bianchi",
|
imageSrc: "http://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg", imageAlt: "businessman in suit reviewing luxury watch"},
|
||||||
role: "Art Collector",
|
|
||||||
company: "Bianchi Art Group",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg",
|
|
||||||
imageAlt: "businessman in suit reviewing luxury watch",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Eleonora Conti", role: "Luxury Consultant", company: "Global Luxe Advisors", rating: 5,
|
||||||
name: "Eleonora Conti",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-beauty-blogger-records-video-herself-sitting-room-rating-makeup-products-puts_1258-281728.jpg", imageAlt: "fashion influencer with luxury leather goods"},
|
||||||
role: "Luxury Consultant",
|
|
||||||
company: "Global Luxe Advisors",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-beauty-blogger-records-video-herself-sitting-room-rating-makeup-products-puts_1258-281728.jpg",
|
|
||||||
imageAlt: "fashion influencer with luxury leather goods",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Giovanni Ferrari", role: "Entrepreneur", company: "Ferrari Holdings", rating: 5,
|
||||||
name: "Giovanni Ferrari",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "mature woman posing with luxury wallet"},
|
||||||
role: "Entrepreneur",
|
|
||||||
company: "Ferrari Holdings",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg",
|
|
||||||
imageAlt: "mature woman posing with luxury wallet",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sofia Ricci", role: "Architect", company: "Ricci Design Studio", rating: 5,
|
||||||
name: "Sofia Ricci",
|
imageSrc: "http://img.b2bpic.net/free-photo/laughing-middle-aged-woman-man-chatting-shopping-holding-paper-bags_1262-12699.jpg", imageAlt: "young confident woman with luxury shoes"},
|
||||||
role: "Architect",
|
|
||||||
company: "Ricci Design Studio",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-middle-aged-woman-man-chatting-shopping-holding-paper-bags_1262-12699.jpg",
|
|
||||||
imageAlt: "young confident woman with luxury shoes",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Alessia Marino", role: "Creative Director", company: "Marino Atelier", rating: 5,
|
||||||
name: "Alessia Marino",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-summer-fashion-trend-blue-blouse-red-bag-glasses-tropical-villa-resort-vacation-flirty_285396-3904.jpg", imageAlt: "Woman with designer handbag"},
|
||||||
role: "Creative Director",
|
|
||||||
company: "Marino Atelier",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-summer-fashion-trend-blue-blouse-red-bag-glasses-tropical-villa-resort-vacation-flirty_285396-3904.jpg",
|
|
||||||
imageAlt: "Woman with designer handbag",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Client Satisfaction"},
|
||||||
label: "Client Satisfaction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "50+",
|
value: "50+", label: "Years of Heritage"},
|
||||||
label: "Years of Heritage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "10K+",
|
value: "10K+", label: "Iconic Pieces Sold"},
|
||||||
label: "Iconic Pieces Sold",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Hear from the discerning individuals who cherish La Bottega Veneta's dedication to beauty, quality, and timeless style."
|
description="Hear from the discerning individuals who cherish La Bottega Veneta's dedication to beauty, quality, and timeless style."
|
||||||
@@ -412,14 +250,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Vogue",
|
"Vogue", "Harper's Bazaar", "Elle", "GQ", "W Magazine", "Vanity Fair", "L'Officiel"]}
|
||||||
"Harper's Bazaar",
|
|
||||||
"Elle",
|
|
||||||
"GQ",
|
|
||||||
"W Magazine",
|
|
||||||
"Vanity Fair",
|
|
||||||
"L'Officiel",
|
|
||||||
]}
|
|
||||||
title="As Seen In"
|
title="As Seen In"
|
||||||
description="La Bottega Veneta is proudly featured in the world's most influential fashion and lifestyle publications."
|
description="La Bottega Veneta is proudly featured in the world's most influential fashion and lifestyle publications."
|
||||||
/>
|
/>
|
||||||
@@ -429,8 +260,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Inquire"
|
tag="Inquire"
|
||||||
title="Connect with La Bottega Veneta"
|
title="Connect with La Bottega Veneta"
|
||||||
description="Whether for bespoke orders, press inquiries, or private appointments, our team is ready to assist you with the utmost discretion and expertise."
|
description="Whether for bespoke orders, press inquiries, or private appointments, our team is ready to assist you with the utmost discretion and expertise."
|
||||||
@@ -449,54 +279,33 @@ export default function LandingPage() {
|
|||||||
logoText="La Bottega Veneta"
|
logoText="La Bottega Veneta"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Collections",
|
label: "Collections", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Heritage",
|
label: "Our Heritage", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Craftsmanship",
|
label: "Craftsmanship", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Bespoke Creations",
|
label: "Bespoke Creations", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Product Care",
|
label: "Product Care", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Appointments",
|
label: "Appointments", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Press & Media",
|
label: "Press & Media", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user