Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { BatteryCharging, Building, CalendarCheck, Car, CarCrash, Clock, DollarSign, EyeOff, Facebook, FlaskConical, Gauge, Gavel, Instagram, Key, Linkedin, Lock, MapPin, Rocket, Shield, ShieldCheck, ShieldHalf, Star, Truck } from "lucide-react";
|
||||
import { BatteryCharging, Building, CalendarCheck, Car, CarFront, Clock, DollarSign, EyeOff, Facebook, FlaskConical, Gauge, Gavel, Instagram, Key, Linkedin, Lock, MapPin, Rocket, Shield, ShieldCheck, ShieldHalf, Star, Truck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
icon: Gavel,
|
||||
text: "Insurance Friendly"},
|
||||
{
|
||||
icon: CarCrash,
|
||||
icon: CarFront,
|
||||
text: "Complex Recovery"},
|
||||
{
|
||||
icon: FlaskConical,
|
||||
|
||||
Reference in New Issue
Block a user