3 Commits

Author SHA1 Message Date
5310836418 Update src/app/styles/variables.css 2026-06-10 14:53:36 +00:00
0a9f3cd896 Update src/app/page.tsx 2026-06-10 14:53:35 +00:00
c7a4dc591c Merge version_1 into main
Merge version_1 into main
2026-06-10 14:49:56 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -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}

View File

@@ -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);