Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9a84ae0ba | |||
| 82d5c4f05d | |||
| 3cacd51e62 | |||
| ab6ef7d44a | |||
| 20b4707b95 | |||
| 02e9104c51 |
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
rating={4}
|
||||
ratingText="Rated 4.2/5 by 149+ Delighted Guests"
|
||||
buttons={[
|
||||
{ text: "Book Your Table", href: "#contact" },
|
||||
{ text: "Reserve Now – 2-min booking", href: "#contact" },
|
||||
{ text: "Explore Menu", href: "#cuisine" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -178,10 +178,12 @@ export default function LandingPage() {
|
||||
"Panoramic city skyline visibility", "Elevated dining experience"],
|
||||
},
|
||||
{
|
||||
id: "3", value: "3 Cuisines", title: "Multi-Cuisine Culinary Excellence", items: ["Indian specialties perfected", "International favorites offered"],
|
||||
id: "3", value: "3 Cuisines", title: "Multi-Cuisine Culinary Excellence", items: [
|
||||
"Indian specialties perfected", "International favorites offered"],
|
||||
},
|
||||
{
|
||||
id: "4", value: "150+", title: "Happy Guests Monthly", items: ["Dates, celebrations, gatherings", "Premium dining experiences"],
|
||||
id: "4", value: "150+", title: "Happy Guests Monthly", items: [
|
||||
"Dates, celebrations, gatherings", "Premium dining experiences"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user