Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-17 16:39:19 +00:00
7 changed files with 79 additions and 40 deletions

View File

@@ -164,25 +164,25 @@ export default function AboutPage() {
{
id: "1",
name: "Select Investor Group",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=19",
imageAlt: "Pipada Capital",
},
{
id: "2",
name: "Family Office Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=20",
imageAlt: "Pipada Capital",
},
{
id: "3",
name: "Strategic Co-Investors",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=21",
imageAlt: "Pipada Capital",
},
{
id: "4",
name: "Growth Capital Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=22",
imageAlt: "Pipada Capital",
},
]}

View File

@@ -21,25 +21,25 @@ export default function InvestWithUsPage() {
{
id: "1",
name: "Select Investor Group",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=13",
imageAlt: "Pipada Capital",
},
{
id: "2",
name: "Family Office Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=14",
imageAlt: "Pipada Capital",
},
{
id: "3",
name: "Strategic Co-Investors",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=15",
imageAlt: "Pipada Capital",
},
{
id: "4",
name: "Growth Capital Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=16",
imageAlt: "Pipada Capital",
},
];

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Pipada Capital Private Equity for Enduring Consumer Brands",
description: "We invest in what endures. Pipada Capital is a conviction-led private equity firm investing in consumer brands across India, the Middle East, and the United States.",
keywords: "private equity, consumer brands, India, Middle East, United States, investment",
metadataBase: new URL("https://pipada.capital"),
alternates: {
canonical: "https://pipada.capital",
},
openGraph: {
title: "Pipada Capital Private Equity for Enduring Consumer Brands",
description: "We invest in what endures. Conviction-led private equity investing across three markets.",
url: "https://pipada.capital",
siteName: "Pipada Capital",
images: [
{
url: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
alt: "Pipada Capital",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Pipada Capital We Invest in What Endures",
description: "Conviction-led private equity investing in consumer brands across India, the Middle East, and the United States.",
images: ["http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -181,7 +181,7 @@ export default function HomePage() {
price: "Established Presence",
rating: 5,
reviewCount: "Across Three Markets",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=1",
imageAlt: "Portfolio brand one",
},
{
@@ -191,7 +191,7 @@ export default function HomePage() {
price: "Proven Business Model",
rating: 5,
reviewCount: "Growing Revenue",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=2",
imageAlt: "Portfolio brand two",
},
{
@@ -201,7 +201,7 @@ export default function HomePage() {
price: "Sustainable Margins",
rating: 5,
reviewCount: "Long-term Value",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=3",
imageAlt: "Portfolio brand three",
},
]}
@@ -224,25 +224,25 @@ export default function HomePage() {
{
id: "1",
name: "Select Investor Group",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=1",
imageAlt: "Pipada Capital",
},
{
id: "2",
name: "Family Office Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=2",
imageAlt: "Pipada Capital",
},
{
id: "3",
name: "Strategic Co-Investors",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=3",
imageAlt: "Pipada Capital",
},
{
id: "4",
name: "Growth Capital Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=4",
imageAlt: "Pipada Capital",
},
]}
@@ -267,7 +267,7 @@ export default function HomePage() {
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",
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",
@@ -278,7 +278,7 @@ export default function HomePage() {
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",
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",
@@ -289,7 +289,7 @@ export default function HomePage() {
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",
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",

View File

@@ -80,7 +80,7 @@ export default function PerspectivesPage() {
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. Brands that endure are built on three pillars: product excellence that improves with scale, identity that transcends markets, and economics that reward loyalty.",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=17",
imageAlt: "Perspective article one",
authorName: "Pipada Capital",
authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
@@ -91,7 +91,7 @@ export default function PerspectivesPage() {
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. Consumer behavior, brand preference, and value creation follow different paths in each market—yet the principles of conviction-led investing remain constant.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=9",
imageAlt: "Perspective article two",
authorName: "Pipada Capital",
authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
@@ -102,7 +102,7 @@ export default function PerspectivesPage() {
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. When capital and time are focused, every decision carries weight. Every market move compounds. Every brand partnership strengthens the thesis.",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=18",
imageAlt: "Perspective article three",
authorName: "Pipada Capital",
authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
@@ -113,7 +113,7 @@ export default function PerspectivesPage() {
category: "INVESTMENT THESIS",
title: "Why We Invest in Consumer Brands",
excerpt: "Consumer brands are the most efficient capital multipliers in modern economies. They generate recurring revenue, build defensible moats, and travel across geographies. A brand built right is an asset that compounds across decades.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=10",
imageAlt: "Perspective article four",
authorName: "Pipada Capital",
authorAvatar: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",

View File

@@ -25,7 +25,7 @@ export default function PortfolioPage() {
price: "Established Presence",
rating: 5,
reviewCount: "Across Three Markets",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=7",
imageAlt: "Portfolio brand one",
},
{
@@ -35,7 +35,7 @@ export default function PortfolioPage() {
price: "Proven Business Model",
rating: 5,
reviewCount: "Growing Revenue",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=8",
imageAlt: "Portfolio brand two",
},
{
@@ -45,7 +45,7 @@ export default function PortfolioPage() {
price: "Sustainable Margins",
rating: 5,
reviewCount: "Long-term Value",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=8",
imageAlt: "Portfolio brand three",
},
];
@@ -54,25 +54,25 @@ export default function PortfolioPage() {
{
id: "1",
name: "Select Investor Group",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=9",
imageAlt: "Pipada Capital",
},
{
id: "2",
name: "Family Office Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=10",
imageAlt: "Pipada Capital",
},
{
id: "3",
name: "Strategic Co-Investors",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=11",
imageAlt: "Pipada Capital",
},
{
id: "4",
name: "Growth Capital Partners",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=12",
imageAlt: "Pipada Capital",
},
];

View File

@@ -142,7 +142,7 @@ export default function WhatWeDoPage() {
price: "Understanding",
rating: 5,
reviewCount: "Brand Architecture",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=5",
imageAlt: "Deep discovery approach",
},
{
@@ -152,7 +152,7 @@ export default function WhatWeDoPage() {
price: "Hands-On Support",
rating: 5,
reviewCount: "Growth Acceleration",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-frame_23-2149027998.jpg?_wi=7",
imageAlt: "Strategic partnership approach",
},
{
@@ -162,7 +162,7 @@ export default function WhatWeDoPage() {
price: "Sustainable Exit",
rating: 5,
reviewCount: "Enduring Legacy",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/paper-cut-shapes-background-halftone_52683-28628.jpg?_wi=6",
imageAlt: "Long-term value approach",
},
]}