Update src/app/custom-order/page.tsx
This commit is contained in:
@@ -25,21 +25,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"
|
||||
/>
|
||||
@@ -50,70 +42,49 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Your Vision: The Wanda Bespoke Process",
|
||||
},
|
||||
type: "text", content: "Crafting Your Vision: The Wanda Bespoke Process"},
|
||||
]}
|
||||
description="Our custom order journey is designed to be a seamless and inspiring experience. From initial concept to the final stitch, we collaborate closely with you to ensure every detail reflects your personal style and desired occasion. Select from an exquisite range of beads, colors, and patterns, and watch your dream accessory come to life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started Now", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-designer-s-studio-with-essential-elements_23-2150414730.jpg"
|
||||
imageAlt="Fashion designer working on a custom bag design"
|
||||
/>
|
||||
<p className="mt-4 text-md text-gray-700 dark:text-gray-300 max-w-2xl mx-auto">
|
||||
Our custom order journey is designed to be a seamless and inspiring experience. From initial concept to the final stitch, we collaborate closely with you to ensure every detail reflects your personal style and desired occasion. Select from an exquisite range of beads, colors, and patterns, and watch your dream accessory come to life.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user