Update src/app/menu/page.tsx

This commit is contained in:
2026-04-17 17:16:57 +00:00
parent b0964a19df
commit 6dac61694c

View File

@@ -7,183 +7,71 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
export default function MenuPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "About",
id: "/about",
},
{
name: "Visit",
id: "/contact",
},
]}
brandName="Alices Restaurant"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Visit", id: "/contact" },
]}
brandName="Alices Restaurant"
/>
</div>
<div id="menu-list" data-section="menu-list">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Pancake Stack",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pancake-with-honey_1339-5256.jpg",
},
{
id: "m2",
name: "Farmers' Breakfast",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153034.jpg",
},
{
id: "m3",
name: "Classic Cheeseburger",
price: "$10.99",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-homemade-stack-pancakes-with-syrup-breakfast-blue-desk_23-2148161708.jpg",
},
{
id: "m4",
name: "Chicken Tenders",
price: "$9.99",
imageSrc: "http://img.b2bpic.net/free-photo/stack-homemade-pancakes-with-honey-syrup-berries_114579-20581.jpg",
},
{
id: "m5",
name: "BLT Sandwich",
price: "$8.50",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-fried-eggs-with-sausages-beans-bacon-plate_141793-3903.jpg",
},
{
id: "m6",
name: "Coffee & Pastry",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-round-pancakes-with-cream-tea-red-strawberries-ligh-desk-fruit-cake_140725-22153.jpg",
},
]}
title="Our Menu"
description="Wholesome meals prepared with love."
/>
</div>
<div id="menu-list" data-section="menu-list">
<ProductCardOne
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
title="Our Menu"
description="Wholesome meals prepared with love."
products={[
{ id: "m1", name: "Pancake Stack", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pancake-with-honey_1339-5256.jpg" },
{ id: "m2", name: "Farmers' Breakfast", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153034.jpg" },
{ id: "m3", name: "Classic Cheeseburger", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/sweet-homemade-stack-pancakes-with-syrup-breakfast-blue-desk_23-2148161708.jpg" }
]}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="What People Say"
description="Our customers are our family."
kpiItems={[
{
value: "15+",
label: "Years Served",
},
{
value: "500+",
label: "Local Dishes",
},
{
value: "100%",
label: "Homemade",
},
]}
testimonials={[
{
id: "t1",
name: "Jane D.",
role: "Local",
company: "Crawfordsville",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/croissants-flowers-flat-lay_23-2148322212.jpg",
},
{
id: "t2",
name: "Bob S.",
role: "Visitor",
company: "Traveler",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261055.jpg",
},
{
id: "t3",
name: "Maria L.",
role: "Regular",
company: "Crawfordsville",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261051.jpg",
},
{
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",
},
]}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardSixteen
title="What People Say"
description="Our customers are our family."
testimonials={[
{ id: "t1", name: "Jane D.", role: "Local", company: "Crawfordsville", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/croissants-flowers-flat-lay_23-2148322212.jpg" },
{ id: "t2", name: "Bob S.", role: "Visitor", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261055.jpg" },
{ id: "t3", name: "Maria L.", role: "Regular", company: "Crawfordsville", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-full-food_23-2149261051.jpg" },
{ 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
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",
},
],
},
]}
logoText="Alices Restaurant"
copyrightText="© 2024 Alices Restaurant"
/>
</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>
);