|
|
|
|
@@ -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";
|
|
|
|
|
@@ -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="reveal-blur"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|