Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5310836418 | |||
| 0a9f3cd896 | |||
| c7a4dc591c |
@@ -75,20 +75,20 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
marqueeItems={[
|
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}
|
marqueeSpeed={30}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #e3deea;
|
--background: #fcf6ec;
|
||||||
--card: #ffffff;
|
--card: #f3ede2;
|
||||||
--foreground: #1f2027;
|
--foreground: #2e2521;
|
||||||
--primary-cta: #1f2027;
|
--primary-cta: #2e2521;
|
||||||
--primary-cta-text: #e3deea;
|
--primary-cta-text: #fcf6ec;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1f2027;
|
--secondary-cta-text: #2e2521;
|
||||||
--accent: #627dc6;
|
--accent: #b2a28b;
|
||||||
--background-accent: #627dc6;
|
--background-accent: #b2a28b;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user