Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
description="Discover our exclusive collection of premium Gucci shoes, where timeless elegance and contemporary design converge. Each pair is a masterpiece of artistry and precision."
|
||||
tag="Heritage Collection"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg"
|
||||
imageAlt="Luxury Gucci shoes collection showcase"
|
||||
buttons={[
|
||||
@@ -62,11 +62,14 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Brixton Leather Loafer", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-shoes-isolated_1303-12947.jpg", imageAlt: "Brixton leather loafer in black"},
|
||||
id: "1", name: "Brixton Leather Loafer", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-shoes-isolated_1303-12947.jpg", imageAlt: "Brixton leather loafer in black"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ace Premium Sneaker", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-stylish-shoes-store_627829-6034.jpg", imageAlt: "Ace premium sneaker white"},
|
||||
id: "2", name: "Ace Premium Sneaker", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-stylish-shoes-store_627829-6034.jpg", imageAlt: "Ace premium sneaker white"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Marmont Stiletto Heel", price: "$1,050", imageSrc: "http://img.b2bpic.net/free-photo/pretty-cozy-woman-indoor_624325-896.jpg", imageAlt: "Marmont stiletto heel elegant"},
|
||||
id: "3", name: "Marmont Stiletto Heel", price: "$1,050", imageSrc: "http://img.b2bpic.net/free-photo/pretty-cozy-woman-indoor_624325-896.jpg", imageAlt: "Marmont stiletto heel elegant"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -81,23 +84,29 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Artisan Heritage", description: "Handcrafted by master cobblers using traditional Italian techniques passed down through generations. Every stitch tells a story of excellence and dedication.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg?_wi=1", imageAlt: "Italian craftsmanship leather artisan handmade luxury"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg", imageAlt: "Italian craftsmanship leather artisan handmade luxury"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg?_wi=2", imageAlt: "Italian craftsmanship leather artisan handmade luxury"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-working-with-leather-textile_171337-12258.jpg", imageAlt: "Italian craftsmanship leather artisan handmade luxury"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Luxury Materials", description: "Sourced from the finest leather tanneries across Italy. Each material is meticulously selected for its unique texture, durability, and luxurious feel.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg?_wi=1", imageAlt: "luxury materials gold premium accessories fashion"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg", imageAlt: "luxury materials gold premium accessories fashion"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg?_wi=2", imageAlt: "luxury materials gold premium accessories fashion"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg", imageAlt: "luxury materials gold premium accessories fashion"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Limited Editions", description: "Exclusive designs produced in limited quantities, making each pair a collector's item. Own a piece of fashion history with our rare collaborations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-romantic-gift-fancy-chair_181624-33210.jpg?_wi=1", imageAlt: "limited edition exclusive rare collector luxury"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-romantic-gift-fancy-chair_181624-33210.jpg", imageAlt: "limited edition exclusive rare collector luxury"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-romantic-gift-fancy-chair_181624-33210.jpg?_wi=2", imageAlt: "limited edition exclusive rare collector luxury"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-romantic-gift-fancy-chair_181624-33210.jpg", imageAlt: "limited edition exclusive rare collector luxury"
|
||||
},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -134,16 +143,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Victoria Moretti", role: "Fashion Director", company: "Vogue Italia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "woman professional headshot portrait elegant"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "woman professional headshot portrait elegant"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marco Benedetti", role: "Luxury Stylist", company: "Milan Atelier", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", imageAlt: "man professional headshot portrait elegant"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", imageAlt: "man professional headshot portrait elegant"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Alessandra Romano", role: "CEO", company: "Luxury Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "woman professional headshot portrait elegant"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "woman professional headshot portrait elegant"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Leonardo Rossi", role: "Fashion Critic", company: "Design Weekly", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "man professional headshot portrait elegant"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "man professional headshot portrait elegant"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Client Satisfaction" },
|
||||
@@ -162,7 +175,7 @@ export default function LandingPage() {
|
||||
title="Stay Updated with Exclusive Releases"
|
||||
description="Subscribe to our newsletter and be the first to discover new collections, limited editions, and exclusive member-only events in the world of luxury footwear."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-climbing-down-stairs_23-2148760470.jpg"
|
||||
imageAlt="Gucci luxury heritage"
|
||||
|
||||
Reference in New Issue
Block a user