12 Commits

Author SHA1 Message Date
917a27c0f2 Merge version_4 into main
Merge version_4 into main
2026-06-06 14:07:02 +00:00
d4ddbf1fe1 Update src/app/page.tsx 2026-06-06 14:06:59 +00:00
af306228f3 Merge version_3 into main
Merge version_3 into main
2026-06-06 14:03:59 +00:00
240788f113 Update src/app/styles/variables.css 2026-06-06 14:03:55 +00:00
8b32ad274d Update src/app/page.tsx 2026-06-06 14:03:55 +00:00
69583b0ed8 Merge version_2 into main
Merge version_2 into main
2026-06-06 14:01:24 +00:00
c442a8e3b5 Update src/app/styles/base.css 2026-06-06 14:01:21 +00:00
3f5748dd62 Update src/app/page.tsx 2026-06-06 14:01:21 +00:00
d87a9b0a14 Merge version_1 into main
Merge version_1 into main
2026-06-06 13:59:03 +00:00
9e48fe805e Merge version_1 into main
Merge version_1 into main
2026-06-06 13:58:11 +00:00
21e3440e22 Merge version_1 into main
Merge version_1 into main
2026-06-06 13:57:28 +00:00
8dc47cc4a5 Merge version_1 into main
Merge version_1 into main
2026-06-06 13:54:27 +00:00
3 changed files with 16 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -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"
@@ -115,7 +115,7 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
<FaqBase
faqs={[
{ id: "q1", title: "האם אתם כשרים למהדרין?", content: "כן, כל המאכלים שלנו כשרים בד\\\"ץ בית יוסף ומיוצרים בהקפדה על כל כללי הכשרות." },
{ id: "q2", title: "האם יש משלוחים?", content: "אנו מספקים שירותי משלוחים באזור ראש העין והסביבה הקרובה. ניתן לבדוק זמינות ואזורי כיסוי בעת ההזמנה." },
@@ -136,7 +136,8 @@ export default function LandingPage() {
{ text: "הזמינו בוואטסאפ", href: "https://wa.me/972501234567" },
{ text: "קבלו הוראות הגעה", href: "https://maps.google.com/?q=פריקסה+חיימיקו+ראש+העין" }
]}
background={{ variant: "radial-gradient" }}
background={{ variant: "sparkles-gradient" }}
animationType="entrance-slide"
useInvertedBackground={false}
/>
</div>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-source-sans-3), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-source-sans-3), sans-serif;
font-family: var(--font-manrope), sans-serif;
}

View File

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