Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-04-17 17:17:31 +00:00
3 changed files with 10 additions and 32 deletions

View File

@@ -39,13 +39,14 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Our Story"
description="Alices Restaurant is a family-run diner with a simple goal."
description="Alices Restaurant is a family-run diner with a simple goal: to serve wholesome, homemade meals that make you feel right at home. Weve 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"
/>
</div>
@@ -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." }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Alices Restaurant"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, { label: "Visit", href: "/contact" }] },
{ title: "Social", items: [{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -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" }}
/>
</div>
@@ -50,16 +51,7 @@ export default function ContactPage() {
title="Stay Updated"
description="Sign up for our latest daily specials."
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Alices Restaurant"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, { label: "Visit", href: "/contact" }] },
{ title: "Social", items: [{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }] }
]}
background={{ variant: "plain" }}
/>
</div>
</ReactLenis>

View File

@@ -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" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Alices Restaurant"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, { label: "Visit", href: "/contact" }] },
{ title: "Social", items: [{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }] }
]}
kpiItems={[{value: "15+", label: "Years"}, {value: "100%", label: "Homemade"}]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
</ReactLenis>