Update src/app/page.tsx
This commit is contained in:
@@ -33,9 +33,9 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "How It Works", id: "features" },
|
||||
{ name: "Plans", id: "product" },
|
||||
{ name: "Status Check", id: "contact" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TraceMobile"
|
||||
button={{ text: "Check Status", href: "#contact" }}
|
||||
@@ -76,15 +76,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Mobile Number Lookup", description: "Identify origin, service provider, and registration status by number.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150472838.jpg", imageAlt: "location tracking icon gold minimalist" },
|
||||
title: "1. Initiate Lookup", description: "Enter the target mobile number into our secure verification portal.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150472838.jpg", imageAlt: "location tracking icon gold minimalist" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151205009.jpg", imageAlt: "location tracking icon gold minimalist" }
|
||||
},
|
||||
{
|
||||
title: "Connectivity Status", description: "Instantly determine if the device is online or roaming in real-time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/signal-icon-front-side-with-white-background_187299-39974.jpg", imageAlt: "mobile signal strength icon gold" },
|
||||
title: "2. Secure Handshake", description: "Our system performs a silent HLR signal check with global network providers.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/signal-icon-front-side-with-white-background_187299-39974.jpg", imageAlt: "mobile signal strength icon gold" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg", imageAlt: "mobile signal strength icon gold" }
|
||||
},
|
||||
{
|
||||
title: "Secure Verification", description: "Privacy-first verification process for every query performed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg?_wi=1", imageAlt: "mobile security shield icon gold" },
|
||||
title: "3. Instant Reporting", description: "Receive detailed connectivity status and location metadata immediately.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg?_wi=1", imageAlt: "mobile security shield icon gold" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/privacy-safety-security-lock-icon_53876-14649.jpg", imageAlt: "mobile security shield icon gold" }
|
||||
}
|
||||
]}
|
||||
@@ -94,6 +94,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Basic Lookup", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458981.jpg" },
|
||||
{ id: "p2", name: "Pro Status", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-still-life-assortment-with-cryptocurrency_23-2149102102.jpg" },
|
||||
{ id: "p3", name: "Enterprise API", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/young-female-being-uber-driver_23-2149184226.jpg" }
|
||||
]}
|
||||
title="Lookup Plans"
|
||||
description="Choose the right verification depth for your needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="depth-3d"
|
||||
@@ -132,22 +148,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Basic Lookup", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458981.jpg" },
|
||||
{ id: "p2", name: "Pro Status", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-still-life-assortment-with-cryptocurrency_23-2149102102.jpg" },
|
||||
{ id: "p3", name: "Enterprise API", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/young-female-being-uber-driver_23-2149184226.jpg" }
|
||||
]}
|
||||
title="Lookup Plans"
|
||||
description="Choose the right verification depth for your needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
@@ -165,10 +165,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How is location tracked?", content: "Our engine utilizes standard SS7 and HLR protocols to ping device availability and location data securely." },
|
||||
{ id: "f2", title: "Is this legal?", content: "Yes, our platform is fully compliant with global data protection standards (GDPR/CCPA) for secure mobile identification." },
|
||||
{ id: "f3", title: "Can I track any number?", content: "Our database covers 95% of active global mobile phone numbers across 120+ countries." },
|
||||
{ id: "f4", title: "How fast is a status check?", content: "Status checks are performed in real-time, typically returning device connectivity data within 2 seconds." }
|
||||
{ id: "f1", title: "How is location tracked?", content: "Our engine utilizes standard SS7 and HLR protocols to ping device availability and location data securely without alerting the owner." },
|
||||
{ id: "f2", title: "Is this legal?", content: "Yes, our platform is fully compliant with global data protection standards (GDPR/CCPA) for secure mobile identification and verification purposes." },
|
||||
{ id: "f3", title: "Can I track any number?", content: "Our database covers 95% of active global mobile phone numbers across 120+ countries, provided the device is powered on." },
|
||||
{ id: "f4", title: "How fast is a status check?", content: "Status checks are performed in real-time using direct carrier interconnects, typically returning device connectivity data within 2 seconds." },
|
||||
{ id: "f5", title: "Is the information kept private?", content: "Absolutely. All search metadata is encrypted, and we never store personal device owner details in our permanent databases." },
|
||||
{ id: "f6", title: "What if the number is offline?", content: "If a device is offline or roaming in a restricted area, we return the last known active network status and timestamp." }
|
||||
]}
|
||||
title="FAQs"
|
||||
description="Answers to frequently asked questions about mobile status lookups."
|
||||
@@ -191,7 +193,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "Features", href: "#features" }, { label: "Verify", href: "#contact" }] },
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "How It Works", href: "#features" }, { label: "Pricing", href: "#product" }, { label: "Status Check", href: "#contact" }] },
|
||||
{ items: [{ label: "Security Policy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
logoText="TraceMobile"
|
||||
@@ -200,4 +202,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user