Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb4e3b9fc0 | |||
| 12633c3256 | |||
| 7d210c3ca7 | |||
| 21b7cdbbd3 | |||
| 019161444a | |||
| 3476e895fa |
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
||||
imageAlt="Theevandi Stories Restaurant Train-Themed Interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#features" },
|
||||
{ text: "Reserve a Table", href: "#contact" }
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -222,7 +222,6 @@ export default function LandingPage() {
|
||||
{ name: "phone", type: "tel", placeholder: "+91 90723 50085", required: true },
|
||||
{ name: "guests", type: "number", placeholder: "Number of Guests", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Special requests or occasion details...", rows: 4, required: false }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-dinner-table-hotel_1150-11071.jpg"
|
||||
imageAlt="Theevandi Stories Restaurant Warm Ambience"
|
||||
|
||||
Reference in New Issue
Block a user