2 Commits

Author SHA1 Message Date
74f5b9d296 Merge version_3 into main
Merge version_3 into main
2026-06-12 13:54:03 +00:00
30bf38f46e Update src/app/page.tsx 2026-06-12 13:53:58 +00:00

View File

@@ -13,7 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Utensils, ChefHat, MapPin } from "lucide-react";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Utensils, ChefHat, MapPin, Check } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -142,10 +142,10 @@ export default function WebAgency2Page() {
title: "مكونات طازجة يومياً", description: "نستخدم أجود المكونات المحلية الطازجة لضمان مذاق لا يُضاهى في كل طبق.", bentoComponent: "reveal-icon", icon: Shield
},
{
title: "طهاة خبراء", description: "فريق من الطهاة المهرة المتخصصين في فنون الطهي العراقي الأصيل.", bentoComponent: "3d-task-list", title: "عملية الطهي", items: [
{ label: "اختيار المكونات", time: "صباحاً" },
{ label: "تحضير الوصفات", time: "ظهراً" },
{ label: "تقديم الأطباق", time: "مساءً" }
title: "طهاة خبراء", description: "فريق من الطهاة المهرة المتخصصين في فنون الطهي العراقي الأصيل.", bentoComponent: "3d-task-list", items: [
{ label: "اختيار المكونات", time: "صباحاً", icon: Check },
{ label: "تحضير الوصفات", time: "ظهراً", icon: Check },
{ label: "تقديم الأطباق", time: "مساءً", icon: Check }
]
},
{