diff --git a/src/app/page.tsx b/src/app/page.tsx index d2321e0..382129b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Award, Code, Crown, DollarSign, Rocket, Send, Shield, Sparkles, Star, TrendingUp, Users, Zap } from "lucide-react"; @@ -69,6 +70,20 @@ export default function LandingPage() { background={{ variant: "rotated-rays-static" }} buttonAnimation="slide-up" ariaLabel="Proofweb hero section" + marqueeItems={[ + { type: "text", text: "Google" }, + { type: "text", text: "Microsoft" }, + { type: "text", text: "Amazon" }, + { type: "text", text: "Apple" }, + { type: "text", text: "Meta" }, + { type: "text", text: "Tesla" }, + { type: "text", text: "Netflix" }, + { type: "text", text: "Spotify" }, + { type: "text", text: "Uber" }, + { type: "text", text: "Airbnb" } + ]} + marqueeSpeed={30} + showMarqueeCard={true} />