Merge version_7 into main #7

Merged
development merged 3 commits from version_7 into main 2026-01-06 15:29:57 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
--background: #ffffff;; --background: #ffffff;;
--card: #fcfcfc;; --card: #fcfcfc;;
--foreground: #120006e6;; --foreground: #120006e6;;
--primary-cta: #e63946;; --primary-cta: #8b5cf6;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #e2e2e2;; --accent: #e2e2e2;;
--background-accent: #c4c4c4;; --background-accent: #c4c4c4;;

View File

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

View File

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