Merge version_3 into main #6
@@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Scissors, MessageSquare, TrendingUp, Phone, Users, Star, Clock, MapPin, WhatsApp, Clock as ClockIcon } from 'lucide-react';
|
||||
import { Award, Scissors, MessageSquare, TrendingUp, Phone, Users, Star, Clock, MapPin, MessageCircle as ClockIcon } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
@@ -279,7 +279,7 @@ export default function LandingPage() {
|
||||
{/* WhatsApp */}
|
||||
<div className="flex gap-4">
|
||||
<div className="flex-shrink-0">
|
||||
<WhatsApp className="w-6 h-6 text-primary-cta mt-1" />
|
||||
<MessageCircle className="w-6 h-6 text-primary-cta mt-1" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold mb-2">WhatsApp</h3>
|
||||
@@ -292,7 +292,7 @@ export default function LandingPage() {
|
||||
{/* Business Hours */}
|
||||
<div className="flex gap-4">
|
||||
<div className="flex-shrink-0">
|
||||
<ClockIcon className="w-6 h-6 text-primary-cta mt-1" />
|
||||
<Clock className="w-6 h-6 text-primary-cta mt-1" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold mb-2">Business Hours</h3>
|
||||
|
||||
Reference in New Issue
Block a user