Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 14a6b13088 | |||
| 07d5d10fea | |||
| 6e2e9b3bb7 | |||
| f626b215da |
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
@@ -137,6 +137,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
faqs={[
|
||||
{ id: "1", title: "Are you LGBTQ+ friendly?", content: "Yes, we are proudly LGBTQ+ friendly and a safe space for everyone." },
|
||||
{ id: "2", title: "Do you offer catering?", content: "Yes! We provide authentic Greek treats for small events. Contact us to learn more." },
|
||||
|
||||
Reference in New Issue
Block a user