Update src/app/page.tsx
This commit is contained in:
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-dark-surface_140725-115366.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-dark-surface_140725-115366.jpg?_wi=1"
|
||||
imageAlt="Delicious gourmet dish at Nini's Kitchen"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Chef's Special", name: "Paneer Lababdar", price: "₹450", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg", imageAlt: "Paneer Lababdar"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg?_wi=1", imageAlt: "Paneer Lababdar"},
|
||||
{
|
||||
id: "p2", brand: "House Favorite", name: "Dal Makhani", price: "₹400", rating: 4.8,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-with-vegetables-bowl-black-background_123827-30236.jpg", imageAlt: "Dal Makhani"},
|
||||
@@ -164,10 +164,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-golden-restaurant-logo-collection_23-2148379344.jpg", imageAlt: "Luxury logo design collection for branding corporate identity"},
|
||||
{
|
||||
title: "Premium Dining Experience", description: "Elegant settings, attentive service, and exquisite presentation elevate every meal.", buttonIcon: Gem,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-dark-surface_140725-115366.jpg", imageAlt: "Luxury logo design collection for branding corporate identity"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-dark-surface_140725-115366.jpg?_wi=2", imageAlt: "Luxury logo design collection for branding corporate identity"},
|
||||
{
|
||||
title: "Exceptional Service", description: "Our dedicated team provides personalized care, making every guest feel valued and at home.", buttonIcon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg", imageAlt: "Luxury logo design collection for branding corporate identity"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-assortment_23-2149089637.jpg?_wi=2", imageAlt: "Luxury logo design collection for branding corporate identity"},
|
||||
]}
|
||||
title="Why Guests Choose Nini's Kitchen"
|
||||
description="At Nini's Kitchen, we're dedicated to crafting memorable moments through exceptional food and unparalleled service. Here's what sets us apart:"
|
||||
|
||||
Reference in New Issue
Block a user