Update src/app/page.tsx
This commit is contained in:
@@ -32,11 +32,11 @@ export default function ItalianRestaurantPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Kerala Flavors"
|
brandName="Kerala Flavors"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "/#menu" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Reservations", id: "/reservations" },
|
{ name: "Reservations", id: "/reservations" },
|
||||||
{ name: "Contact Us", id: "/contact-us" },
|
{ name: "Contact Us", id: "/contact-us" },
|
||||||
{ name: "Reviews", id: "testimonials" }
|
{ name: "Reviews", id: "/#testimonials" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book a Table", href: "/reservations"
|
text: "Book a Table", href: "/reservations"
|
||||||
@@ -51,11 +51,11 @@ export default function ItalianRestaurantPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Authentic Kerala Cuisine"
|
tag="Authentic Kerala Cuisine"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
imageSrc="https://source.unsplash.com/random/1200x800/?kerala-food-restaurant-interior"
|
imageSrc="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=1200&h=800&auto=format&fit=crop&q=80"
|
||||||
imageAlt="Vibrant Kerala restaurant interior with traditional decor"
|
imageAlt="Vibrant Kerala restaurant interior with traditional decor"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "menu" },
|
{ text: "View Menu", href: "/#menu" },
|
||||||
{ text: "Explore Our Story", href: "about" }
|
{ text: "Explore Our Story", href: "/#about" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -65,7 +65,7 @@ export default function ItalianRestaurantPage() {
|
|||||||
title="At Kerala Flavors, we bring you the authentic tastes of God's Own Country. Our chefs meticulously craft each dish, rooted in traditional recipes and fresh, local ingredients, to offer a culinary experience that's both rich and soulful."
|
title="At Kerala Flavors, we bring you the authentic tastes of God's Own Country. Our chefs meticulously craft each dish, rooted in traditional recipes and fresh, local ingredients, to offer a culinary experience that's both rich and soulful."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Our Heritage", href: "#" }
|
{ text: "Our Heritage", href: "/#" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -76,55 +76,55 @@ export default function ItalianRestaurantPage() {
|
|||||||
description="A culinary journey through Kerala's finest dishes, prepared with authentic spices and fresh ingredients."
|
description="A culinary journey through Kerala's finest dishes, prepared with authentic spices and fresh ingredients."
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Malabar Chicken Biriyani", price: "$18", imageSrc: "https://source.unsplash.com/random/800x600/?malabar-chicken-biriyani", imageAlt: "Flavorful Malabar Chicken Biriyani"
|
id: "1", name: "Malabar Chicken Biriyani", price: "$18", imageSrc: "https://picsum.photos/seed/biriyani/800/600", imageAlt: "Flavorful Malabar Chicken Biriyani"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Kerala Beef Roast", price: "$20", imageSrc: "https://source.unsplash.com/random/800x600/?kerala-beef-roast", imageAlt: "Spicy Kerala Beef Roast"
|
id: "2", name: "Kerala Beef Roast", price: "$20", imageSrc: "https://picsum.photos/seed/beefroast/800/600", imageAlt: "Spicy Kerala Beef Roast"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Al Faham Chicken", price: "$19", imageSrc: "https://source.unsplash.com/random/800x600/?al-faham-chicken", imageAlt: "Grilled Al Faham Chicken"
|
id: "3", name: "Al Faham Chicken", price: "$19", imageSrc: "https://picsum.photos/seed/alfaham/800/600", imageAlt: "Grilled Al Faham Chicken"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Kerala Fish Curry", price: "$17", imageSrc: "https://source.unsplash.com/random/800x600/?kerala-fish-curry", imageAlt: "Tangy Kerala Fish Curry"
|
id: "4", name: "Kerala Fish Curry", price: "$17", imageSrc: "https://picsum.photos/seed/fishcurry/800/600", imageAlt: "Tangy Kerala Fish Curry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Karimeen Pollichathu", price: "$22", imageSrc: "https://source.unsplash.com/random/800x600/?karimeen-pollichathu", imageAlt: "Pearl Spot Fish grilled in banana leaf"
|
id: "5", name: "Karimeen Pollichathu", price: "$22", imageSrc: "https://picsum.photos/seed/karimeen/800/600", imageAlt: "Pearl Spot Fish grilled in banana leaf"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Chicken Fry", price: "$15", imageSrc: "https://source.unsplash.com/random/800x600/?kerala-chicken-fry", imageAlt: "Crispy Kerala Chicken Fry"
|
id: "6", name: "Chicken Fry", price: "$15", imageSrc: "https://picsum.photos/seed/chickenfry/800/600", imageAlt: "Crispy Kerala Chicken Fry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "7", name: "Mutton Curry", price: "$21", imageSrc: "https://source.unsplash.com/random/800x600/?kerala-mutton-curry", imageAlt: "Rich Kerala Mutton Curry"
|
id: "7", name: "Mutton Curry", price: "$21", imageSrc: "https://picsum.photos/seed/muttoncurry/800/600", imageAlt: "Rich Kerala Mutton Curry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "8", name: "Appam & Stew", price: "$14", imageSrc: "https://source.unsplash.com/random/800x600/?appam-stew", imageAlt: "Soft Appam with creamy Vegetable Stew"
|
id: "8", name: "Appam & Stew", price: "$14", imageSrc: "https://picsum.photos/seed/appamstew/800/600", imageAlt: "Soft Appam with creamy Vegetable Stew"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "9", name: "Kappa & Fish Curry", price: "$16", imageSrc: "https://source.unsplash.com/random/800x600/?kappa-fish-curry", imageAlt: "Steamed Tapioca with spicy Fish Curry"
|
id: "9", name: "Kappa & Fish Curry", price: "$16", imageSrc: "https://picsum.photos/seed/kappa/800/600", imageAlt: "Steamed Tapioca with spicy Fish Curry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "10", name: "Kerala Parotta", price: "$5", imageSrc: "https://source.unsplash.com/random/800x600/?kerala-parotta", imageAlt: "Flaky Kerala Parotta bread"
|
id: "10", name: "Kerala Parotta", price: "$5", imageSrc: "https://picsum.photos/seed/parotta/800/600", imageAlt: "Flaky Kerala Parotta bread"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "11", name: "Ghee Rice", price: "$12", imageSrc: "https://source.unsplash.com/random/800x600/?ghee-rice", imageAlt: "Fragrant Ghee Rice"
|
id: "11", name: "Ghee Rice", price: "$12", imageSrc: "https://picsum.photos/seed/gheerice/800/600", imageAlt: "Fragrant Ghee Rice"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "12", name: "Prawn Roast", price: "$23", imageSrc: "https://source.unsplash.com/random/800x600/?prawn-roast", imageAlt: "Spicy Prawn Roast"
|
id: "12", name: "Prawn Roast", price: "$23", imageSrc: "https://picsum.photos/seed/prawnroast/800/600", imageAlt: "Spicy Prawn Roast"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "13", name: "Vegetable Kurma", price: "$13", imageSrc: "https://source.unsplash.com/random/800x600/?vegetable-kurma", imageAlt: "Creamy Vegetable Kurma"
|
id: "13", name: "Vegetable Kurma", price: "$13", imageSrc: "https://picsum.photos/seed/vegkurma/800/600", imageAlt: "Creamy Vegetable Kurma"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "14", name: "Paneer Butter Masala", price: "$16", imageSrc: "https://source.unsplash.com/random/800x600/?paneer-butter-masala", imageAlt: "Rich Paneer Butter Masala"
|
id: "14", name: "Paneer Butter Masala", price: "$16", imageSrc: "https://picsum.photos/seed/paneer/800/600", imageAlt: "Rich Paneer Butter Masala"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "15", name: "Gobi Manchurian", price: "$14", imageSrc: "https://source.unsplash.com/random/800x600/?gobi-manchurian", imageAlt: "Indo-Chinese Gobi Manchurian"
|
id: "15", name: "Gobi Manchurian", price: "$14", imageSrc: "https://picsum.photos/seed/gobi/800/600", imageAlt: "Indo-Chinese Gobi Manchurian"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "16", name: "Kerala Sadya", price: "$25", imageSrc: "https://source.unsplash.com/random/800x600/?kerala-sadya-feast", imageAlt: "Traditional Kerala Sadya feast"
|
id: "16", name: "Kerala Sadya", price: "$25", imageSrc: "https://picsum.photos/seed/sadya/800/600", imageAlt: "Traditional Kerala Sadya feast"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "17", name: "Veg Biriyani", price: "$15", imageSrc: "https://source.unsplash.com/random/800x600/?veg-biriyani", imageAlt: "Aromatic Vegetable Biriyani"
|
id: "17", name: "Veg Biriyani", price: "$15", imageSrc: "https://picsum.photos/seed/vegibiriyani/800/600", imageAlt: "Aromatic Vegetable Biriyani"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
@@ -157,16 +157,16 @@ export default function ItalianRestaurantPage() {
|
|||||||
description="Hear what our patrons have to say about their unforgettable dining experiences at Kerala Flavors."
|
description="Hear what our patrons have to say about their unforgettable dining experiences at Kerala Flavors."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", title: "A Taste of Home", quote: "The Malabar Biriyani was incredible, just like my grandmother used to make! Every dish here feels authentic and full of soul. Truly a gem!", name: "Priya Sharma", role: "Food Blogger", imageSrc: "https://picsum.photos/id/64/100/100", imageAlt: "Priya Sharma"
|
id: "1", title: "A Taste of Home", quote: "The Malabar Biriyani was incredible, just like my grandmother used to make! Every dish here feels authentic and full of soul. Truly a gem!", name: "Priya Sharma", role: "Food Blogger", imageSrc: "https://picsum.photos/seed/priya/100/100", imageAlt: "Priya Sharma"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Authentic Flavors, Amazing Experience", quote: "From the Karimeen Pollichathu to the Appam and Stew, every dish was a culinary masterpiece. The spices were perfectly balanced, and the service was impeccable.", name: "Rahul Menon", role: "Restaurant Critic", imageSrc: "https://picsum.photos/id/65/100/100", imageAlt: "Rahul Menon"
|
id: "2", title: "Authentic Flavors, Amazing Experience", quote: "From the Karimeen Pollichathu to the Appam and Stew, every dish was a culinary masterpiece. The spices were perfectly balanced, and the service was impeccable.", name: "Rahul Menon", role: "Restaurant Critic", imageSrc: "https://picsum.photos/seed/rahul/100/100", imageAlt: "Rahul Menon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Best Kerala Food in Town", quote: "I've been searching for authentic Kerala cuisine, and Kerala Flavors delivered beyond expectations. The Sadya was a feast for the senses. Highly recommend!", name: "Anjali Nair", role: "Regular Patron", imageSrc: "https://picsum.photos/id/66/100/100", imageAlt: "Anjali Nair"
|
id: "3", title: "Best Kerala Food in Town", quote: "I've been searching for authentic Kerala cuisine, and Kerala Flavors delivered beyond expectations. The Sadya was a feast for the senses. Highly recommend!", name: "Anjali Nair", role: "Regular Patron", imageSrc: "https://picsum.photos/seed/anjali/100/100", imageAlt: "Anjali Nair"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "A Delightful Culinary Journey", quote: "The Kerala Beef Roast was tender and perfectly spiced, and the Prawn Roast was heavenly. It's truly a delightful journey through Kerala's rich culinary landscape.", name: "Vikram Singh", role: "Explorer of Cuisines", imageSrc: "https://picsum.photos/id/67/100/100", imageAlt: "Vikram Singh"
|
id: "4", title: "A Delightful Culinary Journey", quote: "The Kerala Beef Roast was tender and perfectly spiced, and the Prawn Roast was heavenly. It's truly a delightful journey through Kerala's rich culinary landscape.", name: "Vikram Singh", role: "Explorer of Cuisines", imageSrc: "https://picsum.photos/seed/vikram/100/100", imageAlt: "Vikram Singh"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -209,9 +209,9 @@ export default function ItalianRestaurantPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Kerala Flavors"
|
logoText="Kerala Flavors"
|
||||||
logoSrc="https://picsum.photos/seed/kerala-flavors-logo/150/50"
|
logoSrc="https://via.placeholder.com/150x50.png?text=Kerala+Flavors+Logo"
|
||||||
logoAlt="Kerala Flavors Logo"
|
logoAlt="Kerala Flavors Logo"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#privacy" }}
|
leftLink={{ text: "Privacy Policy", href: "/#privacy" }}
|
||||||
rightLink={{ text: "Contact Us", href: "/contact-us" }}
|
rightLink={{ text: "Contact Us", href: "/contact-us" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user