Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4ddbf1fe1 | |||
| af306228f3 | |||
| 240788f113 | |||
| 8b32ad274d | |||
| 69583b0ed8 |
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
{ id: "p6", name: "שתיה קלה", price: "₪10", imageSrc: "http://img.b2bpic.net/free-photo/different-colored-smoothies-red-background_23-2148303035.jpg", imageAlt: "שתיה קלה" }
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
title="התפריט שלנו"
|
||||
description="מגוון רחב של פריקסה ופינוקים נוספים, הכל טעים וכשר!"
|
||||
textboxLayout="default"
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
{ id: "t4", name: "יואב גולדמן", handle: "@YoavGoldman", testimonial: "שירות אדיב ואוכל ברמה אחרת. חיימיקו לא מאכזבים אף פעם. הפריקסה עם העוף פשוט חלום.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-looking-front-being-confused-showing-thumbs-up-down-standing-orange-wall_141793-96740.jpg", imageAlt: "יואב גולדמן" },
|
||||
{ id: "t5", name: "מיכל פרץ", handle: "@MichalPeretz", testimonial: "הפריקסה הטונה שלהם זו פשוט אמנות! טרי, מתובל בול, ואני יודעת שאני אוכלת כשר ובטוח.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-friends-food-festival_23-2149525558.jpg", imageAlt: "מיכל פרץ" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
title="מה הלקוחות שלנו אומרים"
|
||||
description="הלקוחות שלנו לא טועים - חיימיקו זה הטעם האמיתי!"
|
||||
textboxLayout="default"
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
{ text: "קבלו הוראות הגעה", href: "https://maps.google.com/?q=פריקסה+חיימיקו+ראש+העין" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
animationType="reveal-blur"
|
||||
animationType="entrance-slide"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffafa;
|
||||
--card: #fff7f7;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #fffafa;
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
--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