@@ -296,18 +108,11 @@ export default function LandingPage() {
@@ -316,37 +121,13 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/old-doorway-chair-black-white_23-2152014028.jpg"
logoText="Afralato"
columns={[
- {
- title: "Location",
- items: [
- {
- label: "Kalamata Pier, Greece",
- href: "#",
- },
- ],
- },
- {
- title: "Hours",
- items: [
- {
- label: "18:00 - 00:00 Daily",
- href: "#",
- },
- ],
- },
- {
- title: "Contact",
- items: [
- {
- label: "info@afralato.gr",
- href: "#",
- },
- ],
- },
+ { title: "Location", items: [{ label: "Kalamata Pier, Greece", href: "#" }] },
+ { title: "Hours", items: [{ label: "18:00 - 00:00 Daily", href: "#" }] },
+ { title: "Contact", items: [{ label: "info@afralato.gr", href: "#" }] },
]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index eabb3b7..fb5eb46 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #0a0a0a;
- --card: #161616;
- --foreground: #f5f5f5;
+ --card: #171717;
+ --foreground: #fafafa;
--primary-cta: #d4af37;
--primary-cta-text: #0a0a0a;
- --secondary-cta: #1a1a1a;
+ --secondary-cta: #c5a028;
--secondary-cta-text: #ffffff;
- --accent: #333333;
- --background-accent: #262626;
+ --accent: #b8860b;
+ --background-accent: #1f1f1f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);