From efab6feae6547856a1e59b45f38f8e2a1f699338 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:50:13 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 ( - + -- 2.49.1 From 8b9374167d75e9f4256b039c87a9dc0b175fad3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:50:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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="" /> -- 2.49.1