Merge version_7 into main
Merge version_7 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
--background: #ffffff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #120006e6;;
|
||||
--primary-cta: #e63946;;
|
||||
--primary-cta: #8b5cf6;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #c4c4c4;;
|
||||
|
||||
@@ -1277,4 +1277,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user