From 4be68cb295b87f66f8404dd787284137c3ec586d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:42:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 129 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 659b5ac..6ab2a4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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() { @@ -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,38 @@ export default function LandingPage() {
-
-