Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -45,7 +45,15 @@ export default function LandingPage() {
|
||||
logoText="Bistro Noir Islamabad"
|
||||
description="Savor an unforgettable fusion of classic French technique and contemporary culinary flair. Discover a sensory journey where every plate tells a story of refined taste and artisanal passion."
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{
|
||||
text: "View Menu",
|
||||
onClick: () => {
|
||||
const element = document.getElementById('menu');
|
||||
if (element) {
|
||||
element.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
}
|
||||
},
|
||||
{ text: "Book Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-restaurant-with-tables-chairs_140725-9388.jpg"
|
||||
|
||||
Reference in New Issue
Block a user