diff --git a/src/app/page.tsx b/src/app/page.tsx index a3f68a8..3686b20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Heart, Award, Gift, CheckCircle, Truck, Cake, DollarSign, HelpCircle, Star, Utensils, ChefHat, Briefcase } from "lucide-react"; +import { Sparkles, Heart, Award, Gift, CheckCircle, Truck, Cake, DollarSign, HelpCircle, Star, Utensils, ChefHat, Briefcase, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -49,16 +49,16 @@ export default function LandingPage() { tagAnimation="slide-up" title="Authentic Iraqi Desserts for Your Special Occasions" description="Handcrafted traditional Arabic and Iraqi desserts delivered fresh for weddings, corporate events, and celebrations. Experience the rich flavors of heritage with every bite." - background={{ variant: "blurBottom" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/assorted-turkish-baklava-with-ground-pistachios-wooden-plate_176474-2679.jpg", imageAlt: "Golden Baklava with pistachio layers" }, - { imageSrc: "http://img.b2bpic.net/free-photo/n-rumbled-pistachio-poured-onto-kunefe-dessert_140725-1941.jpg?_wi=1", imageAlt: "Crispy Kunafa with cheese filling" }, + { imageSrc: "http://img.b2bpic.net/free-photo/n-rumbled-pistachio-poured-onto-kunefe-dessert_140725-1941.jpg", imageAlt: "Crispy Kunafa with cheese filling" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-eclairs-dark-table-cake-sweet-dessert_140725-81296.jpg", imageAlt: "Date paste sweets" }, { imageSrc: "http://img.b2bpic.net/free-photo/turkish-desserts-with-kadaif-cup-shape-filled-with-nuts_140725-6866.jpg", imageAlt: "Traditional Ma'amoul cookies" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pie-with-nut-crumbs-antique-spoon-food-board_176474-3423.jpg", imageAlt: "Sesame halwa dessert" }, - { imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-coconut-cake-with-half-coconut_114579-8939.jpg?_wi=1", imageAlt: "Coconut basbousa pieces" }, + { imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-coconut-cake-with-half-coconut_114579-8939.jpg", imageAlt: "Coconut basbousa pieces" }, { imageSrc: "http://img.b2bpic.net/free-photo/caucasian-fast-food-qutab-kutab-fried-served-with-pomegranate-seeds_114579-1858.jpg", imageAlt: "Stuffed atayef crepes" }, { imageSrc: "http://img.b2bpic.net/free-photo/pizza-slice-shape-cut-shah-plov-national-azerbaijani-food_114579-1746.jpg", imageAlt: "Umm Ali bread pudding" } ]} @@ -103,9 +103,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" products={[ { id: "1", name: "Premium Baklava Assortment", price: "$45", variant: "Pistachio & Walnut Mix", imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg", imageAlt: "Assorted baklava pieces" }, - { id: "2", name: "Kunafa with Cheese", price: "$50", variant: "Fresh Mozzarella Filling", imageSrc: "http://img.b2bpic.net/free-photo/n-rumbled-pistachio-poured-onto-kunefe-dessert_140725-1941.jpg?_wi=2", imageAlt: "Golden kunafa dessert" }, + { id: "2", name: "Kunafa with Cheese", price: "$50", variant: "Fresh Mozzarella Filling", imageSrc: "http://img.b2bpic.net/free-photo/n-rumbled-pistachio-poured-onto-kunefe-dessert_140725-1941.jpg", imageAlt: "Golden kunafa dessert" }, { id: "3", name: "Date & Chocolate Rolls", price: "$35", variant: "Dark Chocolate Coating", imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-sweet-taste-delicious-plate_1373-133.jpg", imageAlt: "Date rolls with chocolate" }, - { id: "4", name: "Basbousa Coconut Delights", price: "$28", variant: "Almond Topped Squares", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-coconut-cake-with-half-coconut_114579-8939.jpg?_wi=2", imageAlt: "Coconut basbousa pieces" } + { id: "4", name: "Basbousa Coconut Delights", price: "$28", variant: "Almond Topped Squares", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-coconut-cake-with-half-coconut_114579-8939.jpg", imageAlt: "Coconut basbousa pieces" } ]} /> @@ -125,7 +125,7 @@ export default function LandingPage() { title: "Custom Menu Planning", description: "Work with our team to create a personalized dessert menu matching your event theme and guest preferences.", bentoComponent: "3d-stack-cards", items: [ { icon: Utensils, title: "Consultation", subtitle: "One-on-one planning", detail: "Personalized recommendations" }, { icon: ChefHat, title: "Selection", subtitle: "Choose your favorites", detail: "From 20+ options" }, - { icon: CheckCircle, title: "Delivery", subtitle: "Fresh on time", detail: "Day-of coordination" } + { icon: Clock, title: "Delivery", subtitle: "Fresh on time", detail: "Day-of coordination" } ] }, {