Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20e47367c2 | |||
| 5fa2e3b64b | |||
| e72989c382 | |||
| 2c999856b1 |
@@ -1380,4 +1380,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -53,8 +53,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
avatarText="Trusted by 996+ regulars"
|
avatarText="Trusted by 996+ regulars"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "#menu" },
|
{ text: "Reserve a Table", href: "#visit" },
|
||||||
{ text: "Find Us", href: "#visit" }
|
{ text: "View Menu", href: "#menu" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Chai Pe Charcha hero section"
|
ariaLabel="Chai Pe Charcha hero section"
|
||||||
@@ -248,4 +248,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user