diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index cbfc7a6..6778c5a 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 524d064..c81cf86 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,35 +6,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - 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.", - keywords: ["growth consultancy", "startup growth", "scaling", "strategy", "business growth"], + 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.", keywords: ["growth consultancy", "startup growth", "scaling", "strategy", "business growth"], robots: { index: true, 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({ @@ -1272,4 +1261,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 167390b..125e6e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,10 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from 'next/link'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import { Twitter, Linkedin } from 'lucide-react'; export default function HomePage() { return ( @@ -32,13 +35,12 @@ export default function HomePage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Let's Talk", - href: "#contact" + text: "Let's Talk", href: "#contact" }} /> -
+
+
+ +
+ +
+ +
+ +
+ +
+
); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index bad6438..3503346 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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 3e8844b..a82d536 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -146,4 +146,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8060d36..a0b480b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #faf6f1;; - --card: #ffffff;; - --foreground: #1a1a1a;; - --primary-cta: #2B4CED;; - --secondary-cta: #E8923A;; - --accent: #E8923A;; - --background-accent: #f0e8dc;; */ + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000612e6;; + --primary-cta: #ff8c42;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; */ - --background: #faf6f1;; - --card: #ffffff;; - --foreground: #1a1a1a;; - --primary-cta: #2B4CED;; - --secondary-cta: #E8923A;; - --accent: #E8923A;; - --background-accent: #f0e8dc;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000612e6;; + --primary-cta: #ff8c42;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);