4 Commits

Author SHA1 Message Date
fea7542265 Update src/app/page.tsx 2026-04-18 13:09:01 +00:00
9a11dbe857 Merge version_1 into main
Merge version_1 into main
2026-04-18 13:04:56 +00:00
f45dfe0d9c Merge version_1 into main
Merge version_1 into main
2026-04-18 13:04:29 +00:00
13781500a8 Merge version_1 into main
Merge version_1 into main
2026-04-18 13:03:59 +00:00

View File

@@ -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"},
]}
/>
</div>
@@ -234,4 +234,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}