Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
80
src/app/menu/page.tsx
Normal file
80
src/app/menu/page.tsx
Normal file
@@ -0,0 +1,80 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Utensils, Facebook, Instagram, MessageCircle } from 'lucide-react';
|
||||
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="SD Cafe"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Order Now", href: "https://www.zomato.com" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
title="Full SD Cafe Menu"
|
||||
description="Explore our complete collection of handpicked items. From crispy sandwiches to specialty beverages, every item is crafted with love and affordability in mind."
|
||||
tag="Complete Menu"
|
||||
tagIcon={Utensils}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Order on Zomato", href: "https://www.zomato.com" },
|
||||
{ text: "Order on Swiggy", href: "https://www.swiggy.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "veg-cheese-sandwich", name: "Veg Cheese Sandwich", price: "₹80", variant: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwich-with-orange-rusks-blue-desk_140725-29926.jpg?_wi=2", imageAlt: "Veg Cheese Sandwich" },
|
||||
{ id: "paneer-masala", name: "Paneer Masala Grilled", price: "₹120", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/chicken-bbq_74190-716.jpg?_wi=2", imageAlt: "Paneer Masala Grilled" },
|
||||
{ id: "thick-cold-coffee", name: "Thick Cold Coffee", price: "₹100", variant: "Fan Favorite", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-coffee-with-whipped-cream-marble-surface_114579-50303.jpg", imageAlt: "Thick Cold Coffee" },
|
||||
{ id: "cheese-chili-toastie", name: "Cheese Chili Toastie", price: "₹110", variant: "Must Try", imageSrc: "http://img.b2bpic.net/free-photo/fried-toasts-with-fresh-red-cherry-tomatoes-placed-marble-table_2831-8304.jpg", imageAlt: "Cheese Chili Toastie" },
|
||||
{ id: "garlic-bread", name: "Garlic Bread", price: "₹90", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwich-with-orange-rusks-blue-desk_140725-29926.jpg?_wi=2", imageAlt: "Garlic Bread" },
|
||||
{ id: "cappuccino", name: "Cappuccino", price: "₹80", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-delicious-coffee-decorated-with-cacao-blue-cloth_114579-85826.jpg", imageAlt: "Cappuccino" },
|
||||
{ id: "paneer-tikka", name: "Paneer Tikka", price: "₹130", variant: "Grilled", imageSrc: "http://img.b2bpic.net/free-photo/chicken-bbq_74190-716.jpg?_wi=1", imageAlt: "Paneer Tikka" },
|
||||
{ id: "mocha-shake", name: "Mocha Shake", price: "₹110", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-coffee-with-whipped-cream-marble-surface_114579-50303.jpg", imageAlt: "Mocha Shake" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="SD Cafe"
|
||||
copyrightText="© 2025 SD Cafe. All rights reserved. | Pashan Sus Road, Pune"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com/sdcafe", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "https://instagram.com/sdcafe", ariaLabel: "Instagram" },
|
||||
{ icon: MessageCircle, href: "https://wa.me/91XXXXXXXXXX", ariaLabel: "WhatsApp" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "https://www.zomato.com" },
|
||||
{ text: "View Menu", href: "#menu" }
|
||||
{ text: "View Menu", href: "/menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -102,8 +102,8 @@ export default function LandingPage() {
|
||||
tagIcon={Utensils}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Order on Zomato", href: "https://www.zomato.com" },
|
||||
{ text: "Order on Swiggy", href: "https://www.swiggy.com" }
|
||||
{ text: "View Full Menu", href: "/menu" },
|
||||
{ text: "Order on Zomato", href: "https://www.zomato.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText=" SD Cafe "
|
||||
logoText="SD Cafe"
|
||||
copyrightText="© 2025 SD Cafe. All rights reserved. | Pashan Sus Road, Pune"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com/sdcafe", ariaLabel: "Facebook" },
|
||||
|
||||
Reference in New Issue
Block a user