diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c02dc1..3d726d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,9 +44,9 @@ export default function LandingPage() {
@@ -156,7 +156,7 @@ export default function LandingPage() { { id: "m2", value: "Midtown", title: "3D Map View", description: "311 Lexington Ave (3D Location)", imageSrc: "http://img.b2bpic.net/free-photo/manhattan-streets-aerial-view_1150-13426.jpg"}, { - id: "m3", value: "Fresh", title: "Ritual", description: "Coffee served hot", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cafe-signage-design_23-2149295822.jpg"}, + id: "m3", value: "Fresh", title: "Ritual", description: "Coffee served hot", imageSrc: "http://img.b2bpic.net/free-photo/flat-design-cafe-signage-design_23-2149295822.jpg"}, ]} title="Visit Lucid Cafe" description="311 Lexington Ave, New York, NY" diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0d78981..cd661de 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; - --primary-cta-text: #0a0a0a; - --secondary-cta: #efe7dd; - --secondary-cta-text: #fffaf5e6; - --accent: #94877c; - --background-accent: #afa094; + --background: #fdfaf6; + --card: #f0e6da; + --foreground: #3d2b1f; + --primary-cta: #6f4e37; + --primary-cta-text: #ffffff; + --secondary-cta: #f0e6da; + --secondary-cta-text: #3d2b1f; + --accent: #b88a6d; + --background-accent: #e6d5c5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);