diff --git a/src/app/page.tsx b/src/app/page.tsx index f635763..b887fc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,20 +75,20 @@ export default function LandingPage() { ]} marqueeItems={[ { - type: "text-icon", text: "Fresh Pasta Daily", icon: Utensils, + type: "text-icon", text: "Fresh Pasta Daily", icon: Utensils }, { - type: "text-icon", text: "Award-Winning Cuisine", icon: Star, + type: "text-icon", text: "Award-Winning Cuisine", icon: Star }, { - type: "text-icon", text: "Fine Italian Wines", icon: Wine, + type: "text-icon", text: "Fine Italian Wines", icon: Wine }, { - type: "text-icon", text: "Cozy Ambiance", icon: Sparkles, + type: "text-icon", text: "Cozy Ambiance", icon: Sparkles }, { - type: "text-icon", text: "Family Recipes", icon: Award, - }, + type: "text-icon", text: "Family Recipes", icon: Award + } ]} marqueeSpeed={30} showMarqueeCard={true} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d60c0a4..d45b6e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; - --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; - --primary-cta-text: #e3deea; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #2e2521; + --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; - --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --secondary-cta-text: #2e2521; + --accent: #b2a28b; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);