Update src/app/page.tsx

This commit is contained in:
2026-03-14 03:50:20 +00:00
parent bc3648fde6
commit 2fc0be9db3

View File

@@ -80,7 +80,7 @@ export default function LandingPage() {
<TextAbout
tag="About Us"
tagIcon={Store}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Little China Your Favorite Local Chinese Restaurant in Pune"
buttons={[
{
@@ -103,13 +103,13 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "Burnt Garlic Noodles", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg?_wi=1", imageAlt: "Crispy burnt garlic noodles"
id: "1", name: "Burnt Garlic Noodles", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg", imageAlt: "Crispy burnt garlic noodles"
},
{
id: "2", name: "Burnt Garlic Fried Rice", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-vegetables_23-2148377506.jpg?_wi=1", imageAlt: "Golden burnt garlic fried rice"
id: "2", name: "Burnt Garlic Fried Rice", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-vegetables_23-2148377506.jpg", imageAlt: "Golden burnt garlic fried rice"
},
{
id: "3", name: "Chicken Lollipop", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg?_wi=1", imageAlt: "Crispy golden chicken lollipop"
id: "3", name: "Chicken Lollipop", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg", imageAlt: "Crispy golden chicken lollipop"
},
{
id: "4", name: "Chicken Chilli", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/chicken-stir-fry-vegetables-isolated-white-background_123827-21244.jpg", imageAlt: "Spicy chicken chilli in sauce"
@@ -128,7 +128,7 @@ export default function LandingPage() {
description="Customer favorites loved by students, families, and food lovers in Pune"
tag="Menu Highlights"
tagIcon={Utensils}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{
text: "View Full Menu", href: "#"
@@ -162,50 +162,50 @@ export default function LandingPage() {
id: 1,
title: "Affordable Pricing", description: "Delicious Chinese food at pocket-friendly prices. Budget ₹1200 per person with no compromise on quality.", buttons: [],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/group-young-women-having-dinner-wine-together_23-2148454135.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/group-young-women-having-dinner-wine-together_23-2148454135.jpg"
}
},
{
id: 2,
title: "Large Portions", description: "Generous servings that satisfy. Every dish is prepared fresh to ensure you get excellent value for money.", buttons: [],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/group-young-women-having-dinner-wine-together_23-2148454135.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/group-young-women-having-dinner-wine-together_23-2148454135.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-salt-fire-human-hand-pan_176474-3146.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-salt-fire-human-hand-pan_176474-3146.jpg"
}
},
{
id: 3,
title: "Authentic Chinese Taste", description: "Experience authentic Chinese flavors prepared by experienced chefs using traditional cooking techniques and quality ingredients.", buttons: [],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-salt-fire-human-hand-pan_176474-3146.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-salt-fire-human-hand-pan_176474-3146.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg"
}
},
{
id: 4,
title: "Veg & Non-Veg Options", description: "Wide variety of vegetarian and non-vegetarian dishes. Everyone in your group will find something they love.", buttons: [],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-vegetables_23-2148377506.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-vegetables_23-2148377506.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg"
}
},
{
id: 5,
title: "Fast Service", description: "Quick preparation and efficient service. Enjoy your meal without long wait times, perfect for busy students and professionals.", buttons: [],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/group-young-women-having-dinner-wine-together_23-2148454135.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/group-young-women-having-dinner-wine-together_23-2148454135.jpg"
}
}
]}
@@ -214,7 +214,7 @@ export default function LandingPage() {
description="Trusted by college students, families, and food lovers in Sadashiv Peth for authentic Chinese food at unbeatable prices."
tag="Our Strengths"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{
text: "Order Now", href: "tel:09623022144"
@@ -259,7 +259,7 @@ export default function LandingPage() {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", alt: "Happy customer"
}
]}
ratingAnimation="entrance-slide"
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Customer testimonials for Little China"
@@ -304,7 +304,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg"
imageAlt="Little China restaurant ambiance"
columns={[
{