4 Commits

Author SHA1 Message Date
5a6f69fe08 Update src/app/page.tsx 2026-01-06 16:04:56 +00:00
98c225dc0a Update src/app/page.tsx 2026-01-06 15:29:52 +00:00
8ae43d042e Update src/app/layout.tsx 2026-01-06 15:29:51 +00:00
69b37228dc Update src/app/globals.css 2026-01-06 15:29:50 +00:00
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

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."
@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "Reserve Now", href: "contact" },
{ text: "View Menu", href: "products" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767626184121-3pfok692.jpg"
imageSrc="https://img.b2bpic.net/free-photo/top-view-table-full-food_23-2149209253.jpg?id=21088367"
imageAlt="Elegant Bogunya restaurant dining room"
frameStyle="card"
ariaLabel="Welcome to Bogunya restaurant hero section"
@@ -325,4 +325,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}