From 767c80095f8f2847485a0a140945567cb61d79aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:41:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbe1149..e74ff81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Heart, Store, Sparkles, Gift, Phone, ShoppingBag, Truck, MapPin, Clock, MessageSquare, CircleDollarSign, ArrowLeftRight, Send, Star } from 'lucide-react'; +import { Heart, Store, Sparkles, Gift, Phone, ShoppingBag, Truck, MapPin, Clock, MessageSquare, CircleDollarSign, ArrowLeftRight, Send, Star, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -79,7 +79,7 @@ export default function LandingPage() { listTitle: "Today's Services", listItems: [ { icon: Gift, title: "Wedding Collections", status: "Available" }, { icon: Sparkles, title: "Custom Fitting", status: "Booking" }, - { icon: CircleDollarSign, title: "Express Delivery", status: "Active" } + { icon: Zap, title: "Express Delivery", status: "Active" } ], searchPlaceholder: "Search our collection..." }} @@ -201,10 +201,6 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Get In Touch" termsText="We respect your privacy. Reply within 24 hours." - buttons={[ - { text: "📞 Call: 06 25 72 88 25", href: "tel:+212625728825" }, - { text: "📍 Visit Us", href: "https://maps.google.com/?q=7F3W%2B5J+El+Jadida" } - ]} /> @@ -220,10 +216,6 @@ export default function LandingPage() { inputPlaceholder="Your email address" buttonText="Request Information" termsText="We'll get back to you within 24 hours during business hours." - buttons={[ - { text: "📞 Call Now", href: "tel:+212625728825" }, - { text: "💬 WhatsApp", href: "https://wa.me/212625728825" } - ]} /> @@ -257,4 +249,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1