Update src/app/contact/page.tsx
This commit is contained in:
@@ -26,29 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Barbers",
|
||||
id: "/barbers",
|
||||
},
|
||||
name: "Barbers", id: "/barbers"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Book Now", id: "/contact"},
|
||||
]}
|
||||
brandName="Lake Wales Finest"
|
||||
/>
|
||||
@@ -58,16 +46,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
tag="Contact Us"
|
||||
title="Ready for a Fresh Cut?"
|
||||
description="Walk-ins are always welcome. Booking ahead helps us get you in faster."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,10 +65,7 @@ export default function LandingPage() {
|
||||
description="Common questions regarding bookings."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How to contact?",
|
||||
content: "You can walk in or message us on Facebook.",
|
||||
},
|
||||
id: "q1", title: "How to contact?", content: "You can walk in or message us on Facebook."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,33 +75,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Barbers",
|
||||
href: "/barbers",
|
||||
},
|
||||
label: "Barbers", href: "/barbers"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user