diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 743ce67..20f2f89 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,18 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ContactPage() { return ( - + diff --git a/src/app/page.tsx b/src/app/page.tsx index f9f2909..d4e10ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; export default function LandingPage() { return ( @@ -68,6 +66,7 @@ export default function LandingPage() { @@ -122,6 +123,7 @@ export default function LandingPage() { { title: "Links", items: [{ label: "About", href: "/#about" }, { label: "Menu", href: "/#menu" }, { label: "Contact", href: "/contact" }] }, ]} bottomLeftText="© 2024 Glenbrook Takeaway." + bottomRightText="" />