diff --git a/src/app/page.tsx b/src/app/page.tsx index a9ff7c8..04e02ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -417,58 +240,35 @@ export default function LandingPage() { logoText="Sergios Tacos" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { - title: "Location", - items: [ + title: "Location", items: [ { - label: "123 Taco St, Montebello, CA 90640", - href: "https://www.google.com/maps/search/Sergios+Tacos+Montebello", - }, + label: "123 Taco St, Montebello, CA 90640", href: "https://www.google.com/maps/search/Sergios+Tacos+Montebello"}, { - label: "Monday - Saturday: 11 AM - 9 PM", - href: "#", - }, + label: "Monday - Saturday: 11 AM - 9 PM", href: "#"}, { - label: "Sunday: 12 PM - 8 PM", - href: "#", - }, + label: "Sunday: 12 PM - 8 PM", href: "#"}, ], }, ]} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1b816ec..f165e26 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #fdf5e6; --card: #ffffff; - --foreground: #1b0c25; - --primary-cta: #1b0c25; + --foreground: #362a26; + --primary-cta: #e63946; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #1a6b41; --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --accent: #fcd34d; + --background-accent: #f8c291; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);