4 Commits

Author SHA1 Message Date
14a6b13088 Update src/app/page.tsx 2026-04-17 17:18:41 +00:00
07d5d10fea Merge version_2 into main
Merge version_2 into main
2026-04-17 17:17:43 +00:00
6e2e9b3bb7 Update src/app/page.tsx 2026-04-17 17:17:37 +00:00
f626b215da Merge version_1 into main
Merge version_1 into main
2026-04-17 16:53:31 +00:00

View File

@@ -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." },