diff --git a/src/app/page.tsx b/src/app/page.tsx index 158826b..a9743e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { ShieldCheck, Zap, TrendingUp, Users, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -50,7 +49,7 @@ export default function LandingPage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure_1048-15232.jpg" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/school-supplies-grey-table_176420-4558.jpg" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-blurred-background_1098-481.jpg" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/blue-arrow-with-blue-background_23-2148879378.jpg" }, + { id: "4", imageSrc: "http://img.b2bpic.net/blue-arrow-with-blue-background_23-2148879378.jpg" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl_1303-5235.jpg" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg" }, ]} @@ -63,6 +62,7 @@ export default function LandingPage() { title="Powering Industry Leaders" names={["Vogue", "Bloomberg", "Forbes", "TechCrunch", "WSJ"]} description="Our sophisticated approach is trusted by global leaders to elevate digital identity." + textboxLayout="default" useInvertedBackground={true} /> @@ -87,12 +87,14 @@ export default function LandingPage() { ]} mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure_1048-15232.jpg" + useInvertedBackground={false} />
@@ -123,6 +129,7 @@ export default function LandingPage() { title="Let's Build Your Legacy" description="Partner with us to redefine your brand's potential in the digital space." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />