Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-04 12:24:15 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -86,7 +86,7 @@ export default function LandingPage() {
tag="Our Story"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg"
imageAlt="Foodie restaurant dining room"
buttons={[{ text: "Learn More", href: "#" }]}
buttons={[{ text: "Reserve Now", href: "#contact" }]}
useInvertedBackground={false}
/>
</div>
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}