diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 41da542..2c36787 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function LandingPage() {
return (
@@ -26,21 +26,13 @@ export default function LandingPage() {
@@ -79,24 +65,17 @@ export default function LandingPage() {
@@ -107,71 +86,43 @@ export default function LandingPage() {
logoText="5th Avenue Bakers"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "/about",
- },
+ label: "About Us", href: "/about"},
{
- label: "Our Story",
- href: "/about#story",
- },
+ label: "Our Story", href: "/about#story"},
{
- label: "Careers",
- href: "/careers",
- },
+ label: "Careers", href: "/careers"},
],
},
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "All Menu Items",
- href: "/menu",
- },
+ label: "All Menu Items", href: "/menu"},
{
- label: "Cakes",
- href: "/menu#cakes",
- },
+ label: "Cakes", href: "/menu#cakes"},
{
- label: "Burgers & Sandwiches",
- href: "/menu#fastfood",
- },
+ label: "Burgers & Sandwiches", href: "/menu#fastfood"},
{
- label: "Beverages",
- href: "/menu#drinks",
- },
+ label: "Beverages", href: "/menu#drinks"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
{
- label: "FAQs",
- href: "/faq",
- },
+ label: "FAQs", href: "/faq"},
{
- label: "Order on WhatsApp",
- href: "https://wa.me/917097016270",
- },
+ label: "Order on WhatsApp", href: "https://wa.me/917097016270"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "/privacy",
- },
+ label: "Privacy Policy", href: "/privacy"},
{
- label: "Terms of Service",
- href: "/terms",
- },
+ label: "Terms of Service", href: "/terms"},
],
},
]}