27 Commits

Author SHA1 Message Date
cd0fe0e79c Switch to version 1: modified src/app/page.tsx 2026-06-10 10:02:09 +00:00
f90fd8f1f4 Switch to version 1: modified src/app/custom-order/page.tsx 2026-06-10 10:02:08 +00:00
3f0db3291f Switch to version 1: modified src/app/contact/page.tsx 2026-06-10 10:02:08 +00:00
831892771b Switch to version 1: modified src/app/collection/page.tsx 2026-06-10 10:02:07 +00:00
5d5512528a Switch to version 2: modified src/app/page.tsx 2026-06-10 10:01:56 +00:00
eeec6ea1c5 Switch to version 2: modified src/app/custom-order/page.tsx 2026-06-10 10:01:55 +00:00
fb4ddcd262 Switch to version 2: modified src/app/contact/page.tsx 2026-06-10 10:01:55 +00:00
94203d1c86 Switch to version 2: modified src/app/collection/page.tsx 2026-06-10 10:01:54 +00:00
3cfc4e5f4c Switch to version 3: modified src/app/styles/base.css 2026-06-10 10:00:30 +00:00
5fb77c377b Switch to version 3: modified src/app/page.tsx 2026-06-10 10:00:30 +00:00
504f866101 Switch to version 3: modified src/app/layout.tsx 2026-06-10 10:00:29 +00:00
08fe31c54b Switch to version 3: modified src/app/custom-order/page.tsx 2026-06-10 10:00:29 +00:00
3f6637dbfe Switch to version 3: modified src/app/contact/page.tsx 2026-06-10 10:00:28 +00:00
7126051334 Switch to version 3: modified src/app/collection/page.tsx 2026-06-10 10:00:28 +00:00
184fbf2535 Merge version_4 into main
Merge version_4 into main
2026-06-10 09:59:33 +00:00
da813ba94b Update src/app/styles/base.css 2026-06-10 09:59:30 +00:00
1f7a32a777 Update src/app/page.tsx 2026-06-10 09:59:30 +00:00
1761ad1ffb Update src/app/layout.tsx 2026-06-10 09:59:29 +00:00
3216e5f621 Switch to version 1: modified src/app/page.tsx 2026-06-10 09:52:47 +00:00
a35bf80ac8 Switch to version 1: modified src/app/custom-order/page.tsx 2026-06-10 09:52:46 +00:00
afac04870f Switch to version 1: modified src/app/contact/page.tsx 2026-06-10 09:52:46 +00:00
2522083170 Switch to version 1: modified src/app/collection/page.tsx 2026-06-10 09:52:45 +00:00
6fb8ce97c6 Switch to version 2: modified src/app/page.tsx 2026-06-10 09:52:36 +00:00
57ecc92027 Switch to version 2: modified src/app/custom-order/page.tsx 2026-06-10 09:52:36 +00:00
1cb8529655 Switch to version 2: modified src/app/contact/page.tsx 2026-06-10 09:52:35 +00:00
4e4266a6de Switch to version 2: modified src/app/collection/page.tsx 2026-06-10 09:52:35 +00:00
2023803722 Merge version_3 into main
Merge version_3 into main
2026-06-10 09:36:39 +00:00
4 changed files with 287 additions and 93 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
export default function LandingPage() { export default function LandingPage() {
@@ -23,20 +23,26 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", id: "/"}, name: "Home",
id: "/",
},
{ {
name: "Collection", id: "/collection"}, name: "Collection",
id: "/collection",
},
{ {
name: "Custom Orders", id: "/custom-order"}, name: "Custom Orders",
id: "/custom-order",
},
{ {
name: "Contact", id: "/contact"}, name: "Contact",
id: "/contact",
},
]} ]}
logoSrc="https://example.com/new-wanda-logo-transparent.png" brandName="Wanda"
logoAlt="Wanda Bags Logo"
brandName="Wanda Bags"
/> />
</div> </div>
@@ -50,17 +56,53 @@ export default function LandingPage() {
description="Be the first to explore our latest handcrafted creations and exclusive pieces, designed to captivate with timeless elegance." description="Be the first to explore our latest handcrafted creations and exclusive pieces, designed to captivate with timeless elegance."
products={[ products={[
{ {
id: "new-prod-1", name: "The Aurora Clutch", price: "$320", variant: "Evening", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-stylish-woman-holding-straw-handbag_285396-4844.jpg", imageAlt: "Woman wearing knitted bag - Aurora Clutch"}, id: "new-prod-1",
name: "The Aurora Clutch",
price: "$320",
variant: "Evening",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-stylish-woman-holding-straw-handbag_285396-4844.jpg",
imageAlt: "Woman wearing knitted bag - Aurora Clutch",
},
{ {
id: "new-prod-2", name: "Desert Bloom Shoulder Bag", price: "$290", variant: "Daywear", imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg", imageAlt: "Elegant woman with Desert Bloom Shoulder Bag"}, id: "new-prod-2",
name: "Desert Bloom Shoulder Bag",
price: "$290",
variant: "Daywear",
imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg",
imageAlt: "Elegant woman with Desert Bloom Shoulder Bag",
},
{ {
id: "new-prod-3", name: "Celestial Crossbody", price: "$275", variant: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-stylish-girl-with-dark-short-hair-walking-after-work-carrying-black-leather-bag-smiling-portrait-adorable-brunette-young-woman-wearing-vintage-french-clothes-having-fun-indoors_197531-3644.jpg", imageAlt: "Gorgeous girl with Celestial Crossbody"}, id: "new-prod-3",
name: "Celestial Crossbody",
price: "$275",
variant: "Versatile",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-stylish-girl-with-dark-short-hair-walking-after-work-carrying-black-leather-bag-smiling-portrait-adorable-brunette-young-woman-wearing-vintage-french-clothes-having-fun-indoors_197531-3644.jpg",
imageAlt: "Gorgeous girl with Celestial Crossbody",
},
{ {
id: "new-prod-4", name: "Mystic Aura Tote", price: "$380", variant: "Statement", imageSrc: "http://img.b2bpic.net/free-photo/clutch-with-ghost_23-2147680167.jpg", imageAlt: "Clutch with ghost - Mystic Aura Tote"}, id: "new-prod-4",
name: "Mystic Aura Tote",
price: "$380",
variant: "Statement",
imageSrc: "http://img.b2bpic.net/free-photo/clutch-with-ghost_23-2147680167.jpg",
imageAlt: "Clutch with ghost - Mystic Aura Tote",
},
{ {
id: "new-prod-5", name: "Starlight Minaudiere", price: "$340", variant: "Glamour", imageSrc: "http://img.b2bpic.net/free-photo/antique-hand-bag-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12976.jpg", imageAlt: "Antique Hand Bag layout - Starlight Minaudiere"}, id: "new-prod-5",
name: "Starlight Minaudiere",
price: "$340",
variant: "Glamour",
imageSrc: "http://img.b2bpic.net/free-photo/antique-hand-bag-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12976.jpg",
imageAlt: "Antique Hand Bag layout - Starlight Minaudiere",
},
{ {
id: "new-prod-6", name: "Pearl Dewdrop Clutch", price: "$300", variant: "Bridal", imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14712.jpg", imageAlt: "Hand Bag Layout - Pearl Dewdrop Clutch"}, id: "new-prod-6",
name: "Pearl Dewdrop Clutch",
price: "$300",
variant: "Bridal",
imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14712.jpg",
imageAlt: "Hand Bag Layout - Pearl Dewdrop Clutch",
},
]} ]}
/> />
</div> </div>
@@ -69,11 +111,14 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain",
}}
text="Didn't find what you're looking for? Let us create a custom beaded bag just for you. Your unique style, handcrafted." text="Didn't find what you're looking for? Let us create a custom beaded bag just for you. Your unique style, handcrafted."
buttons={[ buttons={[
{ {
text: "Start a Custom Order", href: "/custom-order"}, text: "Start a Custom Order",
href: "/custom-order",
},
]} ]}
/> />
</div> </div>
@@ -82,31 +127,50 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Wanda", items: [ title: "Wanda",
items: [
{ {
label: "Elevating Everyday and Event Style", href: "#"}, label: "Elevating Everyday and Event Style",
href: "#",
},
], ],
}, },
{ {
title: "Navigation", items: [ title: "Navigation",
items: [
{ {
label: "Home", href: "/"}, label: "Home",
href: "/",
},
{ {
label: "Collection", href: "/collection"}, label: "Collection",
href: "/collection",
},
{ {
label: "Custom Orders", href: "/custom-order"}, label: "Custom Orders",
href: "/custom-order",
},
{ {
label: "Contact", href: "/contact"}, label: "Contact",
href: "/contact",
},
], ],
}, },
{ {
title: "Connect", items: [ title: "Connect",
items: [
{ {
label: "Instagram", href: "https://instagram.com/wandabags"}, label: "Instagram",
href: "https://instagram.com/wandabags",
},
{ {
label: "WhatsApp", href: "https://wa.me/96176813559"}, label: "WhatsApp",
href: "https://wa.me/96176813559",
},
{ {
label: "Facebook", href: "https://facebook.com/wandabags"}, label: "Facebook",
href: "https://facebook.com/wandabags",
},
], ],
}, },
]} ]}
@@ -117,4 +181,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -23,7 +23,7 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", id: "/"}, name: "Home", id: "/"},
@@ -34,9 +34,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "/contact"}, name: "Contact", id: "/contact"},
]} ]}
logoSrc="https://example.com/new-wanda-logo-transparent.png" brandName="Wanda"
logoAlt="Wanda Bags Logo"
brandName="Wanda Bags"
/> />
</div> </div>
@@ -113,4 +111,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -22,7 +22,7 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", id: "/"}, name: "Home", id: "/"},
@@ -33,9 +33,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "/contact"}, name: "Contact", id: "/contact"},
]} ]}
logoSrc="https://example.com/new-wanda-logo-transparent.png" brandName="Wanda"
logoAlt="Wanda Bags Logo"
brandName="Wanda Bags"
/> />
</div> </div>
@@ -97,4 +95,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -26,37 +26,48 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", id: "/"}, name: "Home",
id: "/",
},
{ {
name: "Collection", id: "/collection"}, name: "Collection",
id: "/collection",
},
{ {
name: "Custom Orders", id: "/custom-order"}, name: "Custom Orders",
id: "/custom-order",
},
{ {
name: "Contact", id: "/contact"}, name: "Contact",
id: "/contact",
},
]} ]}
logoSrc="https://example.com/new-wanda-logo-transparent.png" brandName="Wanda"
logoAlt="Wanda Bags Logo"
brandName="Wanda Bags"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText=""
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient",
}}
logoText="Wanda"
description="Handcrafted Luxury, Designed Just for You. Discover unique beaded bags handmade with passion, elegance, and attention to every detail." description="Handcrafted Luxury, Designed Just for You. Discover unique beaded bags handmade with passion, elegance, and attention to every detail."
buttons={[ buttons={[
{ {
text: "Shop Collection", href: "/collection"}, text: "Shop Collection",
href: "/collection",
},
{ {
text: "Request a Custom Design", href: "/custom-order"}, text: "Request a Custom Design",
href: "/custom-order",
},
]} ]}
imageSrc="https://example.com/new-wanda-logo-transparent.png" imageSrc="http://img.b2bpic.net/free-photo/close-up-massage-acupuncture-mat-with-pillow-white-massage-tips-massage-mat-relaxation-treatment_169016-10959.jpg"
imageAlt="Wanda Bags Logo - Handcrafted Luxury" imageAlt="Elegant beaded handbag"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -68,21 +79,41 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "handmade", title: "Handmade with Care", tags: [ id: "handmade",
"Crafted to Perfection"], title: "Handmade with Care",
imageSrc: "http://img.b2bpic.net/free-photo/hands-with-tattoo-machine-tattoo-master_627829-12063.jpg", imageAlt: "Hands crafting a beaded bag"}, tags: [
"Crafted to Perfection",
],
imageSrc: "http://img.b2bpic.net/free-photo/hands-with-tattoo-machine-tattoo-master_627829-12063.jpg",
imageAlt: "Hands crafting a beaded bag",
},
{ {
id: "customizable", title: "Fully Customizable Designs", tags: [ id: "customizable",
"Your Vision, Our Art"], title: "Fully Customizable Designs",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-shopping-bag-from-counter_23-2147784119.jpg", imageAlt: "Custom bag design sketches"}, tags: [
"Your Vision, Our Art",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-shopping-bag-from-counter_23-2147784119.jpg",
imageAlt: "Custom bag design sketches",
},
{ {
id: "quality", title: "Premium Quality Materials", tags: [ id: "quality",
"Lasting Elegance"], title: "Premium Quality Materials",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-glass-shopping-basket_53876-42507.jpg", imageAlt: "Close-up of sparkling beads"}, tags: [
"Lasting Elegance",
],
imageSrc: "http://img.b2bpic.net/free-photo/decorative-glass-shopping-basket_53876-42507.jpg",
imageAlt: "Close-up of sparkling beads",
},
{ {
id: "delivery", title: "Delivery Across Lebanon", tags: [ id: "delivery",
"Convenient & Secure"], title: "Delivery Across Lebanon",
imageSrc: "http://img.b2bpic.net/free-photo/man-tying-bow-big-gift-box_23-2147955942.jpg", imageAlt: "Luxury packaged bag"}, tags: [
"Convenient & Secure",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-tying-bow-big-gift-box_23-2147955942.jpg",
imageAlt: "Luxury packaged bag",
},
]} ]}
title="Why Choose Wanda?" title="Why Choose Wanda?"
description="Experience the difference of true craftsmanship and personalized service that sets Wanda apart." description="Experience the difference of true craftsmanship and personalized service that sets Wanda apart."
@@ -97,17 +128,53 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "prod-1", name: "The Noir Opulence", price: "$280", variant: "Evening Clutch", imageSrc: "http://img.b2bpic.net/free-photo/vanity-case-products-arrangement_23-2149879913.jpg", imageAlt: "Black beaded evening bag"}, id: "prod-1",
name: "The Noir Opulence",
price: "$280",
variant: "Evening Clutch",
imageSrc: "http://img.b2bpic.net/free-photo/vanity-case-products-arrangement_23-2149879913.jpg",
imageAlt: "Black beaded evening bag",
},
{ {
id: "prod-2", name: "Golden Radiance", price: "$350", variant: "Bridal Handbag", imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14703.jpg", imageAlt: "Gold and white beaded bag"}, id: "prod-2",
name: "Golden Radiance",
price: "$350",
variant: "Bridal Handbag",
imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14703.jpg",
imageAlt: "Gold and white beaded bag",
},
{ {
id: "prod-3", name: "Bohemian Dream", price: "$220", variant: "Shoulder Bag", imageSrc: "http://img.b2bpic.net/free-photo/colorful-knitted-bag-still-life_23-2150709481.jpg", imageAlt: "Colorful beaded shoulder bag"}, id: "prod-3",
name: "Bohemian Dream",
price: "$220",
variant: "Shoulder Bag",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-knitted-bag-still-life_23-2150709481.jpg",
imageAlt: "Colorful beaded shoulder bag",
},
{ {
id: "prod-4", name: "Silver Moonlight", price: "$295", variant: "Elegant Clutch", imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14709.jpg", imageAlt: "Classic silver beaded clutch"}, id: "prod-4",
name: "Silver Moonlight",
price: "$295",
variant: "Elegant Clutch",
imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14709.jpg",
imageAlt: "Classic silver beaded clutch",
},
{ {
id: "prod-5", name: "Geometric Muse", price: "$310", variant: "Statement Piece", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-light-summer-flying-dress-holding-knitted-bag-beach-sea-background_343596-1231.jpg", imageAlt: "Unique geometric beaded bag"}, id: "prod-5",
name: "Geometric Muse",
price: "$310",
variant: "Statement Piece",
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-light-summer-flying-dress-holding-knitted-bag-beach-sea-background_343596-1231.jpg",
imageAlt: "Unique geometric beaded bag",
},
{ {
id: "prod-6", name: "Pearl Whisper", price: "$330", variant: "Classic Handbag", imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-decorated-nest-with-greenery-white-ribbon_8353-9808.jpg", imageAlt: "Pearl beaded bag"}, id: "prod-6",
name: "Pearl Whisper",
price: "$330",
variant: "Classic Handbag",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-decorated-nest-with-greenery-white-ribbon_8353-9808.jpg",
imageAlt: "Pearl beaded bag",
},
]} ]}
title="Our Featured Collection" title="Our Featured Collection"
description="Explore our exquisite range of handcrafted beaded bags, perfect for any occasion, from elegant evenings to everyday luxury." description="Explore our exquisite range of handcrafted beaded bags, perfect for any occasion, from elegant evenings to everyday luxury."
@@ -121,15 +188,45 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah J.", handle: "@sarah_j_style", testimonial: "The craftsmanship is incredible. Every detail is perfect, and I constantly receive compliments. Everyone asked where I got my bag!", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-necklace-jewelry-store_1303-30672.jpg", imageAlt: "Sarah J. with her Wanda bag"}, id: "1",
name: "Sarah J.",
handle: "@sarah_j_style",
testimonial: "The craftsmanship is incredible. Every detail is perfect, and I constantly receive compliments. Everyone asked where I got my bag!",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-necklace-jewelry-store_1303-30672.jpg",
imageAlt: "Sarah J. with her Wanda bag",
},
{ {
id: "2", name: "Amina K.", handle: "@amina.k.events", testimonial: "Wanda bags are the perfect gift! Beautifully made and truly unique. My friend absolutely adored her custom piece.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722602.jpg", imageAlt: "Amina K. with her Wanda bag"}, id: "2",
name: "Amina K.",
handle: "@amina.k.events",
testimonial: "Wanda bags are the perfect gift! Beautifully made and truly unique. My friend absolutely adored her custom piece.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722602.jpg",
imageAlt: "Amina K. with her Wanda bag",
},
{ {
id: "3", name: "Lila B.", handle: "@lila_b_fashion", testimonial: "Elegant, unique, and worth every penny. This bag has become my go-to for special events, adding that touch of sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-bride-portrair_624325-480.jpg", imageAlt: "Lila B. with her Wanda bag"}, id: "3",
name: "Lila B.",
handle: "@lila_b_fashion",
testimonial: "Elegant, unique, and worth every penny. This bag has become my go-to for special events, adding that touch of sophistication.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-bride-portrair_624325-480.jpg",
imageAlt: "Lila B. with her Wanda bag",
},
{ {
id: "4", name: "Nour S.", handle: "@nour_s_designs", testimonial: "My custom Wanda bag exceeded all expectations. The design process was seamless, and the final product is a true work of art.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-cafe-drinking-coffee-sunglasses-handbag-spring-summer-fashion-trend-elegant-style_285396-4313.jpg", imageAlt: "Nour S. with her Wanda bag"}, id: "4",
name: "Nour S.",
handle: "@nour_s_designs",
testimonial: "My custom Wanda bag exceeded all expectations. The design process was seamless, and the final product is a true work of art.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-cafe-drinking-coffee-sunglasses-handbag-spring-summer-fashion-trend-elegant-style_285396-4313.jpg",
imageAlt: "Nour S. with her Wanda bag",
},
{ {
id: "5", name: "Maya H.", handle: "@maya_h_luxe", testimonial: "I love the attention to detail and the luxurious feel of my Wanda bag. It's a standout piece that always elevates my outfit.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-blonde-woman-white-dress-with-straw-bag-her-shoulder_181624-5570.jpg", imageAlt: "Maya H. with her Wanda bag"}, id: "5",
name: "Maya H.",
handle: "@maya_h_luxe",
testimonial: "I love the attention to detail and the luxurious feel of my Wanda bag. It's a standout piece that always elevates my outfit.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-blonde-woman-white-dress-with-straw-bag-her-shoulder_181624-5570.jpg",
imageAlt: "Maya H. with her Wanda bag",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Hear from our delighted customers about their Wanda experience and the unique elegance of their handcrafted bags." description="Hear from our delighted customers about their Wanda experience and the unique elegance of their handcrafted bags."
@@ -140,45 +237,82 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient",
}}
text="Create Your Dream Bag. Choose colors, sizes, patterns, and details to craft a one-of-a-kind accessory that truly reflects your style. Your vision, handcrafted to perfection." text="Create Your Dream Bag. Choose colors, sizes, patterns, and details to craft a one-of-a-kind accessory that truly reflects your style. Your vision, handcrafted to perfection."
buttons={[ buttons={[
{ {
text: "Start Your Custom Order", href: "/custom-order"}, text: "Start Your Custom Order",
href: "/custom-order",
},
]} ]}
/> />
</div> </div>
<div id="lead-capture" data-section="lead-capture">
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
text="Join the Wanda VIP List. Be the first to receive exclusive offers, new collection updates, and special invitations to Wanda events."
buttons={[
{
text: "Join the Wanda VIP List",
href: "/contact#join-vip",
},
]}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Wanda", items: [ title: "Wanda",
items: [
{ {
label: "Elevating Everyday and Event Style", href: "#"}, label: "Elevating Everyday and Event Style",
href: "#",
},
], ],
}, },
{ {
title: "Navigation", items: [ title: "Navigation",
items: [
{ {
label: "Home", href: "/"}, label: "Home",
href: "/",
},
{ {
label: "Collection", href: "/collection"}, label: "Collection",
href: "/collection",
},
{ {
label: "Custom Orders", href: "/custom-order"}, label: "Custom Orders",
href: "/custom-order",
},
{ {
label: "Contact", href: "/contact"}, label: "Contact",
href: "/contact",
},
], ],
}, },
{ {
title: "Connect", items: [ title: "Connect",
items: [
{ {
label: "Instagram", href: "https://instagram.com/wandabags"}, label: "Instagram",
href: "https://instagram.com/wandabags",
},
{ {
label: "WhatsApp", href: "https://wa.me/96176813559"}, label: "WhatsApp",
href: "https://wa.me/96176813559",
},
{ {
label: "Facebook", href: "https://facebook.com/wandabags"}, label: "Facebook",
href: "https://facebook.com/wandabags",
},
], ],
}, },
]} ]}
@@ -189,4 +323,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }