Update src/app/page.tsx

This commit is contained in:
2026-05-09 12:03:17 +00:00
parent e233d96150
commit 581e33c988

View File

@@ -132,22 +132,22 @@ export default function LandingPage() {
products={[
{
id: "p1", brand: "Signature", name: "Cheese Kulhad Pizza", price: "₹130", rating: 5,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/two-cocktails_23-2147795321.jpg"},
reviewCount: "15", imageSrc: "https://img.freepik.com/free-photo/delicious-italian-pizza-served-with-fresh-ingredients-studio-lighting-ai-generated_23-2151061988.jpg"},
{
id: "p2", brand: "Classic", name: "Signature Burger", price: "₹120", rating: 4,
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/mix-bread_1339-2289.jpg"},
reviewCount: "10", imageSrc: "https://img.freepik.com/free-photo/freshly-grilled-gourmet-burger-with-juicy-beef-patty-ai-generated_23-2151061972.jpg"},
{
id: "p3", brand: "Cooler", name: "Oreo Shake", price: "₹130", rating: 5,
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruit-cake-with-vanilla-cream-chocolate-kiwi-pineapple-strawberry-orange-pastries-table_141793-4026.jpg"},
reviewCount: "22", imageSrc: "https://img.freepik.com/free-photo/refreshing-cookies-cream-milkshake-with-whipped-cream-ai-generated_23-2151062002.jpg"},
{
id: "p4", brand: "Mocktail", name: "Blue Crasho", price: "₹90", rating: 4,
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/side-view-milkshake-with-whipped-cream-burgers_141793-5015.jpg"},
reviewCount: "8", imageSrc: "https://img.freepik.com/free-photo/vibrant-blue-mocktail-with-lime-ice-ai-generated_23-2151062015.jpg"},
{
id: "p5", brand: "Dessert", name: "Kitkat Shake", price: "₹120", rating: 5,
reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-grilled-salmon-with-homemade-potato-eggplant-bell-pepper-mushroom-tomato-side-view_141793-3242.jpg"},
reviewCount: "19", imageSrc: "https://img.freepik.com/free-photo/delicious-chocolate-wafer-shake-with-toppings-ai-generated_23-2151062024.jpg"},
{
id: "p6", brand: "Snack", name: "Garlic Bread", price: "₹150", rating: 4,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg"},
reviewCount: "12", imageSrc: "https://img.freepik.com/free-photo/crispy-garlic-bread-with-fresh-herbs-ai-generated_23-2151062035.jpg"},
]}
title="Popular Delights"
description="Indulge in our most loved snacks, shakes, and signature pizzas."
@@ -264,4 +264,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}