diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 96ee27b..b482bda 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -6,24 +6,17 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const notoSans = Noto_Sans({
- variable: "--font-noto-sans",
- subsets: ["latin"],
+ variable: "--font-noto-sans", subsets: ["latin"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "McLaren Labs | Growth Consulting for Startups",
- description: "Growth partner for startups ready to scale. Strategy, systems, and results. We operate in the shadows so you can shine in the light.",
- keywords: ["growth consulting", "startup scaling", "growth strategy", "founder advisory", "startup growth partner"],
+ title: "McLaren Labs | Growth Consulting for Startups", description: "Growth partner for startups ready to scale. Strategy, systems, and results. We operate in the shadows so you can shine in the light.", keywords: ["growth consulting", "startup scaling", "growth strategy", "founder advisory", "startup growth partner"],
openGraph: {
- title: "McLaren Labs | Growth Consulting",
- description: "Growth partner for startups ready to scale.",
- siteName: "McLaren Labs",
- type: "website"
+ title: "McLaren Labs | Growth Consulting", description: "Growth partner for startups ready to scale.", siteName: "McLaren Labs", type: "website"
},
robots: {
index: true,
diff --git a/src/app/page.tsx b/src/app/page.tsx
index bdf2139..3fd1194 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -73,34 +73,16 @@ export default function HomePage() {
tag="Case Studies"
products={[
{
- id: "1",
- brand: "Health Tech",
- name: "1.2M+ Downloads",
- price: "$74K → $3.5M ARR",
- rating: 5,
- reviewCount: "12 months",
- imageSrc: "https://img.b2bpic.net/free-vector/interface-goals-habits-tracking-application_23-2148632020.jpg",
- imageAlt: "mobile app health growth chart success"
+ id: "1", brand: "Health Tech", name: "1.2M+ Downloads", price: "$74K → $3.5M ARR", rating: 5,
+ reviewCount: "12 months", imageSrc: "https://img.b2bpic.net/free-vector/interface-goals-habits-tracking-application_23-2148632020.jpg", imageAlt: "mobile app health growth chart success"
},
{
- id: "2",
- brand: "SaaS Platform",
- name: "500% Revenue Growth",
- price: "$150K → $900K MRR",
- rating: 5,
- reviewCount: "18 months",
- imageSrc: "https://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg",
- imageAlt: "saas dashboard analytics data software"
+ id: "2", brand: "SaaS Platform", name: "500% Revenue Growth", price: "$150K → $900K MRR", rating: 5,
+ reviewCount: "18 months", imageSrc: "https://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg", imageAlt: "saas dashboard analytics data software"
},
{
- id: "3",
- brand: "Marketplace",
- name: "10x User Acquisition",
- price: "$2M → $20M GMV",
- rating: 5,
- reviewCount: "24 months",
- imageSrc: "https://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg",
- imageAlt: "startup growth team collaboration scaling business"
+ id: "3", brand: "Marketplace", name: "10x User Acquisition", price: "$2M → $20M GMV", rating: 5,
+ reviewCount: "24 months", imageSrc: "https://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg", imageAlt: "startup growth team collaboration scaling business"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -133,23 +115,20 @@ export default function HomePage() {