From 3d963513232e880e6d88ad3406013b3790712853 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:17:27 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 021fa42..8081931 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,13 +39,14 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} title="Our Story" - description="Alice’s Restaurant is a family-run diner with a simple goal." + description="Alice’s Restaurant is a family-run diner with a simple goal: to serve wholesome, homemade meals that make you feel right at home. We’ve been a beloved spot for locals for years." mediaAnimation="slide-up" bulletPoints={[ { title: "Local Roots", description: "Located in the heart of Crawfordsville." }, { title: "Family Friendly", description: "A welcoming space for everyone." }, { title: "Quality First", description: "Simple ingredients, hearty portions." } ]} + imageSrc="http://img.b2bpic.net/free-photo/black-parents-their-kids-using-wireless-technology-home_637285-12681.jpg" /> @@ -55,22 +56,13 @@ export default function AboutPage() { useInvertedBackground={false} title="Common Questions" description="Everything you need to know about us." + faqsAnimation="slide-up" faqs={[ { id: "f1", title: "Are you pet friendly?", content: "Yes, our outdoor seating area welcomes dogs." }, { id: "f2", title: "Do you offer catering?", content: "Absolutely, contact us for large group orders." } ]} /> - - ); -- 2.49.1 From 0448d78cec2da6ba2ff735b95b644a99c453ed4c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:17:28 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index df3ec5c..48e0dbf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,6 +41,7 @@ export default function ContactPage() { description="We are located at 125 W Market St, Crawfordsville, IN 47933." buttons={[{ text: "Visit Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }]} useInvertedBackground={false} + background={{ variant: "plain" }} /> @@ -50,16 +51,7 @@ export default function ContactPage() { title="Stay Updated" description="Sign up for our latest daily specials." useInvertedBackground={false} - /> - - - -- 2.49.1 From 4e77c383232b137c8199e40e09138f57fe7769f8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:17:28 +0000 Subject: [PATCH 3/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index b507741..ddd359b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -39,6 +38,7 @@ export default function MenuPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} title="Our Menu" description="Wholesome meals prepared with love." products={[ @@ -60,16 +60,10 @@ export default function MenuPage() { { id: "t4", name: "Tom W.", role: "Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261054.jpg" }, { id: "t5", name: "Sam A.", role: "Visitor", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261054.jpg" } ]} - /> - - - -- 2.49.1