Update src/app/page.tsx

This commit is contained in:
2026-03-11 19:29:01 +00:00
parent 345fd5c6fa
commit bc815a8ce2

View File

@@ -160,8 +160,8 @@ export default function LandingPage() {
{ id: "5", name: "James Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", imageAlt: "James Park" },
{ id: "6", name: "Lisa Johnson", imageSrc: "http://img.b2bpic.net/free-vector/data-network-businessman_24908-57862.jpg", imageAlt: "Lisa Johnson" }
]}
cardTitle="Join 50,000+ Discord communities protecting their servers with Kavach Bot"
cardTag="Trusted by Discord Communities"
cardTitle="Used by 50,000+ Discord communities to prevent raids and protect servers with advanced AntiNuke technology"
cardTag="Trusted by Discord Communities Worldwide"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -214,4 +214,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}