From 21a51e813e06fbe8475d5d23fdf93f577e7d2468 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:19:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7c7177..9f2f4b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Heart, MapPin, Sparkles, Droplets, Truck, Users, Mail, Instagram, Facebook } from "lucide-react"; +import { Heart, MapPin, Sparkles, Droplets, Truck, Users, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -90,8 +90,7 @@ export default function LandingPage() { id: "founders", groupTitle: "Our Team", members: [ { id: "m1", title: "Carla", subtitle: "Founder", detail: "Expert in Portuguese specialty imports.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" }, { id: "m2", title: "Filipe", subtitle: "Head of Sourcing", detail: "Traveling the Mediterranean for the best oils.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/bottle-organic-olive-oil-table_23-2148364428.jpg", imageAlt: "Smiley woman posing in her home" + ] }, ]} /> -- 2.49.1