diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cb1c09..472a1e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,11 +104,11 @@ export default function LandingPage() { { type: "image", src: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg", alt: "Fine plating"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-herbs_23-2148425548.jpg", alt: "Restaurant vibe"}, + type: "image", src: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-herbs_23-2148425548.jpg", imageAlt: "Restaurant vibe"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/pasta-with-green-pesto-sauce-with-peanuts_114579-2434.jpg", alt: "Handmade pasta"}, + type: "image", src: "http://img.b2bpic.net/free-photo/pasta-with-green-pesto-sauce-with-peanuts_114579-2434.jpg", imageAlt: "Handmade pasta"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg", alt: "Specialty entree"}, + type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg", imageAlt: "Specialty entree"}, ]} /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9896ddd..cb21b5a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #d4af37; + --background: #2c2621; + --card: #3e362e; + --foreground: #f5f2e9; + --primary-cta: #992f2f; --primary-cta-text: #000000; - --secondary-cta: #ffffff; + --secondary-cta: #5e4b3e; --secondary-cta-text: #0a0a0a; - --accent: #b8860b; - --background-accent: #2a1a0a; + --accent: #d4af37; + --background-accent: #211a15; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);