Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b493bcab54 | |||
| 1c353ae055 | |||
| 9d4d53f0ca | |||
| 3336e67552 | |||
| 4ef4b6e751 |
172
src/app/page.tsx
172
src/app/page.tsx
@@ -11,6 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
import { Award, CheckCircle, Shield, Zap } from "lucide-react";
|
import { Award, CheckCircle, Shield, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -32,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Case Studies",
|
name: "Case Studies", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="VertexLabs"
|
brandName="VertexLabs"
|
||||||
/>
|
/>
|
||||||
@@ -55,62 +48,39 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Scaling Global Tech Infrastructure"
|
title="Scaling Global Tech Infrastructure"
|
||||||
description="We architect high-performance software ecosystems for enterprises aiming for exponential growth."
|
description="We architect high-performance software ecosystems for enterprises aiming for exponential growth."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Consult With Experts",
|
text: "Consult With Experts", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-15831.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-15831.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139320.jpg",
|
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139320.jpg", alt: "Executive 1"},
|
||||||
alt: "Executive 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg",
|
src: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg", alt: "Executive 2"},
|
||||||
alt: "Executive 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599416.jpg",
|
src: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599416.jpg", alt: "Executive 3"},
|
||||||
alt: "Executive 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139360.jpg",
|
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139360.jpg", alt: "Executive 4"},
|
||||||
alt: "Executive 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-15831.jpg",
|
src: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-15831.jpg", alt: "Executive 5"},
|
||||||
alt: "Executive 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ global tech leaders"
|
avatarText="Trusted by 500+ global tech leaders"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Cloud Architecture"},
|
||||||
text: "Cloud Architecture",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Predictive AI"},
|
||||||
text: "Predictive AI",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "DevSecOps"},
|
||||||
text: "DevSecOps",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Data Engineering"},
|
||||||
text: "Data Engineering",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Cybersecurity"},
|
||||||
text: "Cybersecurity",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -128,6 +98,22 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="team" data-section="team">
|
||||||
|
<TeamCardOne
|
||||||
|
title="Our Leadership"
|
||||||
|
description="Meet the experts steering our vision."
|
||||||
|
textboxLayout="default"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
animationType="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
members={[
|
||||||
|
{ id: "1", name: "Game", role: "CEO", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-man-with-crossed-arms_1142-261.jpg" },
|
||||||
|
{ id: "2", name: "Oh", role: "CTO", imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-man-having-stubble-posing-with-folded-arms-looking-camera_171337-12643.jpg" },
|
||||||
|
{ id: "3", name: "Rung", role: "Design Director", imageSrc: "https://img.b2bpic.net/free-photo/thoughtful-woman-with-her-hand-near-face_1142-259.jpg" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentyOne
|
<FeatureCardTwentyOne
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -135,20 +121,11 @@ export default function LandingPage() {
|
|||||||
description="Our suite of services covers the entire product development lifecycle, from concept to global deployment."
|
description="Our suite of services covers the entire product development lifecycle, from concept to global deployment."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "a1",
|
id: "a1", title: "Scalable Cloud Architecture", content: "Robust cloud strategies tailored for multi-region performance."},
|
||||||
title: "Scalable Cloud Architecture",
|
|
||||||
content: "Robust cloud strategies tailored for multi-region performance.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "a2",
|
id: "a2", title: "Predictive AI Systems", content: "Machine learning models designed for real-world impact and automation."},
|
||||||
title: "Predictive AI Systems",
|
|
||||||
content: "Machine learning models designed for real-world impact and automation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "a3",
|
id: "a3", title: "DevSecOps Integration", content: "Seamless deployment pipelines with security at the core."},
|
||||||
title: "DevSecOps Integration",
|
|
||||||
content: "Seamless deployment pipelines with security at the core.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139229.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139229.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -162,23 +139,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", icon: Award,
|
||||||
icon: Award,
|
title: "Years Experience", value: "12+"},
|
||||||
title: "Years Experience",
|
|
||||||
value: "12+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", icon: CheckCircle,
|
||||||
icon: CheckCircle,
|
title: "Projects Completed", value: "150+"},
|
||||||
title: "Projects Completed",
|
|
||||||
value: "150+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", icon: Shield,
|
||||||
icon: Shield,
|
title: "Security Patches", value: "500+"},
|
||||||
title: "Security Patches",
|
|
||||||
value: "500+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Measurable Impact"
|
title="Measurable Impact"
|
||||||
description="Tangible results across every project phase."
|
description="Tangible results across every project phase."
|
||||||
@@ -193,25 +161,15 @@ export default function LandingPage() {
|
|||||||
author="Sarah Chen, VP Engineering at CloudScale"
|
author="Sarah Chen, VP Engineering at CloudScale"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Sarah Chen"},
|
||||||
alt: "Sarah Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
|
src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", alt: "Director 1"},
|
||||||
alt: "Director 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Manager 1"},
|
||||||
alt: "Manager 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Lead 1"},
|
||||||
alt: "Lead 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg", alt: "Executive 1"},
|
||||||
alt: "Executive 1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -223,14 +181,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"AlphaTech",
|
"AlphaTech", "BetaSystems", "GammaCloud", "DeltaInnovate", "EpsilonSoft", "ZetaGrid", "EtaPulse"]}
|
||||||
"BetaSystems",
|
|
||||||
"GammaCloud",
|
|
||||||
"DeltaInnovate",
|
|
||||||
"EpsilonSoft",
|
|
||||||
"ZetaGrid",
|
|
||||||
"EtaPulse",
|
|
||||||
]}
|
|
||||||
title="Trusted by Leaders"
|
title="Trusted by Leaders"
|
||||||
description="Collaborating with global innovators."
|
description="Collaborating with global innovators."
|
||||||
/>
|
/>
|
||||||
@@ -240,8 +191,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Architecting the Future"
|
title="Architecting the Future"
|
||||||
description="Ready to scale your next major initiative? Let's discuss your roadmap."
|
description="Ready to scale your next major initiative? Let's discuss your roadmap."
|
||||||
@@ -255,29 +205,19 @@ export default function LandingPage() {
|
|||||||
logoText="VertexLabs"
|
logoText="VertexLabs"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Guides",
|
label: "Guides", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -286,4 +226,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #000000;
|
||||||
--card: #0c0c0c;
|
--card: #f30c0c;
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #106EFB;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
|
|||||||
Reference in New Issue
Block a user