7 Commits

Author SHA1 Message Date
f592a8c880 Merge version_2 into main
Merge version_2 into main
2026-04-08 16:43:01 +00:00
13621acc12 Update src/app/page.tsx 2026-04-08 16:42:58 +00:00
2808a93347 Merge version_2 into main
Merge version_2 into main
2026-04-08 16:42:29 +00:00
4be68cb295 Update src/app/page.tsx 2026-04-08 16:42:22 +00:00
93d87ffcdb Merge version_1 into main
Merge version_1 into main
2026-04-08 16:40:01 +00:00
b83ea1eec4 Merge version_1 into main
Merge version_1 into main
2026-04-08 16:39:37 +00:00
dbcc36ac64 Merge version_1 into main
Merge version_1 into main
2026-04-08 16:39:02 +00:00

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Car, Coffee, Flame, ShoppingBag, Users, ChefHat } from "lucide-react";
export default function LandingPage() {
@@ -30,18 +30,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "hero"},
{
name: "Menu", id: "menu"},
{
name: "About", id: "about"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Rustic Punjab"
button={{
text: "Reserve Table", href: "#contact"}}
button={{ text: "Reserve Table", href: "#contact" }}
/>
</div>
@@ -50,26 +45,16 @@ export default function LandingPage() {
title="Authentic Punjabi Taste, Served with Warm Hospitality"
description="Experience rich flavors, comforting ambience, and memorable dining at Rustic Punjab in Ludhiana."
buttons={[
{
text: "View Menu", href: "#menu"},
{
text: "Reserve Table", href: "#contact"},
{
text: "Call Now", href: "tel:+919814043436"},
{ text: "View Menu", href: "#menu" },
{ text: "Reserve Table", href: "#contact" },
{ text: "Call Now", href: "tel:+919814043436" },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-lemon-herbs-cutting-board-bowls-spices_140725-72524.jpg"
showDimOverlay={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-with-salad-phone_1303-9015.jpg", alt: "Guest 1"},
{
src: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187164.jpg", alt: "Guest 2"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", alt: "Guest 3"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", alt: "Guest 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-couple-sitting-with-arms-around_1170-535.jpg", alt: "Guest 5"},
{ src: "http://img.b2bpic.net/free-photo/woman-with-salad-phone_1303-9015.jpg", alt: "Guest 1" },
{ src: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187164.jpg", alt: "Guest 2" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", alt: "Guest 3" },
]}
avatarText="Loved by over 500+ happy diners in Ludhiana"
/>
@@ -79,7 +64,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={true}
title="Our Brand Story"
description="At Rustic Punjab, we celebrate the vibrant soul of Ludhiana through time-honored recipes. Our family-friendly restaurant brings you authentic North Indian cuisine crafted with love, aromatic spices, and warm Punjabi hospitality. Nestled in Gurdev Nagar, we provide a cozy sanctuary for those who crave a truly memorable dining experience."
description="At Rustic Punjab, we celebrate the vibrant soul of Ludhiana through time-honored recipes. Our family-friendly restaurant brings you authentic North Indian cuisine crafted with love, aromatic spices, and warm Punjabi hospitality."
imageSrc="http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg?_wi=1"
/>
</div>
@@ -90,45 +75,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Authentic Flavors", description: "Time-honored recipes passed through generations.", items: [
{
icon: Flame,
text: "Traditional Tandoor"},
{
icon: ChefHat,
text: "Expert Local Chefs"},
],
reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg?_wi=1"}
},
{
title: "Cozy Ambience", description: "Relax in our rustic, family-friendly setting.", items: [
{
icon: Coffee,
text: "Warm Atmosphere"},
{
icon: Users,
text: "Family Oriented"},
],
reverse: true,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg?_wi=2"}
},
{
title: "Convenient Services", description: "Dine-in, drive-through, or no-contact delivery.", items: [
{
icon: Car,
text: "Easy Drive-through"},
{
icon: ShoppingBag,
text: "Safe Delivery"},
],
reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-cutlets-with-fresh-salad-grey-desk-photo-food-dish-meat_140725-46942.jpg?_wi=1"}
},
{ title: "Authentic Flavors", description: "Time-honored recipes passed through generations.", items: [{ icon: Flame, text: "Traditional Tandoor" }, { icon: ChefHat, text: "Expert Local Chefs" }], reverse: false, media: { imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg?_wi=1" } },
{ title: "Cozy Ambience", description: "Relax in our rustic, family-friendly setting.", items: [{ icon: Coffee, text: "Warm Atmosphere" }, { icon: Users, text: "Family Oriented" }], reverse: true, media: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg?_wi=2" } },
]}
title="Why Choose Us"
description="Discover the unique touches that make Rustic Punjab a local favorite in Ludhiana."
@@ -142,18 +90,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{
id: "p1", name: "Butter Pav Bhaji", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg?_wi=2"},
{
id: "p2", name: "Tandoori Platter", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-cutlets-with-fresh-salad-grey-desk-photo-food-dish-meat_140725-46942.jpg?_wi=2"},
{
id: "p3", name: "Dal Makhani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-soup-with-seasonings-grey-space_140725-79501.jpg"},
{
id: "p4", name: "Garlic Naan Basket", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/pakistani-food-wooden-board-view_23-2148825096.jpg"},
{
id: "p5", name: "Gulab Jamun", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-dessert-assortment_23-2149312338.jpg"},
{
id: "p6", name: "Mango Lassi", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/mango-juice-glass-blue-surface_1150-41955.jpg"},
{ id: "p1", name: "Butter Pav Bhaji", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg?_wi=2" },
{ id: "p2", name: "Tandoori Platter", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-cutlets-with-fresh-salad-grey-desk-photo-food-dish-meat_140725-46942.jpg?_wi=2" },
{ id: "p3", name: "Dal Makhani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-soup-with-seasonings-grey-space_140725-79501.jpg" },
]}
title="Menu Highlights"
description="A curated selection of our most loved traditional Punjabi dishes."
@@ -161,68 +100,39 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
<TestimonialCardOne
title="Guest Experiences"
description="Hear what our diners are saying about their visit to Rustic Punjab."
useInvertedBackground={false}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
testimonials={[
{
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-salad-phone_1303-9015.jpg"},
{
id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187164.jpg"},
{
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg?_wi=1"},
{
id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg?_wi=2"},
{
id: "t5", name: "Priya S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-couple-sitting-with-arms-around_1170-535.jpg"},
{ id: "t1", name: "Sarah J.", role: "Food Critic", company: "Ludhiana Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-salad-phone_1303-9015.jpg" },
{ id: "t2", name: "Michael C.", role: "Local Resident", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187164.jpg" },
{ id: "t3", name: "Emily R.", role: "Traveler", company: "Food Blog", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg?_wi=1" },
]}
cardTitle="Guest Experiences"
cardTag="4.5 Stars / 47 Reviews"
cardAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
<ContactCenter
tag="Get in Touch"
title="Book Your Table Today"
description="Visit us at Pakhowal Rd, Gurdev Nagar, Ludhiana or call +91 98140 43436."
background={{ variant: "gradient-bars" }}
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
text="Visit us at Pakhowal Rd, Gurdev Nagar, Ludhiana or contact us at +91 98140 43436. We are open until 11:30 PM."
buttons={[
{
text: "Get Directions", href: "https://maps.google.com"},
{
text: "Call Restaurant", href: "tel:+919814043436"},
{
text: "Order Now", href: "#"},
]}
inputPlaceholder="Your email for updates"
buttonText="Reserve Now"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Quick Links", items: [
{
label: "Menu", href: "#menu"},
{
label: "Reservation", href: "#contact"},
],
},
{
title: "Location", items: [
{
label: "Gurdev Nagar, Ludhiana", href: "#"},
],
},
{
title: "Social", items: [
{
label: "Instagram", href: "#"},
{
label: "Facebook", href: "#"},
],
},
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "Reservation", href: "#contact" }] },
{ title: "Location", items: [{ label: "Gurdev Nagar, Ludhiana", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
]}
bottomLeftText="© 2024 Rustic Punjab."
bottomRightText="Crafted with love."
@@ -231,4 +141,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}