Update src/app/page.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, CalendarCheck, Facebook, Instagram, Linkedin, ShieldCheck, Smile, Sparkles, Zap, Tooth, ClipboardCheck, Microscope, HeartPulse } from "lucide-react";
|
||||
import { Award, CalendarCheck, Facebook, Instagram, Linkedin, ShieldCheck, Smile, Sparkles, Zap, ClipboardCheck, Microscope, HeartPulse, Dental } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053270.jpg", imageAlt: "Paziente durante un controllo dentale"},
|
||||
items: [
|
||||
{
|
||||
icon: Tooth,
|
||||
icon: Dental,
|
||||
text: "Prevenzione e Cura"},
|
||||
{
|
||||
icon: CalendarCheck,
|
||||
|
||||
Reference in New Issue
Block a user