Update src/app/contact/page.tsx
This commit is contained in:
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -22,41 +22,26 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "/offers",
|
||||
},
|
||||
name: "Offers", id: "/offers"},
|
||||
{
|
||||
name: "Branches",
|
||||
id: "/branches",
|
||||
},
|
||||
name: "Branches", id: "/branches"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/set-hand-drawn-hen-logos_23-2147626216.jpg"
|
||||
logoAlt="Fried Chicken Logo"
|
||||
brandName="Fried Chicken"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,8 +49,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Get in Touch"
|
||||
title="We'd Love to Hear From You"
|
||||
description="Have a question, feedback, or a catering inquiry? Reach out to us through the form below or connect on social media. We're here to help!\n\nWhatsApp: +964 7XX XXX XXXX\nFacebook: FriedChickenIQ\nInstagram: @FriedChickenIQ"
|
||||
@@ -79,62 +63,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Buckets",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Buckets", href: "/menu"},
|
||||
{
|
||||
label: "Sandwiches",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Sandwiches", href: "/menu"},
|
||||
{
|
||||
label: "Broasted Chicken",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Broasted Chicken", href: "/menu"},
|
||||
{
|
||||
label: "Sides & Drinks",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Sides & Drinks", href: "/menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Branches",
|
||||
href: "/branches",
|
||||
},
|
||||
label: "Our Branches", href: "/branches"},
|
||||
{
|
||||
label: "Offers",
|
||||
href: "/offers",
|
||||
},
|
||||
label: "Offers", href: "/offers"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/FriedChickenIQ",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/FriedChickenIQ"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/FriedChickenIQ",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/FriedChickenIQ"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/9647xxxxxxxx",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/9647xxxxxxxx"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user