Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-07 17:36:22 +00:00

View File

@@ -29,17 +29,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Pricing",
id: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Dashboard",
id: "/dashboard",
},
name: "Dashboard", id: "/dashboard"},
]}
brandName="DataDirect"
/>
@@ -48,41 +42,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Instant Data Delivery"
description="Get affordable and reliable data plans for all networks instantly. Reliable service, 24/7 delivery."
buttons={[
{
text: "Get Started",
href: "/dashboard",
},
text: "Get Started", href: "/dashboard"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg",
imageAlt: "digital network abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg", imageAlt: "digital network abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-network_23-2152020920.jpg",
imageAlt: "digital network abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-network_23-2152020920.jpg", imageAlt: "digital network abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617406.jpg",
imageAlt: "digital network abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617406.jpg", imageAlt: "digital network abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-basketball-player-dunking-motion-design_183364-124108.jpg",
imageAlt: "digital network abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-basketball-player-dunking-motion-design_183364-124108.jpg", imageAlt: "digital network abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg",
imageAlt: "digital network abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg", imageAlt: "digital network abstract"},
{
imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg",
imageAlt: "digital network abstract",
},
imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", imageAlt: "digital network abstract"},
]}
/>
</div>
@@ -95,17 +74,11 @@ export default function LandingPage() {
description="We offer the most reliable VTU services in the market today with competitive pricing and instant delivery times."
bulletPoints={[
{
title: "Instant Delivery",
description: "Get your data instantly.",
},
title: "Instant Delivery", description: "Get your data instantly."},
{
title: "24/7 Support",
description: "Always here to help.",
},
title: "24/7 Support", description: "Always here to help."},
{
title: "Competitive Rates",
description: "Affordable data plans.",
},
title: "Competitive Rates", description: "Affordable data plans."},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309685.jpg"
mediaAnimation="slide-up"
@@ -118,20 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Is it instant?",
content: "Yes, delivery is within seconds.",
},
id: "q1", title: "Is it instant?", content: "Yes, delivery is within seconds."},
{
id: "q2",
title: "What networks?",
content: "MTN, Glo, Airtel, 9Mobile.",
},
id: "q2", title: "What networks?", content: "MTN, Glo, Airtel, 9Mobile."},
{
id: "q3",
title: "Need help?",
content: "Contact support via WhatsApp.",
},
id: "q3", title: "Need help?", content: "Contact support via WhatsApp."},
]}
sideTitle="Questions?"
faqsAnimation="slide-up"
@@ -140,9 +104,13 @@ export default function LandingPage() {
<div id="feature" data-section="feature">
<FeatureCardSixteen
title="Features"
description="Our core capabilities"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{ title: "", description: "" }}
positiveCard={{ title: "", description: "" }}
/>
</div>
@@ -153,22 +121,14 @@ export default function LandingPage() {
description="Need technical assistance or help with your transactions?"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us how we can help",
rows: 4,
name: "message", placeholder: "Tell us how we can help", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/business-office-sence_1387-652.jpg"
imageAlt="business office sence"
@@ -179,25 +139,17 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Dashboard",
href: "/dashboard",
},
label: "Dashboard", href: "/dashboard"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}