Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 13:55:02 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
logoText="The Spice Tree"
description="Experience the finest culinary traditions with expertly crafted dishes featuring authentic spices and premium ingredients"
buttons={[
{ text: "Reserve Table", href: "contact" },
{ text: "Book Your Table Now", href: "contact" },
{ text: "View Menu", href: "features" }
]}
slides={[
@@ -209,4 +209,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}