From 8bc61a3c8f48edc366daa2c4393c652ec662eff2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:39:12 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6d79253..3690681 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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", }, ]} From 75c7fd9b7ffe29e549052da2d4af55f10586e026 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:39:13 +0000 Subject: [PATCH 2/7] Update src/app/invest-with-us/page.tsx --- src/app/invest-with-us/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/invest-with-us/page.tsx b/src/app/invest-with-us/page.tsx index f698ae6..a732050 100644 --- a/src/app/invest-with-us/page.tsx +++ b/src/app/invest-with-us/page.tsx @@ -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", }, ]; From 1fffa0d08e4e7d0b139fff3890a403e7b8a7c8e6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:39:13 +0000 Subject: [PATCH 3/7] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ed8420..09cc980 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}