Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:41:45 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -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" }
]}
/>
</div>
@@ -257,4 +249,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}