Update src/app/visit/page.tsx
This commit is contained in:
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function VisitPage() {
|
||||
return (
|
||||
@@ -27,8 +26,6 @@ export default function VisitPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Order", id: "/order" },
|
||||
{ name: "Visit", id: "/visit" },
|
||||
]}
|
||||
brandName="Teddy's Cafe"
|
||||
@@ -52,24 +49,13 @@ export default function VisitPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Join Our Community"
|
||||
description="Find us across social platforms."
|
||||
names={["Instagram", "Yelp", "Facebook", "Twitter", "TikTok"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colorful-poke-bowl-with-salmon-avocado-seaweed-served-bed-rice_9975-124822.jpg?_wi=5"
|
||||
logoText="Teddy's Cafe"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Appetizers", href: "/menu" }, { label: "Burgers", href: "/menu" }, { label: "Sushi", href: "/menu" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Visit Us", href: "/visit" }] },
|
||||
{ title: "Support", items: [{ label: "Order Online", href: "/order" }, { label: "Contact", href: "/visit" }] }
|
||||
{ title: "Company", items: [{ label: "Visit Us", href: "/visit" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user