diff --git a/src/app/page.tsx b/src/app/page.tsx
index ef21eee..6f6a298 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -110,50 +87,27 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Chicken Biriyani",
- price: "$12.00",
- variant: "Authentic",
- imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lemon-board-sauce_140725-71481.jpg",
+ id: "p1", name: "Chicken Biriyani", price: "$12.00", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lemon-board-sauce_140725-71481.jpg", onProductClick: () => alert("Redirecting to order page...")
},
{
- id: "p2",
- name: "Alfaham",
- price: "$15.00",
- variant: "Grilled",
- imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-roasted-aubergine-salad-bowl-different-spices-small-bowls-dark-table_140725-130836.jpg",
+ id: "p2", name: "Alfaham", price: "$15.00", variant: "Grilled", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-roasted-aubergine-salad-bowl-different-spices-small-bowls-dark-table_140725-130836.jpg", onProductClick: () => alert("Redirecting to order page...")
},
{
- id: "p3",
- name: "Chatti Choru",
- price: "$18.00",
- variant: "Traditional",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-fork-knife-chicken-with-lemon-herbs-spices-bowls_140725-72399.jpg",
+ id: "p3", name: "Chatti Choru", price: "$18.00", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-sauce-fork-knife-chicken-with-lemon-herbs-spices-bowls_140725-72399.jpg", onProductClick: () => alert("Redirecting to order page...")
},
{
- id: "p4",
- name: "Paneer Varattiyathu",
- price: "$10.00",
- variant: "Vegetarian",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-piti-with-sumac-dried-herbs-onions_141793-4718.jpg",
+ id: "p4", name: "Paneer Varattiyathu", price: "$10.00", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-piti-with-sumac-dried-herbs-onions_141793-4718.jpg", onProductClick: () => alert("Redirecting to order page...")
},
{
- id: "p5",
- name: "Kerala Parotta",
- price: "$3.00",
- variant: "Bread",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg",
+ id: "p5", name: "Kerala Parotta", price: "$3.00", variant: "Bread", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg", onProductClick: () => alert("Redirecting to order page...")
},
{
- id: "p6",
- name: "Gobi Manchurian",
- price: "$8.00",
- variant: "Fusion",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-cooken-teriyaki-sauce_114579-2017.jpg",
+ id: "p6", name: "Gobi Manchurian", price: "$8.00", variant: "Fusion", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-cooken-teriyaki-sauce_114579-2017.jpg", onProductClick: () => alert("Redirecting to order page...")
},
]}
title="Popular Dishes"
description="Explore our chef's signature culinary delights."
+ buttons={[{ text: "Order Now", href: "#contact" }]}
/>
@@ -165,45 +119,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Sarah Johnson",
- role: "Foodie",
- company: "Local Guide",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-people-having-fun-toasting-with-beer-while-eating-lunch-dining-room-home_637285-5546.jpg",
- },
+ id: "t1", name: "Sarah Johnson", role: "Foodie", company: "Local Guide", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-happy-people-having-fun-toasting-with-beer-while-eating-lunch-dining-room-home_637285-5546.jpg"},
{
- id: "t2",
- name: "Michael Chen",
- role: "Diner",
- company: "Regular",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
- },
+ id: "t2", name: "Michael Chen", role: "Diner", company: "Regular", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg"},
{
- id: "t3",
- name: "Emily Rodriguez",
- role: "Guest",
- company: "Visitor",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
- },
+ id: "t3", name: "Emily Rodriguez", role: "Guest", company: "Visitor", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"},
{
- id: "t4",
- name: "David Kim",
- role: "Diner",
- company: "Happy Family",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg",
- },
+ id: "t4", name: "David Kim", role: "Diner", company: "Happy Family", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg"},
{
- id: "t5",
- name: "Priya Menon",
- role: "Regular",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
- },
+ id: "t5", name: "Priya Menon", role: "Regular", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg"},
]}
title="What Our Customers Say"
description="Hear from our happy guests."
@@ -214,8 +143,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file