diff --git a/src/app/page.tsx b/src/app/page.tsx index c7330e5..e44a5f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,64 +32,42 @@ export default function LandingPage() {
@@ -101,19 +79,13 @@ export default function LandingPage() { metrics={[ { icon: MapPin, - label: "Region Specific", - value: "Pakistan", - }, + label: "Region Specific", value: "Pakistan"}, { icon: Zap, - label: "Latency", - value: "Low MS", - }, + label: "Latency", value: "Low MS"}, { icon: Shield, - label: "Accuracy", - value: "99.9%", - }, + label: "Accuracy", value: "99.9%"}, ]} metricsAnimation="slide-up" /> @@ -125,23 +97,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Local Server Routing", - description: "Connected to servers within Pakistan for the most accurate latency reporting.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-couple-vacation_23-2147978877.jpg", - imageAlt: "location detection icon", - }, + title: "Local Server Routing", description: "Connected to servers within Pakistan for the most accurate latency reporting.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-couple-vacation_23-2147978877.jpg", imageAlt: "location detection icon"}, { - title: "Ping Monitoring", - description: "Detect real-time delays with granular millisecond tracking tools.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-taking-photos_23-2149155171.jpg", - imageAlt: "network latency test result", - }, + title: "Ping Monitoring", description: "Detect real-time delays with granular millisecond tracking tools.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-taking-photos_23-2149155171.jpg", imageAlt: "network latency test result"}, { - title: "Bandwidth Analysis", - description: "Detailed breakdown of your current upload and download capabilities.", - imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg", - imageAlt: "upload download speed comparison", - }, + title: "Bandwidth Analysis", description: "Detailed breakdown of your current upload and download capabilities.", imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg", imageAlt: "upload download speed comparison"}, ]} title="Pro Features" description="Designed for Pakistani users who need to monitor their local bandwidth performance." @@ -155,23 +115,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: Download, - title: "Download", - value: "100Mbps", - }, + id: "m1", icon: Download, + title: "Download", value: "100Mbps"}, { - id: "m2", - icon: Upload, - title: "Upload", - value: "50Mbps", - }, + id: "m2", icon: Upload, + title: "Upload", value: "50Mbps"}, { - id: "m3", - icon: Activity, - title: "Latency", - value: "12ms", - }, + id: "m3", icon: Activity, + title: "Latency", value: "12ms"}, ]} title="Network Insights" description="Understand your current digital performance parameters." @@ -183,14 +134,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "PTCL", - "StormFiber", - "Nayatel", - "Transworld", - "Zong", - "Jazz", - "Telenor", - ]} + "PTCL", "StormFiber", "Nayatel", "Transworld", "Zong", "Jazz", "Telenor"]} title="Supported by Local Networks" description="We work with top providers across the region." /> @@ -202,20 +146,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Why does it only work for Pakistan?", - content: "Our servers are geographically located within Pakistan to provide local latency and true bandwidth stats.", - }, + id: "q1", title: "Why does it only work for Pakistan?", content: "Our servers are geographically located within Pakistan to provide local latency and true bandwidth stats."}, { - id: "q2", - title: "Is my data stored?", - content: "We do not store your personal data, only anonymous speed metrics for regional analysis.", - }, + id: "q2", title: "Is my data stored?", content: "We do not store your personal data, only anonymous speed metrics for regional analysis."}, { - id: "q3", - title: "How often should I test?", - content: "We recommend testing at different times of the day to get a clear picture of your ISP's performance.", - }, + id: "q3", title: "How often should I test?", content: "We recommend testing at different times of the day to get a clear picture of your ISP's performance."}, ]} title="Common Questions" description="Everything you need to know about testing your speeds." @@ -227,14 +162,11 @@ export default function LandingPage() { @@ -245,29 +177,19 @@ export default function LandingPage() { logoText="PakSpeed" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Speed Test", - href: "#", - }, + label: "Speed Test", href: "#"}, { - label: "Network Stats", - href: "#", - }, + label: "Network Stats", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, ], }, ]}