Merge version_7 into main #7

Merged
development merged 3 commits from version_7 into main 2026-01-06 15:29:57 +00:00
Showing only changes of commit 98c225dc0a - Show all commits

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero" style={{ backgroundColor: "#3b82f6" }}>
<div id="hero" data-section="hero" style={{ backgroundColor: "#8b5cf6" }}>
<HeroBillboard
title="Welcome to our restaurant"
description="Discover exquisite flavors and unforgettable dining moments in an elegant atmosphere. Reserve your table today."
@@ -325,4 +325,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}