1 Commits

Author SHA1 Message Date
59dc42fd6c Update src/app/page.tsx 2026-04-21 17:46:55 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Why Choose Us",
id: "why-choose-us",
},
name: "Why Choose Us", id: "why-choose-us"},
{
name: "How It Works",
id: "how-it-works",
},
name: "How It Works", id: "how-it-works"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="PrimeHub"
/>
@@ -60,68 +50,43 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
title="Premium Subscriptions Without the Premium Price"
variant: "gradient-bars"}}
title="Reliable Premium Access, Delivered Instantly"
description="Access ChatGPT, Adobe Creative Cloud, Spotify, YouTube Premium, and more at unbeatable prices. Private accounts, 30-minute delivery, and risk-free access."
tag="Fast Delivery • 24/7 Support"
buttons={[
{
text: "View All Plans",
href: "#services",
},
text: "View All Plans", href: "#services"},
{
text: "Contact Us",
href: "https://wa.me/96181315613",
},
text: "Contact Us", href: "https://wa.me/96181315613"},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-triangles-with-neon-edges_23-2152020937.jpg"
imageAlt="PrimeHub Premium Services"
mediaAnimation="opacity"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/light-blue-3d-abstract-wave-pattern_53876-95187.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/light-blue-3d-abstract-wave-pattern_53876-95187.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/3d-render-background-with-network-connections-structure-design_1048-14922.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/3d-render-background-with-network-connections-structure-design_1048-14922.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-lines_1048-5570.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-lines_1048-5570.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/3d-render-abstract-network-communications-background-with-plexus-design_1048-15418.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/3d-render-abstract-network-communications-background-with-plexus-design_1048-15418.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-vector/duotone-it-service-business-card_23-2149482146.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-vector/duotone-it-service-business-card_23-2149482146.jpg", alt: "Customer 5"},
]}
avatarText="1000+ Happy Customers"
marqueeItems={[
{
type: "text",
text: "Instant 30m Delivery",
},
type: "text", text: "Instant 30m Delivery"},
{
type: "text",
text: "Full Private Access",
},
type: "text", text: "Full Private Access"},
{
type: "text",
text: "24/7 Support",
},
type: "text", text: "24/7 Support"},
{
type: "text",
text: "Best Market Prices",
},
type: "text", text: "Best Market Prices"},
{
type: "text",
text: "7-Day Money Back",
},
type: "text", text: "7-Day Money Back"},
]}
/>
</div>
@@ -134,47 +99,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "ChatGPT",
price: "$5",
variant: "1 Month",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-robotic-badge-icon-design_53876-116029.jpg",
},
id: "p1", name: "ChatGPT", price: "$5", variant: "1 Month", imageSrc: "http://img.b2bpic.net/free-vector/gradient-robotic-badge-icon-design_53876-116029.jpg"},
{
id: "p2",
name: "Adobe CC PRO",
price: "$8",
variant: "1 Month",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-sticker-with-writings-bright-green-surface_140725-66048.jpg",
},
id: "p2", name: "Adobe CC PRO", price: "$8", variant: "1 Month", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-sticker-with-writings-bright-green-surface_140725-66048.jpg"},
{
id: "p3",
name: "Spotify Premium",
price: "$4",
variant: "1 Month",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-logotype-collection_23-2148170584.jpg",
},
id: "p3", name: "Spotify Premium", price: "$4", variant: "1 Month", imageSrc: "http://img.b2bpic.net/free-vector/social-media-logotype-collection_23-2148170584.jpg"},
{
id: "p4",
name: "YouTube Premium",
price: "$4",
variant: "1 Month",
imageSrc: "http://img.b2bpic.net/free-photo/3d-youtube-logo-silver-stand-with-dark-logos-background_134542-607.jpg",
},
id: "p4", name: "YouTube Premium", price: "$4", variant: "1 Month", imageSrc: "http://img.b2bpic.net/free-photo/3d-youtube-logo-silver-stand-with-dark-logos-background_134542-607.jpg"},
{
id: "p5",
name: "Canva Pro",
price: "$3",
variant: "1 Month",
imageSrc: "http://img.b2bpic.net/free-photo/pencil-right-side-with-white-background_187299-39926.jpg",
},
id: "p5", name: "Canva Pro", price: "$3", variant: "1 Month", imageSrc: "http://img.b2bpic.net/free-photo/pencil-right-side-with-white-background_187299-39926.jpg"},
{
id: "p6",
name: "Netflix",
price: "$3.3",
variant: "1 Month",
imageSrc: "http://img.b2bpic.net/free-vector/modern-instagram-composition-with-gradient-style_23-2147918697.jpg",
},
id: "p6", name: "Netflix", price: "$3.3", variant: "1 Month", imageSrc: "http://img.b2bpic.net/free-vector/modern-instagram-composition-with-gradient-style_23-2147918697.jpg"},
]}
title="Our Premium Services"
description="Curated digital access for professionals and creators."
@@ -189,24 +124,16 @@ export default function LandingPage() {
features={[
{
icon: Shield,
title: "Private Accounts",
description: "100% private and personal access.",
},
title: "Private Accounts", description: "100% private and personal access."},
{
icon: Zap,
title: "Fast Delivery",
description: "Instant setup in less than 30 mins.",
},
title: "Fast Delivery", description: "Instant setup in less than 30 mins."},
{
icon: Headphones,
title: "24/7 Support",
description: "We're always here via WhatsApp.",
},
title: "24/7 Support", description: "We're always here via WhatsApp."},
{
icon: Tag,
title: "Best Prices",
description: "Up to 70% off retail costs.",
},
title: "Best Prices", description: "Up to 70% off retail costs."},
]}
title="Why PrimeHub"
description="Your trusted partner for premium digital access."
@@ -221,20 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1",
description: "Browse our selection",
},
id: "m1", value: "1", description: "Browse our selection"},
{
id: "m2",
value: "2",
description: "Contact us via WhatsApp",
},
id: "m2", value: "2", description: "Contact us via WhatsApp"},
{
id: "m3",
value: "3",
description: "Get instant access",
},
id: "m3", value: "3", description: "Get instant access"},
]}
title="Simple Process"
description="Get started in 3 easy steps."
@@ -248,56 +166,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "1mo",
badge: "Essential",
price: "$4",
subtitle: "Monthly basic plans",
features: [
"Ad-free access",
"Full account control",
"30-min setup",
],
id: "1mo", badge: "Essential", price: "$4", subtitle: "Monthly basic plans", features: [
"Ad-free access", "Full account control", "30-min setup"],
buttons: [
{
text: "Contact Now",
href: "#contact",
},
text: "Contact Now", href: "#contact"},
],
},
{
id: "6mo",
badge: "Popular",
price: "$15",
subtitle: "6-month savings",
features: [
"Ad-free access",
"Full account control",
"Priority support",
"Best value",
],
id: "6mo", badge: "Popular", price: "$15", subtitle: "6-month savings", features: [
"Ad-free access", "Full account control", "Priority support", "Best value"],
buttons: [
{
text: "Contact Now",
href: "#contact",
},
text: "Contact Now", href: "#contact"},
],
},
{
id: "12mo",
badge: "Pro",
price: "$25",
subtitle: "1-year ultimate",
features: [
"Ad-free access",
"Full account control",
"24/7 VIP support",
"Maximum savings",
],
id: "12mo", badge: "Pro", price: "$25", subtitle: "1-year ultimate", features: [
"Ad-free access", "Full account control", "24/7 VIP support", "Maximum savings"],
buttons: [
{
text: "Contact Now",
href: "#contact",
},
text: "Contact Now", href: "#contact"},
],
},
]}
@@ -314,25 +203,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "k1",
value: "1000+",
description: "Happy Customers",
},
id: "k1", value: "1000+", description: "Happy Customers"},
{
id: "k2",
value: "7+",
description: "Premium Services",
},
id: "k2", value: "7+", description: "Premium Services"},
{
id: "k3",
value: "24/7",
description: "Support Team",
},
id: "k3", value: "24/7", description: "Support Team"},
{
id: "k4",
value: "<30m",
description: "Avg. Delivery",
},
id: "k4", value: "<30m", description: "Avg. Delivery"},
]}
title="Trusted by Thousands"
description="Our numbers speak for themselves."
@@ -344,14 +221,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"ChatGPT",
"Adobe",
"Spotify",
"YouTube",
"Canva",
"Netflix",
"Crunchyroll",
]}
"ChatGPT", "Adobe", "Spotify", "YouTube", "Canva", "Netflix", "Crunchyroll"]}
title="Premium Services Supported"
description="Access world-leading digital platforms."
/>
@@ -363,30 +233,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Are accounts private?",
content: "Yes, all accounts are fully private.",
},
id: "q1", title: "Are accounts private?", content: "Yes, all accounts are fully private."},
{
id: "q2",
title: "How fast is delivery?",
content: "Instant delivery in 30 minutes.",
},
id: "q2", title: "How fast is delivery?", content: "Instant delivery in 30 minutes."},
{
id: "q3",
title: "What payments?",
content: "We accept Whish Money payments.",
},
id: "q3", title: "What payments?", content: "We accept Whish Money payments."},
{
id: "q4",
title: "Money back?",
content: "7-day money-back guarantee.",
},
id: "q4", title: "Money back?", content: "7-day money-back guarantee."},
{
id: "q5",
title: "Subscription renewal?",
content: "Yes, renew anytime.",
},
id: "q5", title: "Subscription renewal?", content: "Yes, renew anytime."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about PrimeHub."
@@ -398,8 +253,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Ready to Start?"
title="Get In Touch"
description="Ready to order? Message us on WhatsApp or Email for instant help."
@@ -418,4 +272,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}