Update src/app/page.tsx

This commit is contained in:
2026-02-18 21:57:36 +00:00
parent 571e275e1b
commit f9ff405174

View File

@@ -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}
/>
</div>