diff --git a/src/app/page.tsx b/src/app/page.tsx index ba79fc6..98a3f4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,6 +132,7 @@ export default function LandingPage() { ]} title="Gallery Information" description="Frequently asked questions about your visit to our space." + buttons={[{ text: "Get Directions", href: "https://maps.google.com/?q=93+Mornington-Tyabb+Rd,+Tyabb+VIC+3913" }]} faqsAnimation="slide-up" /> @@ -156,4 +157,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file