Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf71d54e82 | |||
| ee982e2c0d |
@@ -73,6 +73,14 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
autoPlayInterval={4000}
|
autoPlayInterval={4000}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "View Our Menu", href: "#menu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Book a Table", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user