Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { AboutPage } from "@/features/about";
export const metadata: Metadata = createMetadata({
title: "About",
description:
"Kailash Gayari — Product Engineering Partner in Vapi, Gujarat. Nearly seven years shipping web, mobile, and IoT products for founders and teams.",
"Kailash Gayari — Product Engineering Partner in Gujarat, India. Nearly seven years shipping web, mobile, and IoT products for founders and teams.",
alternates: {
canonical: "/about",
},
Expand Down
2 changes: 1 addition & 1 deletion src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const siteConfig = {
url: process.env.NEXT_PUBLIC_SITE_URL ?? "https://kailash-dev.github.io",
ogImage: withBasePath("/opengraph-image"),
locale: "en_US",
location: "Vapi, Gujarat, India",
location: "Gujarat, India",
author: {
name: "Kailash Gayari",
email: "kailash514910@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/data/about.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const aboutContent = {
headline: "Senior product engineer. Partner for founders who need ownership.",
intro:
"I'm Kailash Gayari — a Product Engineering Partner based in Vapi, Gujarat, with nearly seven years building production web, mobile, backend, and IoT systems. I help founders and growing teams take software from idea to production with clarity and accountability.",
"I'm Kailash Gayari — a Product Engineering Partner based in Gujarat, India, with nearly seven years building production web, mobile, backend, and IoT systems. I help founders and growing teams take software from idea to production with clarity and accountability.",
story: [
"Since 2019 I've shipped entertainment devices, IoT dashboards, design tools, invoice platforms, community products, and founder-facing SaaS — always with the same standard: production software that decision makers can trust.",
"I work best when ownership is clear. Architecture, delivery, and deployment are not separate conversations — they're one engagement. That is how complex products stay coherent.",
Expand Down
Loading