diff --git a/src/app/page.tsx b/src/app/page.tsx index 2822f23..1604715 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Coffee, Sparkles, Heart, Users } from "lucide-react"; +import { Coffee, Sparkles, Heart, Users, Clock, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -27,7 +27,7 @@ export default function LandingPage() { >
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 917b2fd..b346043 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #faf8f4; - --card: #f5f1eb; - --foreground: #1a1410; - --primary-cta: #8b4513; + --background: #faf6f0; + --card: #f3ede2; + --foreground: #2b1810; + --primary-cta: #c83c2b; --primary-cta-text: #f6f0e8; - --secondary-cta: #f5f1eb; + --secondary-cta: #f3ede2; --secondary-cta-text: #2b180a; --accent: #d4a574; --background-accent: #c9956b;