Merge version_1 into main #2
138
src/app/page.tsx
138
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Ventures",
|
||||
id: "ventures",
|
||||
},
|
||||
name: "Ventures", id: "ventures"},
|
||||
{
|
||||
name: "Writing",
|
||||
id: "writing",
|
||||
},
|
||||
name: "Writing", id: "writing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Preetham Kommareddy"
|
||||
/>
|
||||
@@ -53,70 +45,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Preetham Kommareddy"
|
||||
description="Founder. Writer. Builder of things meant to last."
|
||||
kpis={[
|
||||
{
|
||||
value: "Founder",
|
||||
label: "LLF",
|
||||
},
|
||||
value: "Founder", label: "LLF"},
|
||||
{
|
||||
value: "Writer",
|
||||
label: "Essayist",
|
||||
},
|
||||
value: "Writer", label: "Essayist"},
|
||||
{
|
||||
value: "Builder",
|
||||
label: "GradeUp",
|
||||
},
|
||||
value: "Builder", label: "GradeUp"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg",
|
||||
alt: "Preetham portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", alt: "Preetham portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg",
|
||||
alt: "Preetham portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", alt: "Preetham portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg",
|
||||
alt: "Preetham portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", alt: "Preetham portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg",
|
||||
alt: "Preetham portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", alt: "Preetham portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg",
|
||||
alt: "Preetham portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", alt: "Preetham portrait"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Thought Leadership",
|
||||
},
|
||||
type: "text", text: "Thought Leadership"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Social Impact",
|
||||
},
|
||||
type: "text", text: "Social Impact"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Educational Reform",
|
||||
},
|
||||
type: "text", text: "Educational Reform"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Literature & Prose",
|
||||
},
|
||||
type: "text", text: "Literature & Prose"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Institutional Growth",
|
||||
},
|
||||
type: "text", text: "Institutional Growth"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,9 +94,8 @@ export default function LandingPage() {
|
||||
description="I believe in building institutions that outlast the founder. My journey began with Literate Lives Foundation, establishing libraries in orphanages across India, followed by TEDx and GradeUp."
|
||||
subdescription="Whether writing short stories or completing IGCSEs, I approach every project with the weight of long-term intent. I write, build, and organize for the future."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg"
|
||||
mediaAnimation="none"
|
||||
videoSrc="https://www.youtube.com/watch?v=placeholder"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,26 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "llf",
|
||||
title: "Literate Lives Foundation",
|
||||
subtitle: "Building libraries in orphanages across India.",
|
||||
category: "Non-profit",
|
||||
value: "Impact",
|
||||
},
|
||||
id: "llf", title: "Literate Lives Foundation", subtitle: "Building libraries in orphanages across India.", category: "Non-profit", value: "Impact"},
|
||||
{
|
||||
id: "gradeup",
|
||||
title: "GradeUp",
|
||||
subtitle: "Innovative education support.",
|
||||
category: "Platform",
|
||||
value: "Growth",
|
||||
},
|
||||
id: "gradeup", title: "GradeUp", subtitle: "Innovative education support.", category: "Platform", value: "Growth"},
|
||||
{
|
||||
id: "tedx",
|
||||
title: "TEDxGachibowli",
|
||||
subtitle: "Organizing ideas worth spreading.",
|
||||
category: "Organization",
|
||||
value: "Leadership",
|
||||
},
|
||||
id: "tedx", title: "TEDxGachibowli", subtitle: "Organizing ideas worth spreading.", category: "Organization", value: "Leadership"},
|
||||
]}
|
||||
title="Ventures"
|
||||
description="Foundations of my work."
|
||||
@@ -177,35 +126,11 @@ export default function LandingPage() {
|
||||
description="Essays and fiction."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Essay",
|
||||
title: "The Weight of Lasting Things",
|
||||
excerpt: "A meditation on the difference between building to scale and building to last.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=3",
|
||||
authorName: "Preetham Kommareddy",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "b1", category: "Essay", title: "The Weight of Lasting Things", excerpt: "A meditation on the difference between building to scale and building to last.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", authorName: "Preetham Kommareddy", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", date: "2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Fiction",
|
||||
title: "The Orphan's Library",
|
||||
excerpt: "Short story exploring human connection in isolated spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=4",
|
||||
authorName: "Preetham Kommareddy",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "b2", category: "Fiction", title: "The Orphan's Library", excerpt: "Short story exploring human connection in isolated spaces.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", authorName: "Preetham Kommareddy", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", date: "2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Essay",
|
||||
title: "Merit and Legacy",
|
||||
excerpt: "Thoughts on the John Locke Essay competition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg?_wi=5",
|
||||
authorName: "Preetham Kommareddy",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg",
|
||||
date: "2023",
|
||||
},
|
||||
id: "b3", category: "Essay", title: "Merit and Legacy", excerpt: "Thoughts on the John Locke Essay competition.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", authorName: "Preetham Kommareddy", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-young-male-jersey-with-scarf-black-wall_140725-143251.jpg", date: "2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -214,8 +139,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Reach Out"
|
||||
description="For serious inquiries."
|
||||
tag="Contact"
|
||||
@@ -228,13 +152,9 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@preetham.in",
|
||||
},
|
||||
label: "Email", href: "mailto:hello@preetham.in"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user