From fea7542265c948aff402e398eb7d5083ea22ab5a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:09:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc7cda1..d058820 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,22 +92,22 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Trilora Signature Koliwada", price: "$32", brand: "Seafood", rating: 5, + id: "1", name: "Trilora Signature Koliwada", price: "₹2,600", brand: "Seafood", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-rice-raddish_140725-3403.jpg"}, { - id: "2", name: "Coastal Spiced Shrimp", price: "$28", brand: "Appetizer", rating: 5, + id: "2", name: "Coastal Spiced Shrimp", price: "₹2,250", brand: "Appetizer", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-elegant-tableware_23-2148835204.jpg"}, { - id: "3", name: "Coconut Seafood Curry", price: "$45", brand: "Entrée", rating: 5, + id: "3", name: "Coconut Seafood Curry", price: "₹3,600", brand: "Entrée", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/fish-soup-with-vegetables_140725-15.jpg"}, { - id: "4", name: "Catch of the Day Grill", price: "$52", brand: "Fresh", rating: 5, + id: "4", name: "Catch of the Day Grill", price: "₹4,150", brand: "Fresh", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-cheese-table_140725-8569.jpg"}, { - id: "5", name: "Sunset Serenity Cocktail", price: "$18", brand: "Drinks", rating: 4, + id: "5", name: "Sunset Serenity Cocktail", price: "₹1,450", brand: "Drinks", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/alcohol-shots-sandy-beach_23-2147656137.jpg"}, { - id: "6", name: "Tropical Fruit Ambrosia", price: "$22", brand: "Dessert", rating: 5, + id: "6", name: "Tropical Fruit Ambrosia", price: "₹1,750", brand: "Dessert", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-877.jpg"}, ]} title="Signature Menu Highlights" @@ -189,12 +189,12 @@ export default function LandingPage() { variant: "radial-gradient"}} tag="Reservations" title="Book Your Coastal Table" - description="Secure your spot for an unforgettable evening under the stars." + description="Secure your spot for an unforgettable evening under the stars. For bookings, please call 8999692856 or 8237682856." buttons={[ { - text: "Call Now", href: "tel:+1234567890"}, + text: "Call 8999692856", href: "tel:8999692856"}, { - text: "WhatsApp Us", href: "https://wa.me/1234567890"}, + text: "WhatsApp 8237682856", href: "https://wa.me/918237682856"}, ]} /> @@ -234,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1