Update src/app/page.tsx

This commit is contained in:
2026-03-19 22:24:59 +00:00
parent 0108a8206a
commit 21ab9c2c2a

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="compact" contentWidth="compact"
sizing="largeSizeMediumTitles" sizing="largeSizeMediumTitles"
background="noise" background="circleGradient"
cardStyle="subtle-shadow" cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
@@ -77,7 +77,7 @@ export default function LandingPage() {
{ text: "Learn About Our Process", href: "#how-it-works" } { text: "Learn About Our Process", href: "#how-it-works" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/woman-listening-watching-business-conference-computer-screen_482257-119758.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/woman-listening-watching-business-conference-computer-screen_482257-119758.jpg"
imageAlt="Continuous security monitoring" imageAlt="Continuous security monitoring"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -95,16 +95,16 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
title: "Phone Lookup", description: "Enter your phone number into our secure search system", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-watching-business-conference-computer-screen_482257-119758.jpg?_wi=2", imageAlt: "Phone lookup feature" title: "Phone Lookup", description: "Enter your phone number into our secure search system", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-watching-business-conference-computer-screen_482257-119758.jpg", imageAlt: "Phone lookup feature"
}, },
{ {
title: "Dark Web Scanning", description: "We search dark web databases and public breach records", imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-63253.jpg", imageAlt: "Dark web database search" title: "Dark Web Scanning", description: "We search dark web databases and public breach records", imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-63253.jpg", imageAlt: "Dark web database search"
}, },
{ {
title: "Real-Time Alerts", description: "Receive instant notifications if your data is found", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimalistic-pop-up-set_23-2149128280.jpg?_wi=1", imageAlt: "Real-time alert system" title: "Real-Time Alerts", description: "Receive instant notifications if your data is found", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimalistic-pop-up-set_23-2149128280.jpg", imageAlt: "Real-time alert system"
}, },
{ {
title: "Detailed Reports", description: "Get comprehensive reports on what data was exposed", imageSrc: "http://img.b2bpic.net/free-photo/diverse-coworkers-attend-after-hours-business-meeting-analysis-files_482257-130101.jpg?_wi=1", imageAlt: "Detailed breach report" title: "Detailed Reports", description: "Get comprehensive reports on what data was exposed", imageSrc: "http://img.b2bpic.net/free-photo/diverse-coworkers-attend-after-hours-business-meeting-analysis-files_482257-130101.jpg", imageAlt: "Detailed breach report"
} }
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
@@ -124,15 +124,15 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "1", brand: "Core", name: "24/7 Monitoring", price: "Always Active", rating: 5, id: "1", brand: "Core", name: "24/7 Monitoring", price: "Always Active", rating: 5,
reviewCount: "2,400+", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-watching-business-conference-computer-screen_482257-119758.jpg?_wi=3", imageAlt: "Continuous monitoring service" reviewCount: "2,400+", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-watching-business-conference-computer-screen_482257-119758.jpg", imageAlt: "Continuous monitoring service"
}, },
{ {
id: "2", brand: "Core", name: "Dark Web Alerts", price: "Instant", rating: 5, id: "2", brand: "Core", name: "Dark Web Alerts", price: "Instant", rating: 5,
reviewCount: "1,890+", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimalistic-pop-up-set_23-2149128280.jpg?_wi=2", imageAlt: "Dark web alert notifications" reviewCount: "1,890+", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimalistic-pop-up-set_23-2149128280.jpg", imageAlt: "Dark web alert notifications"
}, },
{ {
id: "3", brand: "Core", name: "Breach Reports", price: "Detailed", rating: 5, id: "3", brand: "Core", name: "Breach Reports", price: "Detailed", rating: 5,
reviewCount: "3,120+", imageSrc: "http://img.b2bpic.net/free-photo/diverse-coworkers-attend-after-hours-business-meeting-analysis-files_482257-130101.jpg?_wi=2", imageAlt: "Comprehensive breach analysis" reviewCount: "3,120+", imageSrc: "http://img.b2bpic.net/free-photo/diverse-coworkers-attend-after-hours-business-meeting-analysis-files_482257-130101.jpg", imageAlt: "Comprehensive breach analysis"
} }
]} ]}
useInvertedBackground={false} useInvertedBackground={false}