Update src/app/page.tsx
This commit is contained in:
373
src/app/page.tsx
373
src/app/page.tsx
@@ -32,35 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#collections",
|
||||
},
|
||||
name: "Collections", id: "#collections"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Join Us",
|
||||
id: "#newsletter",
|
||||
},
|
||||
name: "Join Us", id: "#newsletter"},
|
||||
]}
|
||||
brandName="MOVEDIZA"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,61 +55,31 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="MOVEDIZA"
|
||||
description="Inspired by the Sea. Created to Inspire.\nDiscover handcrafted accessories, coastal decor and meaningful treasures inspired by the beauty of the Mediterranean."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Isabella V.",
|
||||
handle: "@isabella_travels",
|
||||
testimonial: "This MOVEDIZA piece brings the tranquility of the Mediterranean to my everyday. Absolutely stunning craftsmanship!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-orange-juice-bottles-near-sea-coast-beach_23-2148103041.jpg",
|
||||
imageAlt: "Movediza accessory in a coastal setting",
|
||||
},
|
||||
name: "Isabella V.", handle: "@isabella_travels", testimonial: "This MOVEDIZA piece brings the tranquility of the Mediterranean to my everyday. Absolutely stunning craftsmanship!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-orange-juice-bottles-near-sea-coast-beach_23-2148103041.jpg", imageAlt: "Movediza accessory in a coastal setting"},
|
||||
{
|
||||
name: "Liam T.",
|
||||
handle: "@liam_adventures",
|
||||
testimonial: "The home decor I ordered exceeded all expectations. It truly feels like a piece of a luxury villa.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-decorative-light-bulbs-seashells_23-2147628383.jpg",
|
||||
imageAlt: "Movediza home decor item on a sunlit terrace",
|
||||
},
|
||||
name: "Liam T.", handle: "@liam_adventures", testimonial: "The home decor I ordered exceeded all expectations. It truly feels like a piece of a luxury villa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-decorative-light-bulbs-seashells_23-2147628383.jpg", imageAlt: "Movediza home decor item on a sunlit terrace"},
|
||||
{
|
||||
name: "Chloe G.",
|
||||
handle: "@chloe_explores",
|
||||
testimonial: "My new favorite anklet! It's delicate, elegant, and reminds me of warm summer evenings by the sea.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-egg-cookies_23-2148858551.jpg",
|
||||
imageAlt: "Movediza anklet on foot by the ocean",
|
||||
},
|
||||
name: "Chloe G.", handle: "@chloe_explores", testimonial: "My new favorite anklet! It's delicate, elegant, and reminds me of warm summer evenings by the sea.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-egg-cookies_23-2148858551.jpg", imageAlt: "Movediza anklet on foot by the ocean"},
|
||||
{
|
||||
name: "Noah P.",
|
||||
handle: "@noah_design",
|
||||
testimonial: "The quality and design of these products are unparalleled. MOVEDIZA captures true coastal elegance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-are-holding-lot-small-pebbles_1153-3465.jpg",
|
||||
imageAlt: "Movediza ring on a hand with sea in background",
|
||||
},
|
||||
name: "Noah P.", handle: "@noah_design", testimonial: "The quality and design of these products are unparalleled. MOVEDIZA captures true coastal elegance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-are-holding-lot-small-pebbles_1153-3465.jpg", imageAlt: "Movediza ring on a hand with sea in background"},
|
||||
{
|
||||
name: "Sophia R.",
|
||||
handle: "@sophia_lifestyle",
|
||||
testimonial: "Every item is a work of art. My MOVEDIZA purchase was a delightful escape, delivered right to my door.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-elegant-tableware-with-copy-space_23-2148835201.jpg",
|
||||
imageAlt: "Movediza small souvenir on a decorative shelf",
|
||||
},
|
||||
name: "Sophia R.", handle: "@sophia_lifestyle", testimonial: "Every item is a work of art. My MOVEDIZA purchase was a delightful escape, delivered right to my door.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-elegant-tableware-with-copy-space_23-2148835201.jpg", imageAlt: "Movediza small souvenir on a decorative shelf"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collections",
|
||||
href: "#collections",
|
||||
},
|
||||
text: "Explore Collections", href: "#collections"},
|
||||
{
|
||||
text: "Discover Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Discover Our Story", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-from-back-female-model-pink-dress-looking-rain-forest-outdoor-shot-graceful-woman-dancing-near-pool_197531-9190.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/clear-blue-sea-with-corals-sandy-beach_181624-15628.jpg"
|
||||
@@ -131,52 +87,32 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-girl-sunglasses-with-tanned-skin-making-selfie-with-peace-sign-palm-trees-background-charming-long-haired-woman-taking-photo-herself-near-pool-while-resting-resort-sunny-day_197531-25426.jpg",
|
||||
alt: "Customer Isabella V.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-girl-sunglasses-with-tanned-skin-making-selfie-with-peace-sign-palm-trees-background-charming-long-haired-woman-taking-photo-herself-near-pool-while-resting-resort-sunny-day_197531-25426.jpg", alt: "Customer Isabella V."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-posing-river_23-2148631387.jpg",
|
||||
alt: "Customer Liam T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-posing-river_23-2148631387.jpg", alt: "Customer Liam T."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-with-charming-smile-sunglasses-beach_1321-4196.jpg",
|
||||
alt: "Customer Chloe G.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-with-charming-smile-sunglasses-beach_1321-4196.jpg", alt: "Customer Chloe G."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-lifestyle-portrait-pretty-white-ginger-woman-stylish-dress-posing-beach-near-ocean-blu-sky-windy-weather_273443-817.jpg",
|
||||
alt: "Customer Noah P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-lifestyle-portrait-pretty-white-ginger-woman-stylish-dress-posing-beach-near-ocean-blu-sky-windy-weather_273443-817.jpg", alt: "Customer Noah P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-people-taking-selfie-while-exercising-together-outdoors_23-2151061478.jpg",
|
||||
alt: "Customer Sophia R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-people-taking-selfie-while-exercising-together-outdoors_23-2151061478.jpg", alt: "Customer Sophia R."},
|
||||
]}
|
||||
avatarText="Loved by over 50,000 global adventurers."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Handcrafted with Soul",
|
||||
icon: Diamond,
|
||||
type: "text-icon", text: "Handcrafted with Soul", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Inspired by the Sea",
|
||||
icon: Compass,
|
||||
type: "text-icon", text: "Inspired by the Sea", icon: Compass,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Mediterranean Elegance",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Mediterranean Elegance", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unique Coastal Finds",
|
||||
icon: Feather,
|
||||
type: "text-icon", text: "Unique Coastal Finds", icon: Feather,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Beauty",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Beauty", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -189,95 +125,45 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "bracelets",
|
||||
title: "Bracelets",
|
||||
tags: [
|
||||
"Accessories",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-hands-form-support_23-2150693577.jpg",
|
||||
imageAlt: "Handcrafted bracelets",
|
||||
},
|
||||
id: "bracelets", title: "Bracelets", tags: [
|
||||
"Accessories"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-hands-form-support_23-2150693577.jpg", imageAlt: "Handcrafted bracelets"},
|
||||
{
|
||||
id: "necklaces",
|
||||
title: "Necklaces",
|
||||
tags: [
|
||||
"Accessories",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marine-composition-with-rope-shells_23-2147804762.jpg",
|
||||
imageAlt: "Delicate shell necklaces",
|
||||
},
|
||||
id: "necklaces", title: "Necklaces", tags: [
|
||||
"Accessories"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marine-composition-with-rope-shells_23-2147804762.jpg", imageAlt: "Delicate shell necklaces"},
|
||||
{
|
||||
id: "anklets",
|
||||
title: "Anklets",
|
||||
tags: [
|
||||
"Accessories",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carefree-relaxed-woman-with-slender-legs_273609-44210.jpg",
|
||||
imageAlt: "Dainty anklets",
|
||||
},
|
||||
id: "anklets", title: "Anklets", tags: [
|
||||
"Accessories"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carefree-relaxed-woman-with-slender-legs_273609-44210.jpg", imageAlt: "Dainty anklets"},
|
||||
{
|
||||
id: "rings",
|
||||
title: "Rings",
|
||||
tags: [
|
||||
"Accessories",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-s-hand-with-minimalistic-engagement-ring-with-diamond_8353-10490.jpg",
|
||||
imageAlt: "Unique artisan rings",
|
||||
},
|
||||
id: "rings", title: "Rings", tags: [
|
||||
"Accessories"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-s-hand-with-minimalistic-engagement-ring-with-diamond_8353-10490.jpg", imageAlt: "Unique artisan rings"},
|
||||
{
|
||||
id: "home-decor",
|
||||
title: "Home Decor",
|
||||
tags: [
|
||||
"Home",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-concept-with-sailing-boat_23-2147646940.jpg",
|
||||
imageAlt: "Coastal home decor",
|
||||
},
|
||||
id: "home-decor", title: "Home Decor", tags: [
|
||||
"Home"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-concept-with-sailing-boat_23-2147646940.jpg", imageAlt: "Coastal home decor"},
|
||||
{
|
||||
id: "wall-decorations",
|
||||
title: "Wall Decorations",
|
||||
tags: [
|
||||
"Home",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-digital-art-style-with-pottery_23-2151813513.jpg",
|
||||
imageAlt: "Artisan wall decorations",
|
||||
},
|
||||
id: "wall-decorations", title: "Wall Decorations", tags: [
|
||||
"Home"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-digital-art-style-with-pottery_23-2151813513.jpg", imageAlt: "Artisan wall decorations"},
|
||||
{
|
||||
id: "souvenirs",
|
||||
title: "Souvenirs",
|
||||
tags: [
|
||||
"Gifts",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-cup-coffee-surrounded-with-various-travelling-equipments_23-2147842658.jpg",
|
||||
imageAlt: "Meaningful travel souvenirs",
|
||||
},
|
||||
id: "souvenirs", title: "Souvenirs", tags: [
|
||||
"Gifts"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-cup-coffee-surrounded-with-various-travelling-equipments_23-2147842658.jpg", imageAlt: "Meaningful travel souvenirs"},
|
||||
{
|
||||
id: "travel-inspiration",
|
||||
title: "Travel Inspiration",
|
||||
tags: [
|
||||
"Lifestyle",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-floral-dress-looks-front-holds-boater-moves-balcony-with-ocean-view_197531-24116.jpg",
|
||||
imageAlt: "Luxury Mediterranean travel scene yacht ocean",
|
||||
},
|
||||
id: "travel-inspiration", title: "Travel Inspiration", tags: [
|
||||
"Lifestyle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-floral-dress-looks-front-holds-boater-moves-balcony-with-ocean-view_197531-24116.jpg", imageAlt: "Luxury Mediterranean travel scene yacht ocean"},
|
||||
{
|
||||
id: "craftsmanship-focus",
|
||||
title: "Authentic Craftsmanship",
|
||||
tags: [
|
||||
"Lifestyle",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wicker-baskets_1398-2318.jpg",
|
||||
imageAlt: "Close up artisan hands crafting jewelry",
|
||||
},
|
||||
id: "craftsmanship-focus", title: "Authentic Craftsmanship", tags: [
|
||||
"Lifestyle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wicker-baskets_1398-2318.jpg", imageAlt: "Close up artisan hands crafting jewelry"},
|
||||
{
|
||||
id: "villa-decor-inspiration",
|
||||
title: "Coastal Villa Decor",
|
||||
tags: [
|
||||
"Lifestyle",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-dream-catcher-seashore-sunset_169016-36023.jpg",
|
||||
imageAlt: "Luxury coastal villa interior design mediterranean",
|
||||
},
|
||||
id: "villa-decor-inspiration", title: "Coastal Villa Decor", tags: [
|
||||
"Lifestyle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-dream-catcher-seashore-sunset_169016-36023.jpg", imageAlt: "Luxury coastal villa interior design mediterranean"},
|
||||
]}
|
||||
title="Discover Our Curated Collections & Lifestyle Gallery"
|
||||
description="From handcrafted adornments to coastal home treasures, each piece evokes the spirit of the Mediterranean. Explore our collections and immerse yourself in inspiring scenes."
|
||||
@@ -292,47 +178,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Riviera Pearl Necklace",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-no-head-woman-beige-suit-white-bra-hold-bouquet-colorful-dried-flowers-red-manicure-two-rings-fingers_343596-3204.jpg",
|
||||
imageAlt: "Elegant pearl necklace with gold clasp",
|
||||
},
|
||||
id: "p1", name: "Riviera Pearl Necklace", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-no-head-woman-beige-suit-white-bra-hold-bouquet-colorful-dried-flowers-red-manicure-two-rings-fingers_343596-3204.jpg", imageAlt: "Elegant pearl necklace with gold clasp"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Aegean Breeze Ceramic Bowl",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-cheese-still-life_23-2150096924.jpg",
|
||||
imageAlt: "Ceramic decorative bowl hand-painted blue",
|
||||
},
|
||||
id: "p2", name: "Aegean Breeze Ceramic Bowl", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-cheese-still-life_23-2150096924.jpg", imageAlt: "Ceramic decorative bowl hand-painted blue"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Santorini Sunset Tote",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relaxing-beach-scene-with-chair-book-bag_23-2151977747.jpg",
|
||||
imageAlt: "Woven straw beach bag luxury design",
|
||||
},
|
||||
id: "p3", name: "Santorini Sunset Tote", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/relaxing-beach-scene-with-chair-book-bag_23-2151977747.jpg", imageAlt: "Woven straw beach bag luxury design"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ocean Whisper Ring",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-hand-fingers-wearing-two-rings_343596-3195.jpg",
|
||||
imageAlt: "Turquoise gemstone ring silver band",
|
||||
},
|
||||
id: "p4", name: "Ocean Whisper Ring", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-hand-fingers-wearing-two-rings_343596-3195.jpg", imageAlt: "Turquoise gemstone ring silver band"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Coastal Serenity Candle",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094283.jpg",
|
||||
imageAlt: "Small scented candle sea salt aroma",
|
||||
},
|
||||
id: "p5", name: "Coastal Serenity Candle", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094283.jpg", imageAlt: "Small scented candle sea salt aroma"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Driftwood Harmony Sculpture",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-placed-backrest-leather-chair_23-2149192648.jpg",
|
||||
imageAlt: "Driftwood wall art rustic coastal decor",
|
||||
},
|
||||
id: "p6", name: "Driftwood Harmony Sculpture", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-placed-backrest-leather-chair_23-2149192648.jpg", imageAlt: "Driftwood wall art rustic coastal decor"},
|
||||
]}
|
||||
title="Our Bestsellers & Curated Home Decor"
|
||||
description="Explore our most cherished pieces and elegant home accents, meticulously selected to bring Mediterranean warmth into your world."
|
||||
@@ -346,22 +202,15 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Diamond,
|
||||
label: "Craftsmanship",
|
||||
value: "Authentic",
|
||||
},
|
||||
label: "Craftsmanship", value: "Authentic"},
|
||||
{
|
||||
icon: Compass,
|
||||
label: "Inspiration",
|
||||
value: "Global",
|
||||
},
|
||||
label: "Inspiration", value: "Global"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Emotion",
|
||||
value: "Evoked",
|
||||
},
|
||||
label: "Emotion", value: "Evoked"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
description="MOVEDIZA is inspired by the beauty of coastal living, travel memories and artisan craftsmanship. Every piece is selected to evoke emotions, experiences and moments that stay with you forever. We believe in authenticity, connection, and the timeless allure of the Mediterranean."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -372,23 +221,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "freedom",
|
||||
value: "Freedom",
|
||||
description: "Discover endless horizons",
|
||||
},
|
||||
id: "freedom", value: "Freedom", description: "Discover endless horizons"},
|
||||
{
|
||||
id: "adventure",
|
||||
value: "Adventure",
|
||||
description: "Uncover hidden treasures",
|
||||
},
|
||||
id: "adventure", value: "Adventure", description: "Uncover hidden treasures"},
|
||||
{
|
||||
id: "nature",
|
||||
value: "Nature",
|
||||
description: "Embrace raw beauty",
|
||||
},
|
||||
id: "nature", value: "Nature", description: "Embrace raw beauty"},
|
||||
]}
|
||||
title="Our Philosophy: Embrace the Essence of the Mediterranean"
|
||||
description="At MOVEDIZA, we celebrate freedom, adventure, and natural beauty. Our collections are designed to be more than just objects; they are a gateway to moments of escape and a reflection of a life well-lived."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -398,55 +239,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Olivia R.",
|
||||
date: "July 2024",
|
||||
title: "Absolute Coastal Luxury!",
|
||||
quote: "My MOVEDIZA necklace instantly transported me back to the Amalfi Coast. The craftsmanship is exquisite, truly a treasure!",
|
||||
tag: "Necklace",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-brunette-female-enjoys-happy-days-vacation-sits-hotel-cafe-demonstrates-wonderful-apartments-drinks-fresh-fruit-shake-attractive-young-caucasian-woman-rests-resort-country_273609-2737.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-practicing-yoga-beach_23-2148739076.jpg",
|
||||
},
|
||||
id: "t1", name: "Olivia R.", date: "July 2024", title: "Absolute Coastal Luxury!", quote: "My MOVEDIZA necklace instantly transported me back to the Amalfi Coast. The craftsmanship is exquisite, truly a treasure!", tag: "Necklace", avatarSrc: "http://img.b2bpic.net/free-photo/happy-brunette-female-enjoys-happy-days-vacation-sits-hotel-cafe-demonstrates-wonderful-apartments-drinks-fresh-fruit-shake-attractive-young-caucasian-woman-rests-resort-country_273609-2737.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-practicing-yoga-beach_23-2148739076.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus L.",
|
||||
date: "June 2024",
|
||||
title: "A Piece of Paradise at Home",
|
||||
quote: "The ceramic bowl is even more stunning in person. It perfectly captures the Mediterranean spirit I wanted for my living room.",
|
||||
tag: "Home Decor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/contemplating-young-man-holding-disposable-coffee-cup-looking-city-view_23-2148193962.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-female-black-clothes_613910-7955.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus L.", date: "June 2024", title: "A Piece of Paradise at Home", quote: "The ceramic bowl is even more stunning in person. It perfectly captures the Mediterranean spirit I wanted for my living room.", tag: "Home Decor", avatarSrc: "http://img.b2bpic.net/free-photo/contemplating-young-man-holding-disposable-coffee-cup-looking-city-view_23-2148193962.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blond-female-black-clothes_613910-7955.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia K.",
|
||||
date: "May 2024",
|
||||
title: "My Favorite Travel Companion",
|
||||
quote: "This beach tote is not only beautiful but incredibly practical. It was my perfect companion on my recent trip to Mykonos.",
|
||||
tag: "Accessories",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1465.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176106.jpg",
|
||||
},
|
||||
id: "t3", name: "Sophia K.", date: "May 2024", title: "My Favorite Travel Companion", quote: "This beach tote is not only beautiful but incredibly practical. It was my perfect companion on my recent trip to Mykonos.", tag: "Accessories", avatarSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1465.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176106.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ethan B.",
|
||||
date: "April 2024",
|
||||
title: "Unique & Meaningful",
|
||||
quote: "The craftsmanship of the ring is exceptional. It’s a subtle reminder of the serene ocean and my love for travel.",
|
||||
tag: "Jewelry",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lady-with-naked-shoulders-holds-her-head-down-posing_8353-398.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-smartphone-bench_23-2147979315.jpg",
|
||||
},
|
||||
id: "t4", name: "Ethan B.", date: "April 2024", title: "Unique & Meaningful", quote: "The craftsmanship of the ring is exceptional. It’s a subtle reminder of the serene ocean and my love for travel.", tag: "Jewelry", avatarSrc: "http://img.b2bpic.net/free-photo/lady-with-naked-shoulders-holds-her-head-down-posing_8353-398.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-smartphone-bench_23-2147979315.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe S.",
|
||||
date: "March 2024",
|
||||
title: "Beyond Expectations!",
|
||||
quote: "Every detail of my MOVEDIZA purchase felt luxurious. The passion behind each item truly shines through.",
|
||||
tag: "Gift",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894072.jpg",
|
||||
},
|
||||
id: "t5", name: "Chloe S.", date: "March 2024", title: "Beyond Expectations!", quote: "Every detail of my MOVEDIZA purchase felt luxurious. The passion behind each item truly shines through.", tag: "Gift", avatarSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894072.jpg"},
|
||||
]}
|
||||
title="Echoes from Our Journey"
|
||||
description="Hear from our global family who have discovered the magic of MOVEDIZA and brought a piece of the Mediterranean home."
|
||||
@@ -457,15 +258,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Stay Connected"
|
||||
title="Join the MOVEDIZA World"
|
||||
description="Receive exclusive collections, coastal inspiration and special offers directly to your inbox. Unlock your escape today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe Now",
|
||||
onClick: "() => {}",
|
||||
text: "Subscribe Now", onClick: () => {},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -478,19 +277,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/movediza",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/movediza", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Video,
|
||||
href: "https://tiktok.com/@movediza",
|
||||
ariaLabel: "TikTok",
|
||||
},
|
||||
href: "https://tiktok.com/@movediza", ariaLabel: "TikTok"},
|
||||
{
|
||||
icon: Pin,
|
||||
href: "https://pinterest.com/movediza",
|
||||
ariaLabel: "Pinterest",
|
||||
},
|
||||
href: "https://pinterest.com/movediza", ariaLabel: "Pinterest"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user