Merge version_1 into main #2
336
src/app/page.tsx
336
src/app/page.tsx
@@ -16,242 +16,122 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Skills",
|
||||
id: "skills",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="KK"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Skills", id: "skills" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="KK"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
title="KAWACU Kennedy"
|
||||
description="Founding Engineer · AI Infrastructure · Web3 Protocol.\nBuilding the decentralized execution layer for autonomous AI agents."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-render-digital-particles-techno-background_1048-14519.jpg",
|
||||
alt: "KennedyAvatar",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/building-night-with-windows-illuminated-with-red-white-lights_23-2151966506.jpg",
|
||||
alt: "Building at night",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cosmic-background-white-black-laser-lights_181624-27720.jpg",
|
||||
alt: "Cosmic background",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-plexus-low-poly-design-with-selective-focus_1048-12167.jpg",
|
||||
alt: "Plexus design",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cosmic-environment-with-blue-neon-laser-lights-perfect-digital-wallpaper_181624-24966.jpg",
|
||||
alt: "Neon laser lights",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
text: "Download Resume",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "DECENTRALIZED AI",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "WEB3 PROTOCOLS",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "TEE SECURITY",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AGENT INFRA",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "DISTRIBUTED SYSTEMS",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
title="KAWACU Kennedy"
|
||||
description="Founding Engineer · AI Infrastructure · Web3 Protocol.\nBuilding the decentralized execution layer for autonomous AI agents."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-render-digital-particles-techno-background_1048-14519.jpg", alt: "KennedyAvatar" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/building-night-with-windows-illuminated-with-red-white-lights_23-2151966506.jpg", alt: "Building at night" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cosmic-background-white-black-laser-lights_181624-27720.jpg", alt: "Cosmic background" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-modern-plexus-low-poly-design-with-selective-focus_1048-12167.jpg", alt: "Plexus design" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cosmic-environment-with-blue-neon-laser-lights-perfect-digital-wallpaper_181624-24966.jpg", alt: "Neon laser lights" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Projects", href: "#projects" },
|
||||
{ text: "Download Resume", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "DECENTRALIZED AI" },
|
||||
{ type: "text", text: "WEB3 PROTOCOLS" },
|
||||
{ type: "text", text: "TEE SECURITY" },
|
||||
{ type: "text", text: "AGENT INFRA" },
|
||||
{ type: "text", text: "DISTRIBUTED SYSTEMS" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
tag="MISSION"
|
||||
tagAnimation="slide-up"
|
||||
title="I ship infrastructure, not just code."
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
tag="MISSION"
|
||||
tagAnimation="slide-up"
|
||||
title="I ship infrastructure, not just code."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Kuberna Labs",
|
||||
price: "AI Infrastructure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "BEAM",
|
||||
price: "Hardware/BLE",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105563.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Lifedeck",
|
||||
price: "AI iOS App",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg",
|
||||
},
|
||||
]}
|
||||
title="Projects"
|
||||
description="Production systems, not demos."
|
||||
/>
|
||||
</div>
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Kuberna Labs", price: "AI Infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg" },
|
||||
{ id: "p2", name: "BEAM", price: "Hardware/BLE", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105563.jpg" },
|
||||
{ id: "p3", name: "Lifedeck", price: "AI iOS App", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg" }
|
||||
]}
|
||||
title="Projects"
|
||||
description="Production systems, not demos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="skills" data-section="skills">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Languages",
|
||||
tags: [
|
||||
"TypeScript",
|
||||
"Solidity",
|
||||
"Rust",
|
||||
"C++",
|
||||
"Python",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg",
|
||||
imageAlt: "Futuristic ai data visualization",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "AI/ML Stack",
|
||||
tags: [
|
||||
"ElizaOS",
|
||||
"LangChain",
|
||||
"OpenAI API",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-particles-techno-background_1048-14519.jpg",
|
||||
imageAlt: "Futuristic ai data visualization",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Web3 Protocol",
|
||||
tags: [
|
||||
"ERC-7683",
|
||||
"zkTLS",
|
||||
"ERC-4337",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=2",
|
||||
imageAlt: "Futuristic ai data visualization",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "TEE/Security",
|
||||
tags: [
|
||||
"Intel TDX",
|
||||
"Remote Attestation",
|
||||
"AES-256",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105563.jpg?_wi=2",
|
||||
imageAlt: "Futuristic ai data visualization",
|
||||
},
|
||||
]}
|
||||
title="Technical Stack"
|
||||
description="27 technologies across the infrastructure spectrum."
|
||||
/>
|
||||
</div>
|
||||
<div id="skills" data-section="skills">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Languages", tags: ["TypeScript", "Solidity", "Rust", "C++", "Python"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg" },
|
||||
{ id: "s2", title: "AI/ML Stack", tags: ["ElizaOS", "LangChain", "OpenAI API"], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-particles-techno-background_1048-14519.jpg" },
|
||||
{ id: "s3", title: "Web3 Protocol", tags: ["ERC-7683", "zkTLS", "ERC-4337"], imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg" },
|
||||
{ id: "s4", title: "TEE/Security", tags: ["Intel TDX", "Remote Attestation", "AES-256"], imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105563.jpg" }
|
||||
]}
|
||||
title="Technical Stack"
|
||||
description="27 technologies across the infrastructure spectrum."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
text="Let's Build. Open to serious collaborations and infrastructure partnerships."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="Let's Build. Open to serious collaborations and infrastructure partnerships."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com/kawacukennedy",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Substack",
|
||||
href: "https://kawacukennedy.substack.com",
|
||||
},
|
||||
{
|
||||
label: "Calendar",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="KAWACU Kennedy"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "GitHub", href: "https://github.com/kawacukennedy" },
|
||||
{ label: "LinkedIn", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Substack", href: "https://kawacukennedy.substack.com" },
|
||||
{ label: "Calendar", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="KAWACU Kennedy"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user