From 3a75f13a3622c940cede8497c6863c2e17c3cfce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 08:42:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f5e830..209091f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactCta from '@/components/sections/contact/ContactCta'; -import { Award, CheckCircle, Clock, Sparkles, Star, Users, MapPin } from "lucide-react"; +import { Instagram } from "lucide-react"; +import { Award, CheckCircle, Clock, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -70,6 +71,21 @@ export default function LandingPage() { /> +
+
+
+

+ Seguiteci su Instagram +

+
+ {[1,2,3,4].map((i) => ( + Instagram feed + ))} +
+
+
+
+