Merge version_1 into main #1
273
src/app/page.tsx
273
src/app/page.tsx
@@ -32,109 +32,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Team", id: "#team" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Pixel Technosol"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Empowering Innovation Through Digital Excellence"
|
||||
description="Pixel Technosol delivers cutting-edge software and IT infrastructure solutions for ambitious modern enterprises."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sjenkins",
|
||||
testimonial: "Transformed our digital presence, highly professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Reliable and high-quality software solutions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
||||
},
|
||||
{
|
||||
name: "Anna Roberts",
|
||||
handle: "@aroberts",
|
||||
testimonial: "Their dev team is absolutely phenomenal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "A game changer for our backend scaling.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emma Wilson",
|
||||
handle: "@ewilson",
|
||||
testimonial: "Truly visionary partners in technology.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "Transformed our digital presence, highly professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg" },
|
||||
{ name: "Mark Chen", handle: "@mchen", testimonial: "Reliable and high-quality software solutions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg" },
|
||||
{ name: "Anna Roberts", handle: "@aroberts", testimonial: "Their dev team is absolutely phenomenal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" },
|
||||
{ name: "David Kim", handle: "@dkim", testimonial: "A game changer for our backend scaling.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg" },
|
||||
{ name: "Emma Wilson", handle: "@ewilson", testimonial: "Truly visionary partners in technology.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Explore Services", href: "#features" }, { text: "Contact Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/startup-worker-analyzing-statistics-diagrams-pc_482257-77609.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
|
||||
alt: "Portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg",
|
||||
alt: "Portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-business-man-standing-office_1303-22654.jpg",
|
||||
alt: "Portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
alt: "Portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg",
|
||||
alt: "Portrait 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", alt: "Portrait 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg", alt: "Portrait 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-business-man-standing-office_1303-22654.jpg", alt: "Portrait 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Portrait 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", alt: "Portrait 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ global enterprises"
|
||||
/>
|
||||
@@ -156,23 +86,12 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Secure Infrastructure",
|
||||
description: "Fortified network solutions for your assets.",
|
||||
},
|
||||
{
|
||||
icon: Database,
|
||||
title: "AI Development",
|
||||
description: "Smart automation for complex workflows.",
|
||||
},
|
||||
{
|
||||
icon: Cloud,
|
||||
title: "Cloud Migration",
|
||||
description: "Seamless transition to global cloud providers.",
|
||||
},
|
||||
{ icon: Shield, title: "Secure Infrastructure", description: "Fortified network solutions for your assets." },
|
||||
{ icon: Database, title: "AI Development", description: "Smart automation for complex workflows." },
|
||||
{ icon: Cloud, title: "Cloud Migration", description: "Seamless transition to global cloud providers." },
|
||||
]}
|
||||
title="Core IT Services"
|
||||
description="We specialize in high-impact solutions for dynamic business environments."
|
||||
@@ -183,15 +102,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Google",
|
||||
"Microsoft",
|
||||
"AWS",
|
||||
"Oracle",
|
||||
"RedHat",
|
||||
"VMware",
|
||||
"Cisco",
|
||||
]}
|
||||
names={["Google", "Microsoft", "AWS", "Oracle", "RedHat", "VMware", "Cisco"]}
|
||||
title="Trusted Global Partners"
|
||||
description="Our solutions are engineered for globally recognized tech leaders."
|
||||
/>
|
||||
@@ -204,24 +115,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Rivera",
|
||||
role: "CEO & Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jamie Sohn",
|
||||
role: "Lead Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marketing-company-employee-sitting-desk-developing-management-plan-while-using-work-computer-office-worker-with-financial-knowledge-seeking-business-recovery-solution-while-using-desktop-pc_482257-40314.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Morgan Ellis",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrit-trendy-handsome-man-sunglasses-photo-studio_613910-13088.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex Rivera", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg" },
|
||||
{ id: "t2", name: "Jamie Sohn", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/marketing-company-employee-sitting-desk-developing-management-plan-while-using-work-computer-office-worker-with-financial-knowledge-seeking-business-recovery-solution-while-using-desktop-pc_482257-40314.jpg" },
|
||||
{ id: "t3", name: "Morgan Ellis", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrit-trendy-handsome-man-sunglasses-photo-studio_613910-13088.jpg" },
|
||||
]}
|
||||
title="Engineering Leadership"
|
||||
description="The creative minds driving our digital innovations."
|
||||
@@ -234,60 +130,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "CEO",
|
||||
company: "TechStream",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-vr-goggles_1098-14668.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLabs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anna Roberts",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-leader-crossing-arms-chest_1262-3509.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Manager",
|
||||
company: "StartupX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emma Wilson",
|
||||
role: "Director",
|
||||
company: "CreativeOps",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-it-specialist-working-project-sitting-office-with-international-colleagues_197531-4957.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Jenkins", role: "CEO", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-vr-goggles_1098-14668.jpg" },
|
||||
{ id: "2", name: "Mark Chen", role: "CTO", company: "InnovateLabs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
|
||||
{ id: "3", name: "Anna Roberts", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-business-leader-crossing-arms-chest_1262-3509.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Manager", company: "StartupX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg" },
|
||||
{ id: "5", name: "Emma Wilson", role: "Director", company: "CreativeOps", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-it-specialist-working-project-sitting-office-with-international-colleagues_197531-4957.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "150+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "99.9%",
|
||||
label: "Uptime Guaranteed",
|
||||
},
|
||||
{
|
||||
value: "40+",
|
||||
label: "Expert Engineers",
|
||||
},
|
||||
{ value: "150+", label: "Projects Completed" },
|
||||
{ value: "99.9%", label: "Uptime Guaranteed" },
|
||||
{ value: "40+", label: "Expert Engineers" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear directly from those who rely on us for their IT roadmap."
|
||||
@@ -299,21 +151,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What IT support models do you offer?",
|
||||
content: "We offer hybrid, dedicated, and consulting-based models to suit your size.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How quickly can we start a project?",
|
||||
content: "Our typical onboarding timeline is just 48 hours.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you provide maintenance after launch?",
|
||||
content: "Absolutely, we have tiered support and maintenance plans available.",
|
||||
},
|
||||
{ id: "f1", title: "What IT support models do you offer?", content: "We offer hybrid, dedicated, and consulting-based models to suit your size." },
|
||||
{ id: "f2", title: "How quickly can we start a project?", content: "Our typical onboarding timeline is just 48 hours." },
|
||||
{ id: "f3", title: "Do you provide maintenance after launch?", content: "Absolutely, we have tiered support and maintenance plans available." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our service models."
|
||||
@@ -324,16 +164,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to scale your business with professional IT solutions? Let's talk strategy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Consultation", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -341,32 +174,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Pixel Technosol"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Pixel Technosol. All rights reserved."
|
||||
/>
|
||||
@@ -374,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user