Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 04:35:54 +00:00

View File

@@ -212,7 +212,7 @@ export default function LandingPage() {
description="Come visit us today. We are located right in the city center."
buttons={[
{
text: "Get Directions", href: "#"},
text: "Find Us on Maps", href: "#"},
]}
/>
</div>
@@ -251,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}