Update src/app/contact/page.tsx

This commit is contained in:
2026-06-05 14:36:27 +00:00
parent 0b412d6b9e
commit a588cd0155

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleApple
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"},
]}
brandName="Wanda"
/>
@@ -51,37 +43,31 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Wanda: Where Art Meets Accessory",
},
type: "text", content: "Wanda: Where Art Meets Accessory"},
]}
buttons={[
{
text: "Discover Our Story",
href: "/about",
},
text: "Discover Our Story", href: "/about"},
]}
description="At Wanda, we believe a handbag is more than just an accessory—it's a statement. Each piece is meticulously handcrafted with passion in Lebanon, using the finest beads and materials to bring your unique vision to life. From elegant evening bags to bespoke custom designs, we celebrate the artistry of traditional craftsmanship fused with modern luxury, ensuring every Wanda bag is a masterpiece."
imageSrc="http://img.b2bpic.net/free-photo/girl-holding-book_23-2147615075.jpg"
imageAlt="Woman designing a luxury beaded bag in a studio"
/>
<p className="mt-4 text-md text-gray-700 dark:text-gray-300 max-w-2xl mx-auto">
At Wanda, we believe a handbag is more than just an accessoryit's a statement. Each piece is meticulously handcrafted with passion in Lebanon, using the finest beads and materials to bring your unique vision to life. From elegant evening bags to bespoke custom designs, we celebrate the artistry of traditional craftsmanship fused with modern luxury, ensuring every Wanda bag is a masterpiece.
</p>
</div>
<div id="contact-form" data-section="contact-form">
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Contact Us for Your Custom Bag or Inquiry. Whether you're envisioning a new design, have a special event in mind, or simply want to learn more, our team is here to help you create your dream accessory. Reach out today and let's craft something beautiful."
buttons={[
{
text: "Request Your Custom Bag Today",
},
text: "Request Your Custom Bag Today"},
{
text: "Call Us: +961 76 813 559",
href: "tel:+96176813559",
},
text: "Call Us: +961 76 813 559", href: "tel:+96176813559"},
]}
/>
</div>
@@ -90,50 +76,31 @@ export default function LandingPage() {
<FooterSimple
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"},
],
},
]}