diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx
index 01f4663..d4185f5 100644
--- a/src/app/collection/page.tsx
+++ b/src/app/collection/page.tsx
@@ -26,23 +26,16 @@ export default function LandingPage() {
@@ -56,53 +49,17 @@ export default function LandingPage() {
description="Be the first to explore our latest handcrafted creations and exclusive pieces, designed to captivate with timeless elegance."
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"},
]}
/>
@@ -111,14 +68,11 @@ export default function LandingPage() {
@@ -127,50 +81,31 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index db967a4..76a16ab 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -34,7 +34,8 @@ export default function LandingPage() {
{
name: "Contact", id: "/contact"},
]}
- brandName="Wanda"
+ logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EilQ9IqljqhhhtRM9ixGlzAbev/uploaded-1781083789021-qv0dg31c.jpg"
+ logoAlt="Wanda Bags Logo"
/>
@@ -111,4 +112,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/custom-order/page.tsx b/src/app/custom-order/page.tsx
index bf8e5cd..7c3a550 100644
--- a/src/app/custom-order/page.tsx
+++ b/src/app/custom-order/page.tsx
@@ -33,7 +33,8 @@ export default function LandingPage() {
{
name: "Contact", id: "/contact"},
]}
- brandName="Wanda"
+ logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EilQ9IqljqhhhtRM9ixGlzAbev/uploaded-1781083789021-qv0dg31c.jpg"
+ logoAlt="Wanda Bags Logo"
/>
@@ -95,4 +96,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index dda62f7..ef68cd7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,45 +29,32 @@ export default function LandingPage() {
@@ -79,41 +66,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "handmade",
- title: "Handmade with Care",
- 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: "handmade", title: "Handmade with Care", 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: [
- "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: "customizable", title: "Fully Customizable Designs", 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: [
- "Lasting Elegance",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/decorative-glass-shopping-basket_53876-42507.jpg",
- imageAlt: "Close-up of sparkling beads",
- },
+ id: "quality", title: "Premium Quality Materials", 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: [
- "Convenient & Secure",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/man-tying-bow-big-gift-box_23-2147955942.jpg",
- imageAlt: "Luxury packaged bag",
- },
+ id: "delivery", title: "Delivery Across Lebanon", 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?"
description="Experience the difference of true craftsmanship and personalized service that sets Wanda apart."
@@ -128,53 +95,17 @@ export default function LandingPage() {
useInvertedBackground={true}
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"
description="Explore our exquisite range of handcrafted beaded bags, perfect for any occasion, from elegant evenings to everyday luxury."
@@ -188,45 +119,15 @@ export default function LandingPage() {
useInvertedBackground={true}
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"
description="Hear from our delighted customers about their Wanda experience and the unique elegance of their handcrafted bags."
@@ -237,82 +138,45 @@ export default function LandingPage() {
-
-
-