Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6a8eb367f | |||
| a9b6de2a05 | |||
| 9e0a45dafa | |||
| 5bb701461e |
@@ -1423,4 +1423,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user