Merge version_1 into main #4
@@ -81,17 +81,17 @@ export default function EventsPage() {
|
||||
tag="Special Occasions & Catering"
|
||||
tagIcon={PartyPopper}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=2", imageAlt: "Elegant Event Setup" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg?_wi=2", imageAlt: "Catering Food Display" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", imageAlt: "Elegant Event Setup" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Catering Food Display" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg?_wi=2", imageAlt: "Guests Enjoying Event" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=2", imageAlt: "Exquisite Catering Dish" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg", imageAlt: "Guests Enjoying Event" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", imageAlt: "Exquisite Catering Dish" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
carouselPosition="right"
|
||||
tagAnimation="background-highlight"
|
||||
buttonAnimation="text-stagger"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,15 +121,15 @@ export default function EventsPage() {
|
||||
{ text: "Call for Catering", href: "tel:+918875437543" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
tagAnimation="background-highlight"
|
||||
buttonAnimation="text-stagger"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg"
|
||||
imageAlt="Restaurant exterior at night"
|
||||
columns={footerColumns}
|
||||
logoText="Patiaala House"
|
||||
|
||||
@@ -8,7 +8,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Star, ForkAndKnife, Lamp, Users, Leaf, Sparkles, Heart } from 'lucide-react';
|
||||
import { Star, ForkKnife, Lamp, Users, Leaf, Sparkles, Heart } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -93,19 +93,19 @@ export default function HomePage() {
|
||||
]}
|
||||
avatarText="4.5 rating (1.5K+ reviews)"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=1", imageAlt: "Signature Butter Chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg?_wi=1", imageAlt: "Fresh Tandoori Chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", imageAlt: "Signature Butter Chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Fresh Tandoori Chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/seafood-fajitas-prawns-vegetables-cheese-lavash-green-salad-sour-cream-side-view_141793-2478.jpg", imageAlt: "Delicious Dal Makhani" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=1", imageAlt: "Warm Restaurant Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", imageAlt: "Warm Restaurant Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg", imageAlt: "Elegant Dining Setting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg?_wi=1", imageAlt: "Cozy Restaurant Ambiance" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg", imageAlt: "Cozy Restaurant Ambiance" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
carouselPosition="right"
|
||||
tagAnimation="background-highlight"
|
||||
buttonAnimation="text-stagger"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,7 +133,7 @@ export default function HomePage() {
|
||||
title="Why Choose Patiaala House?"
|
||||
description="Where authentic flavors meet a welcoming atmosphere, creating perfect dining moments."
|
||||
features={[
|
||||
{ title: "Authentic Taste", description: "Traditional North Indian recipes passed down generations.", bentoComponent: "reveal-icon", icon: ForkAndKnife },
|
||||
{ title: "Authentic Taste", description: "Traditional North Indian recipes passed down generations.", bentoComponent: "reveal-icon", icon: ForkKnife },
|
||||
{ title: "Cozy Ambiance", description: "Warm and inviting decor perfect for family and friends.", bentoComponent: "reveal-icon", icon: Lamp },
|
||||
{ title: "Family-Friendly", description: "A comfortable setting for all ages with diverse menu options.", bentoComponent: "reveal-icon", icon: Users },
|
||||
{ title: "Premium Ingredients", description: "Only the freshest, highest quality ingredients make it to your plate.", bentoComponent: "reveal-icon", icon: Leaf },
|
||||
@@ -191,15 +191,15 @@ export default function HomePage() {
|
||||
{ text: "Inquire Now", href: "/contact" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
tagAnimation="background-highlight"
|
||||
buttonAnimation="text-stagger"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg"
|
||||
imageAlt="Restaurant exterior at night"
|
||||
columns={footerColumns}
|
||||
logoText="Patiaala House"
|
||||
|
||||
Reference in New Issue
Block a user