Merge version_17 into main
Merge version_17 into main
This commit was merged in pull request #19.
This commit is contained in:
@@ -10,7 +10,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import Input from '@/components/form/Input';
|
||||
import { BarChart3, Headphones, Mail, MessageCircle, Phone, Rocket, Shield, Smartphone, Star, TrendingUp, Zap, CheckCircle } from "lucide-react";
|
||||
import { BarChart3, Headphones, Mail, MessageCircle, Phone, Rocket, Shield, Smartphone, Star, TrendingUp, Zap, CheckCircle, AlertCircle } from "lucide-react";
|
||||
import { useState } from 'react';
|
||||
|
||||
const MAJOR_ISRAELI_CITIES = [
|
||||
@@ -151,6 +151,23 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="discount-message" data-section="discount-message" className="w-full py-8 md:py-12 lg:py-16 bg-[var(--background)]">
|
||||
<div className="container mx-auto px-4 max-w-4xl">
|
||||
<div className="flex items-start gap-4 p-6 md:p-8 rounded-lg bg-[var(--card)] border border-[var(--accent)]">
|
||||
<AlertCircle className="w-6 h-6 md:w-8 md:h-8 flex-shrink-0 text-[var(--primary-cta)] mt-1" />
|
||||
<div className="space-y-3">
|
||||
<h3 className="text-xl md:text-2xl font-bold text-[var(--foreground)]">הנחה מיוחדת - 70% ירידת מחיר</h3>
|
||||
<p className="text-base md:text-lg text-[var(--foreground)] opacity-90">
|
||||
בעקבות המצב הקשה בארץ בתקופת המלחמה, החלטנו להוריד את מחיר החבילה שלנו מ-<span className="line-through font-semibold">₪2,500</span> ל-<span className="font-semibold text-[var(--primary-cta)]">₪750</span> בלבד.
|
||||
</p>
|
||||
<p className="text-sm md:text-base text-[var(--foreground)] opacity-75">
|
||||
זו הנחה של 70% כדי לעזור לעסקים בישראל להישאר חזקים ותחרותיים בזמנים קשים אלו. אנחנו מאמינים שחברות בישראל ראויות לתמיכה מכל צד.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user