Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-02-18 21:57:41 +00:00

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>