3 Commits

Author SHA1 Message Date
8fe44552b0 Merge version_2 into main
Merge version_2 into main
2026-03-17 16:51:06 +00:00
847e70ae2f Update src/app/page.tsx 2026-03-17 16:51:02 +00:00
2b76115573 Merge version_1 into main
Merge version_1 into main
2026-03-17 16:39:19 +00:00

View File

@@ -10,71 +10,58 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import BlogCardOne from "@/components/sections/blog/BlogCardOne"; import BlogCardOne from "@/components/sections/blog/BlogCardOne";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, Compass, Focus, Globe, Award, Users, BookOpen } from "lucide-react"; import { Sparkles, Compass, Focus, Globe, Award, Users, BookOpen, Mail, Phone, MapPin } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
{ name: "WHAT WE DO", id: "what-we-do" }, { name: "WHAT WE DO", id: "convictions" },
{ name: "PORTFOLIO", id: "portfolio" }, { name: "PORTFOLIO", id: "portfolio" },
{ name: "INVEST WITH US", id: "invest-with-us" }, { name: "INVEST WITH US", id: "invest-with-us" },
{ name: "PERSPECTIVES", id: "perspectives" }, { name: "PERSPECTIVES", id: "perspectives" },
{ name: "ABOUT", id: "about" }, { name: "CONTACT", id: "contact" },
]; ];
const footerColumns = [ const footerColumns = [
{ {
title: "PIPADA CAPITAL", title: "PIPADA CAPITAL", items: [
items: [
{ {
label: "We invest in what endures.", label: "We invest in what endures.", href: "#"},
href: "#",
},
{ {
label: "Mumbai · Dubai · New York", label: "Mumbai · Dubai · New York", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "NAVIGATE", title: "NAVIGATE", items: [
items: [
{ {
label: "What We Do", label: "What We Do", href: "#convictions"},
href: "#what-we-do",
},
{ {
label: "Portfolio", label: "Portfolio", href: "#portfolio"},
href: "#portfolio",
},
{ {
label: "Invest With Us", label: "Invest With Us", href: "#invest-with-us"},
href: "#invest-with-us",
},
{ {
label: "Perspectives", label: "Perspectives", href: "#perspectives"},
href: "#perspectives",
},
{ {
label: "About", label: "Contact", href: "#contact"},
href: "/about",
},
], ],
}, },
{ {
title: "LEGAL", title: "CONTACT", items: [
items: [
{ {
label: "Privacy Policy", label: "hello@pipada.capital", href: "mailto:hello@pipada.capital"},
href: "#",
},
{ {
label: "Terms of Service", label: "+91 (0) 22 XXXX XXXX", href: "tel:+91-22-XXXXXXXX"},
href: "#",
},
{ {
label: "Disclosures", label: "Mumbai, India", href: "#"},
href: "#", ],
}, },
{
title: "LEGAL", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
{
label: "Disclosures", href: "#"},
], ],
}, },
]; ];
@@ -112,28 +99,19 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Our Convictions →", text: "Our Convictions →", href: "#convictions"},
href: "#convictions",
},
{ {
text: "Pitch to Us →", text: "Pitch to Us →", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
testimonials={[ testimonials={[
{ {
name: "Three Positions", name: "Three Positions", handle: "Held with conviction", testimonial: "Each chosen because we believe it has the architecture to endure.", rating: 5,
handle: "Held with conviction",
testimonial: "Each chosen because we believe it has the architecture to endure.",
rating: 5,
}, },
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg", src: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg", alt: "Pipada Capital mark"},
alt: "Pipada Capital mark",
},
]} ]}
avatarText="Pipada Capital" avatarText="Pipada Capital"
mediaAnimation="opacity" mediaAnimation="opacity"
@@ -146,19 +124,13 @@ export default function HomePage() {
metrics={[ metrics={[
{ {
icon: Compass, icon: Compass,
label: "Endurance over momentum", label: "Endurance over momentum", value: "We do not invest in trend cycles. We invest in brands with the architecture to compound — products that earn repeat loyalty, identities that travel across markets, businesses that improve as they age."},
value: "We do not invest in trend cycles. We invest in brands with the architecture to compound — products that earn repeat loyalty, identities that travel across markets, businesses that improve as they age.",
},
{ {
icon: Focus, icon: Focus,
label: "Concentration over breadth", label: "Concentration over breadth", value: "We hold few positions because we are deeply involved in each one. Our time and conviction are not spread across thirty brands. They are committed to a small number chosen with care."},
value: "We hold few positions because we are deeply involved in each one. Our time and conviction are not spread across thirty brands. They are committed to a small number chosen with care.",
},
{ {
icon: Globe, icon: Globe,
label: "Presence over proximity", label: "Presence over proximity", value: "India. The Gulf. The United States. We are not exploring these markets from a distance. We operate within them — which means we see what is coming before the market does."},
value: "India. The Gulf. The United States. We are not exploring these markets from a distance. We operate within them — which means we see what is coming before the market does.",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -175,44 +147,21 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "brand-1", id: "brand-1", brand: "Brand Name", name: "Market-Leading Consumer Position", price: "Established Presence", rating: 5,
brand: "Brand Name", reviewCount: "Across Three Markets", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=1", imageAlt: "Portfolio brand one"},
name: "Market-Leading Consumer Position",
price: "Established Presence",
rating: 5,
reviewCount: "Across Three Markets",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=1",
imageAlt: "Portfolio brand one",
},
{ {
id: "brand-2", id: "brand-2", brand: "Brand Name", name: "Repeat-Loyalty Architecture", price: "Proven Business Model", rating: 5,
brand: "Brand Name", reviewCount: "Growing Revenue", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=2", imageAlt: "Portfolio brand two"},
name: "Repeat-Loyalty Architecture",
price: "Proven Business Model",
rating: 5,
reviewCount: "Growing Revenue",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=2",
imageAlt: "Portfolio brand two",
},
{ {
id: "brand-3", id: "brand-3", brand: "Brand Name", name: "Enduring Market Position", price: "Sustainable Margins", rating: 5,
brand: "Brand Name", reviewCount: "Long-term Value", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=3", imageAlt: "Portfolio brand three"},
name: "Enduring Market Position",
price: "Sustainable Margins",
rating: 5,
reviewCount: "Long-term Value",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=3",
imageAlt: "Portfolio brand three",
},
]} ]}
tag="CONVICTION IN ACTION" tag="CONVICTION IN ACTION"
tagIcon={Award} tagIcon={Award}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Explore Portfolio →", text: "Explore Portfolio →", href: "#portfolio"},
href: "#portfolio",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -222,29 +171,13 @@ export default function HomePage() {
<TestimonialCardTwelve <TestimonialCardTwelve
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Select Investor Group", imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=1", imageAlt: "Pipada Capital"},
name: "Select Investor Group",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=1",
imageAlt: "Pipada Capital",
},
{ {
id: "2", id: "2", name: "Family Office Partners", imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=2", imageAlt: "Pipada Capital"},
name: "Family Office Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=2",
imageAlt: "Pipada Capital",
},
{ {
id: "3", id: "3", name: "Strategic Co-Investors", imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=3", imageAlt: "Pipada Capital"},
name: "Strategic Co-Investors",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=3",
imageAlt: "Pipada Capital",
},
{ {
id: "4", id: "4", name: "Growth Capital Partners", imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=4", imageAlt: "Pipada Capital"},
name: "Growth Capital Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=4",
imageAlt: "Pipada Capital",
},
]} ]}
cardTitle="We invite a select group of investors to participate alongside us." cardTitle="We invite a select group of investors to participate alongside us."
cardTag="Investment Partners" cardTag="Investment Partners"
@@ -263,47 +196,18 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
blogs={[ blogs={[
{ {
id: "perspective-1", id: "perspective-1", category: "CONVICTION", title: "The Architecture of Endurance", excerpt: "What separates consumer brands that compound in value from those that fade? A structural conviction about durability.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=4", imageAlt: "Perspective article one", authorName: "Pipada Capital", authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg", date: "January 2026"},
category: "CONVICTION",
title: "The Architecture of Endurance",
excerpt: "What separates consumer brands that compound in value from those that fade? A structural conviction about durability.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=4",
imageAlt: "Perspective article one",
authorName: "Pipada Capital",
authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
date: "January 2026",
},
{ {
id: "perspective-2", id: "perspective-2", category: "MARKET VIEW", title: "Three Markets, One Vision", excerpt: "Operating across India, the Gulf, and the United States reveals patterns invisible from a single market perspective.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=5", imageAlt: "Perspective article two", authorName: "Pipada Capital", authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg", date: "December 2025"},
category: "MARKET VIEW",
title: "Three Markets, One Vision",
excerpt: "Operating across India, the Gulf, and the United States reveals patterns invisible from a single market perspective.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=5",
imageAlt: "Perspective article two",
authorName: "Pipada Capital",
authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
date: "December 2025",
},
{ {
id: "perspective-3", id: "perspective-3", category: "STRATEGY", title: "Concentration as Discipline", excerpt: "Why holding few positions is not a constraint on growth—it is a statement of conviction and a driver of value.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=6", imageAlt: "Perspective article three", authorName: "Pipada Capital", authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg", date: "November 2025"},
category: "STRATEGY",
title: "Concentration as Discipline",
excerpt: "Why holding few positions is not a constraint on growth—it is a statement of conviction and a driver of value.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=6",
imageAlt: "Perspective article three",
authorName: "Pipada Capital",
authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
date: "November 2025",
},
]} ]}
tag="THOUGHT LEADERSHIP" tag="THOUGHT LEADERSHIP"
tagIcon={BookOpen} tagIcon={BookOpen}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Read All Perspectives →", text: "Read All Perspectives →", href: "#perspectives"},
href: "#perspectives",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -316,22 +220,14 @@ export default function HomePage() {
useInvertedBackground={true} useInvertedBackground={true}
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your brand or investment interest.", rows: 5,
placeholder: "Tell us about your brand or investment interest.",
rows: 5,
required: true, required: true,
}} }}
mediaAnimation="opacity" mediaAnimation="opacity"