diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6778c5a..cbfc7a6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -83,4 +83,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c81cf86..fe48c8a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,9 +21,11 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "McLaren Labs | Growth Consultancy for Startups", description: "We operate in the shadows so you can shine in the light. Growth partner for ambitious startups ready to scale.", siteName: "McLaren Labs", type: "website"}, + title: "McLaren Labs | Growth Consultancy for Startups", description: "We operate in the shadows so you can shine in the light. Growth partner for ambitious startups ready to scale.", siteName: "McLaren Labs", type: "website" + }, twitter: { - card: "summary_large_image", title: "McLaren Labs | Growth Consultancy for Startups", description: "We operate in the shadows so you can shine in the light."}, + card: "summary_large_image", title: "McLaren Labs | Growth Consultancy for Startups", description: "We operate in the shadows so you can shine in the light." + }, }; export default function RootLayout({ @@ -1261,4 +1263,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 125e6e9..f9496d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,6 @@ export default function HomePage() { id: "testimonial-3", title: "Partners Who Understand Scale", quote: "McLaren Labs gets it. They understand the unique challenges of scaling a SaaS business and provided tactical strategies that immediately improved our metrics. Highly recommended for any serious founder.", name: "Jessica Martinez", role: "VP Growth, CloudScale", imageSrc: "https://img.b2bpic.net/free-vector/business-growth-concept-with-computer_23-2147796638.jpg", imageAlt: "Jessica Martinez" } ]} - animationType="slide-up" /> @@ -237,4 +236,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3503346..5510870 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -279,7 +279,7 @@ export default function ProductPage({ params }: ProductPageProps) { items: [ { label: "Privacy", href: "https://example.com/privacy" }, { label: "Terms", href: "https://example.com/terms" } - ] + } } ]} /> @@ -287,4 +287,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a82d536..ea17d99 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -132,13 +132,13 @@ export default function ShopPage() { items: [ { label: "Case Studies", href: "case-studies" }, { label: "Contact", href: "contact" } - ] + } }, { items: [ { label: "Privacy", href: "https://example.com/privacy" }, { label: "Terms", href: "https://example.com/terms" } - ] + } } ]} /> @@ -146,4 +146,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file