Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-09 10:57:15 +00:00
3 changed files with 22 additions and 133 deletions

View File

@@ -105,7 +105,7 @@ export default function GalleryPage() {
src: "http://img.b2bpic.net/free-photo/portrait-interesting-young-man-winter-clothes_158595-911.jpg", alt: "Satisfied Diner"},
]}
ratingAnimation="slide-up"
avatarsAnimation="fade-in"
avatarsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Customer Testimonials"
/>

View File

@@ -176,7 +176,7 @@ export default function HomePage() {
src: "http://img.b2bpic.net/free-photo/portrait-interesting-young-man-winter-clothes_158595-911.jpg", alt: "Satisfied Diner"},
]}
ratingAnimation="slide-up"
avatarsAnimation="fade-in"
avatarsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Customer Testimonials"
/>

View File

@@ -3,10 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { Calendar } from "lucide-react";
export default function ReservationsPage() {
return (
@@ -33,9 +32,7 @@ export default function ReservationsPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Order Online",
href: "https://www.zomato.com",
}}
text: "Order Online", href: "https://www.zomato.com"}}
animateOnLoad={true}
/>
</div>
@@ -44,11 +41,10 @@ export default function ReservationsPage() {
<ContactCenter
tag="Reservations"
title="Book Your Table Now"
description="Reserve your spot at Sada Punjab for an unforgettable dining experience. Whether you're planning a family dinner, celebration, or casual meal with friends, we'd love to welcome you."
tagIcon="Calendar"
description="Reserve your spot at Sada Punjab for an unforgettable dining experience. Whether you are planning a family dinner, celebration, or casual meal with friends, we would love to welcome you."
tagIcon={Calendar}
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
useInvertedBackground={false}
inputPlaceholder="Enter your email for updates"
buttonText="Get Updates"
@@ -57,150 +53,43 @@ export default function ReservationsPage() {
/>
</div>
<div id="dining-options" data-section="dining-options">
<FeatureCardNineteen
title="Dining Options at Sada Punjab"
description="Explore the various ways you can enjoy authentic Punjabi cuisine at Sada Punjab. From intimate family dinners to large group celebrations, we have the perfect setting for your occasion."
tag="Experience Options"
features={[
{
id: 1,
tag: "Family",
title: "Family Dining",
subtitle: "Perfect for gatherings",
description: "Enjoy traditional Punjabi hospitality with your loved ones. Our spacious dining area accommodates families with children, and our staff ensures a warm, welcoming atmosphere. We offer special family meal packages with a variety of dishes.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=3",
imageAlt: "Family Dining",
buttons: [
{
text: "Reserve Table",
href: "/reservations",
},
],
},
{
id: 2,
tag: "Celebration",
title: "Special Events",
subtitle: "Celebrations made memorable",
description: "Planning a birthday, anniversary, or corporate gathering? Sada Punjab provides customized catering and private space for your special occasions. Our experienced team will ensure every detail is perfect for your celebration.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=4",
imageAlt: "Special Events",
buttons: [
{
text: "Plan Event",
href: "/contact",
},
],
},
{
id: 3,
tag: "Takeaway",
title: "Quick Takeaway",
subtitle: "Delicious meals to go",
description: "Not enough time to dine in? Order your favorite Punjabi dishes for takeaway. Our efficient service ensures your order is prepared fresh and ready when you arrive. Call ahead to place your order.",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-meal-with-beef-rice-vegetables-generated-by-ai_188544-20448.jpg?_wi=3",
imageAlt: "Takeaway",
buttons: [
{
text: "Order Takeaway",
href: "https://www.zomato.com",
},
],
},
]}
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Dining Options Section"
/>
</div>
<div id="reservation-benefits" data-section="reservation-benefits">
<MetricCardFourteen
title="Experience authentic Punjabi dining that honors traditional recipes while delivering exceptional service and quality."
tag="Our Promise"
metrics={[
{
id: "1",
value: "15+",
description: "Years of serving authentic Punjabi cuisine with dedication and passion.",
},
{
id: "2",
value: "100%",
description: "Fresh ingredients sourced daily from trusted suppliers for optimal quality.",
},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Restaurant Metrics"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Reservations",
href: "/reservations",
},
label: "Reservations", href: "/reservations"},
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{
label: "📍 DDA Market, Block T, Mangolpuri",
href: "#",
},
label: "📍 DDA Market, Block T, Mangolpuri", href: "#"},
{
label: "📞 +91-XXXXXXXXXX",
href: "tel:+91XXXXXXXXXX",
},
label: "📞 +91-XXXXXXXXXX", href: "tel:+91XXXXXXXXXX"},
{
label: "⏰ 11:00 AM - 11:00 PM",
href: "#",
},
label: "⏰ 11:00 AM - 11:00 PM", href: "#"},
{
label: "WhatsApp Order",
href: "https://wa.me/91XXXXXXXXXX",
},
label: "WhatsApp Order", href: "https://wa.me/91XXXXXXXXXX"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms & Conditions",
href: "#",
},
label: "Terms & Conditions", href: "#"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
]}