Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -12,7 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Car, Facebook, Instagram, Sparkles, Star, UserCheck, Whatsapp } from "lucide-react";
|
||||
import { Award, Car, Facebook, Instagram, MessageCircle, Sparkles, Star, UserCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
icon: Instagram,
|
||||
href: "https://www.instagram.com/elitelimo", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Whatsapp,
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/1234567890", ariaLabel: "WhatsApp"},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user