Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-15 02:42:53 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
title="Authentic Coastal Seafood Excellence"
description="Experience the finest South Indian coastal cuisine with fresh-caught seafood, traditional ghee roasts, and signature dishes prepared by master chefs. Join 5,800+ delighted guests who rated us 4.9★."
background="radial-gradient"
background={{ variant: "radial-gradient" }}
tag="Premium Seafood Restaurant"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -57,19 +57,19 @@ export default function LandingPage() {
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18497.jpg", imageAlt: "Grilled Seabass Fresh Catch"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-sea-bass-with-vegetables-red-onionnd-lemon-wodden-board_140725-11838.jpg?_wi=1", imageAlt: "Family Dining Experience"
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-sea-bass-with-vegetables-red-onionnd-lemon-wodden-board_140725-11838.jpg", imageAlt: "Family Dining Experience"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kharcho-with-green-pepper-greens-dark-plate_176474-3384.jpg?_wi=1", imageAlt: "Prawn Ghee Roast Signature Dish"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kharcho-with-green-pepper-greens-dark-plate_176474-3384.jpg", imageAlt: "Prawn Ghee Roast Signature Dish"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg?_wi=1", imageAlt: "Squid Ghee Roast Speciality"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg", imageAlt: "Squid Ghee Roast Speciality"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/lemon-sauce-near-board-with-chicken-kebab_23-2147894702.jpg?_wi=1", imageAlt: "Seafood Biryani Traditional Recipe"
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/lemon-sauce-near-board-with-chicken-kebab_23-2147894702.jpg", imageAlt: "Seafood Biryani Traditional Recipe"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=1", imageAlt: "Neer Dosa Coastal Favorite"
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", imageAlt: "Neer Dosa Coastal Favorite"
}
]}
autoPlay={true}
@@ -108,19 +108,19 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{
id: "seabass-tawa", name: "Seabass Green Tawa", price: "BHD 12-16", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-sea-bass-with-vegetables-red-onionnd-lemon-wodden-board_140725-11838.jpg?_wi=2", imageAlt: "Seabass Green Tawa Grilled Fresh"
id: "seabass-tawa", name: "Seabass Green Tawa", price: "BHD 12-16", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-sea-bass-with-vegetables-red-onionnd-lemon-wodden-board_140725-11838.jpg", imageAlt: "Seabass Green Tawa Grilled Fresh"
},
{
id: "squid-roast", name: "Squid Ghee Roast", price: "BHD 10-14", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg?_wi=2", imageAlt: "Squid Ghee Roast Signature"
id: "squid-roast", name: "Squid Ghee Roast", price: "BHD 10-14", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg", imageAlt: "Squid Ghee Roast Signature"
},
{
id: "prawn-roast", name: "Prawns Ghee Roast", price: "BHD 14-18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kharcho-with-green-pepper-greens-dark-plate_176474-3384.jpg?_wi=2", imageAlt: "Prawns Ghee Roast Premium"
id: "prawn-roast", name: "Prawns Ghee Roast", price: "BHD 14-18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kharcho-with-green-pepper-greens-dark-plate_176474-3384.jpg", imageAlt: "Prawns Ghee Roast Premium"
},
{
id: "biryani", name: "Seafood Biryani", price: "BHD 8-12", imageSrc: "http://img.b2bpic.net/free-photo/lemon-sauce-near-board-with-chicken-kebab_23-2147894702.jpg?_wi=2", imageAlt: "Seafood Biryani Traditional"
id: "biryani", name: "Seafood Biryani", price: "BHD 8-12", imageSrc: "http://img.b2bpic.net/free-photo/lemon-sauce-near-board-with-chicken-kebab_23-2147894702.jpg", imageAlt: "Seafood Biryani Traditional"
},
{
id: "neer-dosa", name: "Neer Dosa", price: "BHD 4-6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=2", imageAlt: "Neer Dosa Coastal Breakfast"
id: "neer-dosa", name: "Neer Dosa", price: "BHD 4-6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", imageAlt: "Neer Dosa Coastal Breakfast"
},
{
id: "thali", name: "Coastal Thali", price: "BHD 15-20", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182465.jpg", imageAlt: "Complete Coastal Thali Platter"
@@ -178,13 +178,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "rating", value: "4.9★", title: "Restaurant Rating", description: "Consistently rated 4.9 out of 5 stars across platforms based on 5,800+ verified customer reviews."
id: "rating", value: "4.9★", title: "Restaurant Rating", description: "Consistently rated 4.9 out of 5 stars across platforms based on 5,800+ verified customer reviews.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-fishes-with-ice-cubes_23-2148295242.jpg", imageAlt: "Rating metric visual"
},
{
id: "customers", value: "5,800+", title: "Happy Customers", description: "Thousands of satisfied diners who return regularly for authentic coastal seafood and exceptional service."
id: "customers", value: "5,800+", title: "Happy Customers", description: "Thousands of satisfied diners who return regularly for authentic coastal seafood and exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-fishes-with-ice-cubes_23-2148295242.jpg", imageAlt: "Customers metric visual"
},
{
id: "experience", value: "20+ Years", title: "Culinary Excellence", description: "Decades of experience in traditional South Indian coastal cuisine preparation and family hospitality."
id: "experience", value: "20+ Years", title: "Culinary Excellence", description: "Decades of experience in traditional South Indian coastal cuisine preparation and family hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-fishes-with-ice-cubes_23-2148295242.jpg", imageAlt: "Experience metric visual"
}
]}
animationType="slide-up"