diff --git a/src/app/page.tsx b/src/app/page.tsx
index 249f579..b8c065d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -166,18 +166,19 @@ export default function LandingPage() {
console.log("Booking submitted:", data)}
/>
@@ -187,23 +188,28 @@ export default function LandingPage() {
logoText="Sydney Bistro"
columns={[
{
- title: "Navigation", items: [
- {
- label: "Menu", href: "#menu"},
- {
- label: "About", href: "#about"},
+ title: "Contact", items: [
+ { label: "123 Harbour St, Sydney", href: "#" },
+ { label: "(02) 5550 1234", href: "tel:0255501234" }
+ ],
+ },
+ {
+ title: "Opening Hours", items: [
+ { label: "Mon-Fri: 5pm-11pm", href: "#" },
+ { label: "Sat-Sun: 12pm-11pm", href: "#" }
],
},
{
title: "Legal", items: [
- {
- label: "Privacy Policy", href: "#"},
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" }
],
},
]}
+ copyrightText="© 2025 | Sydney Bistro. All rights reserved."
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3d0e32c..0fbda38 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #000f06e6;
- --primary-cta: #0a7039;
+ --background: #000000;
+ --card: #1a1a1a;
+ --foreground: #ffffff;
+ --primary-cta: #106EFB;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #000000;
--secondary-cta-text: #000f06e6;
- --accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --accent: #fde047;
+ --background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);