From c8d76b5471cea868407d3392238e27842f88e150 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:56:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bda51a1..940577f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Zap, Info, Sparkles, TrendingUp, Heart, HelpCircle, Mail, Code2, CheckCircle, Home, Code, Users, Settings, Trophy, Rocket, Star, Lightbulb, ArrowLeftRight, CircleDollarSign, Send } from "lucide-react"; +import { Zap, Info, Sparkles, TrendingUp, Heart, HelpCircle, Mail, Code2, CheckCircle, Home, Code, Users, Settings, Trophy, Rocket, Star, Lightbulb } from "lucide-react"; export default function LandingPage() { return ( @@ -169,10 +169,10 @@ export default function LandingPage() { tagAnimation="slide-up" membersAnimation="slide-up" members={[ - { id: "1", name: "Alex Johnson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1" }, - { id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2" }, - { id: "3", name: "Marcus Williams", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3" }, - { id: "4", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4" }, + { id: "1", name: "Alex Johnson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg" }, + { id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg" }, + { id: "3", name: "Marcus Williams", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg" }, + { id: "4", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg" }, ]} memberVariant="default" /> @@ -181,12 +181,12 @@ export default function LandingPage() {
-- 2.49.1