Update src/app/page.tsx

This commit is contained in:
2026-04-22 21:05:26 +00:00
parent 814faae443
commit 78951a6fc0

View File

@@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Globe, Sparkles, Users, Zap } from "lucide-react";
import { Award, Globe, Sparkles, Users, Zap, Shield, Cloud, BrainCircuit } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Team",
id: "team",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
]}
brandName="CorpSolutions"
/>
@@ -55,49 +43,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Transforming Business Through Innovation"
description="We build sustainable, high-growth digital solutions for modern businesses looking to scale in the new age."
tag="Trusted Enterprise Partner"
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
buttons={[{ text: "Get Started", href: "#contact" }]}
carouselItems={[
{
id: "hc-1",
imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-urban-city-tall-buildings-skyscrapers-from-window_181624-8134.jpg",
imageAlt: "modern corporate office interior",
},
{
id: "hc-2",
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160198.jpg",
imageAlt: "abstract digital network lines",
},
{
id: "hc-3",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-wearing-black-suit-shaking-male-hand_1163-5293.jpg",
imageAlt: "business people handshake success",
},
{
id: "hc-4",
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-meeting-conference-room-with-graphs-diagrams-tv-background_482257-25767.jpg",
imageAlt: "modern conference room interior",
},
{
id: "hc-5",
imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg",
imageAlt: "global data flow visualization",
},
{
id: "hc-6",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscraper_1252-1145.jpg",
imageAlt: "modern glass building architecture",
},
{ id: "hc-1", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-urban-city-tall-buildings-skyscrapers-from-window_181624-8134.jpg", imageAlt: "modern corporate office interior" },
{ id: "hc-2", imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160198.jpg", imageAlt: "abstract digital network lines" },
{ id: "hc-3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-wearing-black-suit-shaking-male-hand_1163-5293.jpg", imageAlt: "business people handshake success" },
{ id: "hc-4", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-meeting-conference-room-with-graphs-diagrams-tv-background_482257-25767.jpg", imageAlt: "modern conference room interior" },
{ id: "hc-5", imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg", imageAlt: "global data flow visualization" },
{ id: "hc-6", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscraper_1252-1145.jpg", imageAlt: "modern glass building architecture" },
]}
tagIcon={Sparkles}
/>
@@ -108,26 +65,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Unrivaled Industry Impact"
metrics={[
{
icon: Award,
label: "Projects Completed",
value: "500+",
},
{
icon: Users,
label: "Satisfied Clients",
value: "120+",
},
{
icon: Globe,
label: "Global Operations",
value: "15",
},
{
icon: Zap,
label: "Years Experience",
value: "12",
},
{ icon: Award, label: "Projects Completed", value: "500+" },
{ icon: Users, label: "Satisfied Clients", value: "120+" },
{ icon: Globe, label: "Global Operations", value: "15" },
{ icon: Zap, label: "Years Experience", value: "12" },
]}
metricsAnimation="slide-up"
/>
@@ -138,30 +79,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Digital Transformation",
description: "Seamlessly migrate and modernize legacy systems with modern cloud-native architectures.",
imageSrc: "http://img.b2bpic.net/free-photo/startup-team-cheering-after-seeing-company-stocks-raising-doing-high-five_482257-125920.jpg",
buttonIcon: "Zap",
},
{
title: "Cybersecurity Solutions",
description: "Robust protection for your vital business data against evolving digital threats.",
imageSrc: "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-128377.jpg",
buttonIcon: "Shield",
},
{
title: "Cloud Infrastructure",
description: "Scalable cloud hosting to empower your applications with maximum uptime and speed.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841688.jpg",
buttonIcon: "Cloud",
},
{
title: "AI Analytics",
description: "Leverage advanced machine learning for better business insights and predictive forecasting.",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-system-administrator-using-ai-neural-network-models-configure-hardware-employee-works_482257-136071.jpg",
buttonIcon: "BrainCircuit",
},
{ title: "Digital Transformation", description: "Seamlessly migrate and modernize legacy systems with modern cloud-native architectures.", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-cheering-after-seeing-company-stocks-raising-doing-high-five_482257-125920.jpg", buttonIcon: Zap },
{ title: "Cybersecurity Solutions", description: "Robust protection for your vital business data against evolving digital threats.", imageSrc: "http://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-128377.jpg", buttonIcon: Shield },
{ title: "Cloud Infrastructure", description: "Scalable cloud hosting to empower your applications with maximum uptime and speed.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841688.jpg", buttonIcon: Cloud },
{ title: "AI Analytics", description: "Leverage advanced machine learning for better business insights and predictive forecasting.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-system-administrator-using-ai-neural-network-models-configure-hardware-employee-works_482257-136071.jpg", buttonIcon: BrainCircuit },
]}
title="Our Core Services"
description="Comprehensive digital strategy tailored for sustainable growth and operational excellence."
@@ -174,27 +95,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "45%",
title: "Operation Efficiency",
description: "Gains in workflow automation",
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg",
},
{
id: "m2",
value: "2.5x",
title: "Revenue Growth",
description: "Average client revenue increase",
imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-58033.jpg",
},
{
id: "m3",
value: "99.9%",
title: "System Uptime",
description: "Consistent reliability",
imageSrc: "http://img.b2bpic.net/free-photo/global-connectivity-airplane-flying-world-map-with-lines_23-2152005447.jpg",
},
{ id: "m1", value: "45%", title: "Operation Efficiency", description: "Gains in workflow automation", imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg" },
{ id: "m2", value: "2.5x", title: "Revenue Growth", description: "Average client revenue increase", imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-58033.jpg" },
{ id: "m3", value: "99.9%", title: "System Uptime", description: "Consistent reliability", imageSrc: "http://img.b2bpic.net/free-photo/global-connectivity-airplane-flying-world-map-with-lines_23-2152005447.jpg" },
]}
title="Measured Results"
description="Evidence-based strategies that drive measurable success for our partners."
@@ -208,30 +111,11 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "leadership",
groupTitle: "Leadership",
members: [
{
id: "tm1",
title: "Jane Doe",
subtitle: "CEO & Founder",
detail: "15+ years in digital strategy.",
},
{
id: "tm2",
title: "John Smith",
subtitle: "CTO",
detail: "Tech pioneer in cloud systems.",
},
{
id: "tm3",
title: "Elena Rossi",
subtitle: "Director of Growth",
detail: "Expert in scaling global ventures.",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg",
imageAlt: "Modern tokyo street background",
id: "leadership", groupTitle: "Leadership", members: [
{ id: "tm1", title: "Jane Doe", subtitle: "CEO & Founder", detail: "15+ years in digital strategy.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg" },
{ id: "tm2", title: "John Smith", subtitle: "CTO", detail: "Tech pioneer in cloud systems.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg" },
{ id: "tm3", title: "Elena Rossi", subtitle: "Director of Growth", detail: "Expert in scaling global ventures.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg" },
]
},
]}
title="Meet Our Visionaries"
@@ -245,41 +129,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex Johnson",
handle: "@alexj",
testimonial: "Transformative results. Their strategy was key to our growth.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
},
{
id: "t2",
name: "Sarah Miller",
handle: "@sarahm",
testimonial: "Professional, efficient, and innovative partners.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
},
{
id: "t3",
name: "David Brown",
handle: "@dbrown",
testimonial: "Their AI expertise is second to none.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
},
{
id: "t4",
name: "Emily Chen",
handle: "@echen",
testimonial: "Exceptional service and support throughout.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg",
},
{
id: "t5",
name: "Michael Ross",
handle: "@mross",
testimonial: "A clear vision and flawless execution every time.",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-digital-tablet_107420-65748.jpg",
},
{ id: "t1", name: "Alex Johnson", handle: "@alexj", testimonial: "Transformative results. Their strategy was key to our growth.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" },
{ id: "t2", name: "Sarah Miller", handle: "@sarahm", testimonial: "Professional, efficient, and innovative partners.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg" },
{ id: "t3", name: "David Brown", handle: "@dbrown", testimonial: "Their AI expertise is second to none.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg" },
{ id: "t4", name: "Emily Chen", handle: "@echen", testimonial: "Exceptional service and support throughout.", imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg" },
{ id: "t5", name: "Michael Ross", handle: "@mross", testimonial: "A clear vision and flawless execution every time.", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-digital-tablet_107420-65748.jpg" },
]}
title="Client Success Stories"
description="What industry leaders say about our partnership."
@@ -290,26 +144,10 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you serve international clients?",
content: "Yes, we operate globally with teams in major regions to support international enterprise requirements.",
},
{
id: "f2",
title: "What is the onboarding process?",
content: "We follow a streamlined 4-step intake process designed to align our technical team with your business objectives quickly.",
},
{
id: "f3",
title: "Can I scale my services?",
content: "Absolutely, our packages are designed to grow as you grow, with flexible modular service tiers.",
},
{
id: "f4",
title: "What security standards do you follow?",
content: "We implement industry-leading encryption and maintain strict compliance with global data protection standards.",
},
{ id: "f1", title: "Do you serve international clients?", content: "Yes, we operate globally with teams in major regions to support international enterprise requirements." },
{ id: "f2", title: "What is the onboarding process?", content: "We follow a streamlined 4-step intake process designed to align our technical team with your business objectives quickly." },
{ id: "f3", title: "Can I scale my services?", content: "Absolutely, our packages are designed to grow as you grow, with flexible modular service tiers." },
{ id: "f4", title: "What security standards do you follow?", content: "We implement industry-leading encryption and maintain strict compliance with global data protection standards." },
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="blur-reveal"
@@ -320,9 +158,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Let's Collaborate"
title="Start Your Transformation"
description="Ready to build the future? Reach out today for a consultation."
@@ -336,37 +172,17 @@ export default function LandingPage() {
logoText="CorpSolutions"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#features",
},
{
label: "Team",
href: "#team",
},
{
label: "Contact",
href: "#contact",
},
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#features" },
{ label: "Team", href: "#team" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}