Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-06 18:17:54 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1423,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -109,7 +109,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[ buttons={[
{ text: "View Full Menu", href: "#" }, { text: "See Full Menu & Prices", href: "#" },
{ text: "Call to Order", href: "tel:(541)808-9702" }, { text: "Call to Order", href: "tel:(541)808-9702" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -228,4 +228,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }