Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74f5b9d296 | |||
| 30bf38f46e |
@@ -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 }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user