Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9ff405174 | |||
| 571e275e1b | |||
| 8ad1dba277 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user