From 30baa5537bd6b130f73e872954537efe41ff00c3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 15:14:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24bdf4c..04fc196 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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() {