From eacff3c4596a81a2162bb14ec81b938d04fda2ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:30:03 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 110 ++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65693e7..3fb2732 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,97 +11,85 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Utensils } from "lucide-react"; +import { Utensils, Clock } from "lucide-react"; export default function DailyDinerPage() { return (
); -} +} \ No newline at end of file -- 2.49.1 From 9cff308f4dc5c4b54a334145f1bb6b1b5931ba6d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:30:03 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fbd84bc..00064b6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #fdf2f8; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --primary-cta: #db2777; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #0d9488; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #2dd4bf; + --background-accent: #fbcfe8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1