Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-15 15:15:00 +00:00

View File

@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { Instagram, Phone, MapPin, Coffee, Star } from "lucide-react";
import { Coffee } from "lucide-react";
export default function LandingPage() {
return (
@@ -57,7 +57,8 @@ export default function LandingPage() {
description="بدأنا من قلب العراق لنشارككم أفضل الحلويات والمثلجات التي تضفي دفئاً على لمتكم."
subdescription="نستخدم أفضل المكونات الطبيعية لنضمن لكم تجربة فريدة في كل لقمة."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/family-celebrating-christmas-southern-hemisphere_23-2149172604.jpg"
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
useInvertedBackground={false}
/>
</div>
@@ -68,6 +69,7 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", name: "بوكس اللمة الفاخر", price: "25,000 د.ع", imageSrc: "http://img.b2bpic.net/free-photo/people-holding-macarons-box_53876-30972.jpg" },
{ id: "2", name: "آيس كريم الساقي", price: "10,000 د.ع", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg" },
@@ -82,6 +84,7 @@ export default function LandingPage() {
title="قالوا عنا"
description="آراء عملائنا الأعزاء الذين جعلونا جزءاً من مناسباتهم."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "أحمد علي", date: "2024-05", title: "ممتاز", quote: "طعم أصيل ومميز جداً، شكراً لكم.", tag: "عميل دائم", avatarSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg" }
]}
@@ -92,6 +95,7 @@ export default function LandingPage() {
<FaqSplitText
sideTitle="أسئلتكم الشائعة"
faqsAnimation="blur-reveal"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "هل تتوفر خدمات توصيل؟", content: "نعم نوفر توصيل سريع داخل بغداد." },
{ id: "f2", title: "كيف يمكن الطلب؟", content: "يمكنكم الطلب عبر الأرقام الموضحة في الموقع." }
@@ -103,6 +107,7 @@ export default function LandingPage() {
<ContactSplitForm
title="تواصل معنا"
description="يسعدنا سماع طلباتكم واستفساراتكم."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "الاسم الكريم" },
{ name: "phone", type: "tel", placeholder: "رقم الهاتف" }