Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -9,6 +9,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||||
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Award, Code, Crown, DollarSign, Rocket, Send, Shield, Sparkles, Star, TrendingUp, Users, Zap } from "lucide-react";
|
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" }}
|
background={{ variant: "rotated-rays-static" }}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Proofweb hero section"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user