From 30ccbfaa2e18c3473b69275bdf166863b0d8e38c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:22:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28c1ec4..75a80b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, DollarSign, Film, Share2, TrendingUp, Users, Zap } from "lucide-react"; +import { Award, DollarSign, TrendingUp, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -49,7 +49,6 @@ export default function LandingPage() { { text: "Richiedi Strategia Gratuita", href: "#contact" }, { text: "Guarda Portfolio", href: "#portfolio" }, ]} - logoAlt="Phocal Studio Logo" /> -- 2.49.1