Merge version_2 into main #2
@@ -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}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user