Merge version_1 into main #1
182
src/app/page.tsx
182
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="NexTech"
|
||||
/>
|
||||
@@ -55,65 +47,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Empowering Tomorrow's Technology"
|
||||
description="We build scalable, high-performance software platforms for global innovators."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
|
||||
alt: "CEO Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg", alt: "CEO Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
|
||||
alt: "PM Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", alt: "PM Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-programmer-walking-through-apartment-thinking-how-solve-coding-issues_482257-104090.jpg",
|
||||
alt: "Lead David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-programmer-walking-through-apartment-thinking-how-solve-coding-issues_482257-104090.jpg", alt: "Lead David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-listening-music-wearing-headphones_482257-6491.jpg",
|
||||
alt: "CTO Michael",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-listening-music-wearing-headphones_482257-6491.jpg", alt: "CTO Michael"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
alt: "Innovation Consultant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "Innovation Consultant"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ innovative tech companies"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cloud Infrastructure",
|
||||
icon: Cloud,
|
||||
type: "text-icon", text: "Cloud Infrastructure", icon: Cloud,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Real-time Analytics",
|
||||
icon: BarChart,
|
||||
type: "text-icon", text: "Real-time Analytics", icon: BarChart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "AI Integration",
|
||||
icon: Database,
|
||||
type: "text-icon", text: "AI Integration", icon: Database,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Security",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Global Security", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Scaling",
|
||||
icon: Database,
|
||||
type: "text-icon", text: "Data Scaling", icon: Database,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -126,19 +95,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Performance",
|
||||
value: "99.9%",
|
||||
},
|
||||
label: "Performance", value: "99.9%"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Security",
|
||||
value: "ISO 27001",
|
||||
},
|
||||
label: "Security", value: "ISO 27001"},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Global Coverage",
|
||||
value: "140+",
|
||||
},
|
||||
label: "Global Coverage", value: "140+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,22 +113,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Data Connectivity",
|
||||
description: "Seamless integration across all your data sources.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Data Connectivity", description: "Seamless integration across all your data sources.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Scalable Infrastructure",
|
||||
description: "Auto-scaling environments ready for enterprise load.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979632.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Scalable Infrastructure", description: "Auto-scaling environments ready for enterprise load.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979632.jpg", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Global Cloud Sync",
|
||||
description: "Real-time synchronization across continents.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645669.jpg",
|
||||
buttonIcon: "Globe",
|
||||
title: "Global Cloud Sync", description: "Real-time synchronization across continents.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645669.jpg", buttonIcon: Globe,
|
||||
},
|
||||
]}
|
||||
title="Core Capabilities"
|
||||
@@ -178,12 +132,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Apple",
|
||||
"Amazon",
|
||||
"Meta",
|
||||
]}
|
||||
"Microsoft", "Google", "Apple", "Amazon", "Meta"]}
|
||||
title="Trusted by Leaders"
|
||||
description="Joining the ranks of industry pioneers."
|
||||
/>
|
||||
@@ -196,45 +145,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "NexTech transformed our infrastructure, enabling rapid scale.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "NexTech transformed our infrastructure, enabling rapid scale.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Unparalleled performance and dedicated support. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Unparalleled performance and dedicated support. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@erod",
|
||||
testimonial: "The seamless integration saved us months of development time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-programmer-walking-through-apartment-thinking-how-solve-coding-issues_482257-104090.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "The seamless integration saved us months of development time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-programmer-walking-through-apartment-thinking-how-solve-coding-issues_482257-104090.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "An essential platform for any high-growth tech startup.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-listening-music-wearing-headphones_482257-6491.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "An essential platform for any high-growth tech startup.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-listening-music-wearing-headphones_482257-6491.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "John Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Their security standards are industry-leading and reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
},
|
||||
id: "5", name: "John Doe", handle: "@jdoe", testimonial: "Their security standards are industry-leading and reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success"
|
||||
@@ -248,20 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is NexTech suitable for small startups?",
|
||||
content: "Absolutely, our infrastructure scales from initial MVP to enterprise.",
|
||||
},
|
||||
id: "1", title: "Is NexTech suitable for small startups?", content: "Absolutely, our infrastructure scales from initial MVP to enterprise."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How secure is the platform?",
|
||||
content: "We follow ISO 27001 standards and maintain rigorous security audits.",
|
||||
},
|
||||
id: "2", title: "How secure is the platform?", content: "We follow ISO 27001 standards and maintain rigorous security audits."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I integrate my existing tools?",
|
||||
content: "Yes, we support extensive REST API integrations for all modern tools.",
|
||||
},
|
||||
id: "3", title: "Can I integrate my existing tools?", content: "Yes, we support extensive REST API integrations for all modern tools."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get clear answers to the most common questions."
|
||||
@@ -273,8 +188,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to get started?"
|
||||
description="Join our growing community and drive innovation together."
|
||||
@@ -286,29 +200,19 @@ export default function LandingPage() {
|
||||
logoText="NexTech"
|
||||
columns={[
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Documentation", href: "#"},
|
||||
{
|
||||
label: "API",
|
||||
href: "#",
|
||||
},
|
||||
label: "API", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user