diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ebcd652..8f79717 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Cornerstone Auto Repair", description: "Expert auto repair services in Spearfish, SD. Family-owned and operated."}; + title: "Cornerstone Auto Repair", description: "Expert auto repair services in Spearfish, SD. Family-owned and operated." +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c0af59..0ab4bdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,16 @@ export default function LandingPage() { buttons={[ { text: "Call 605-642-8666", href: "tel:605-642-8666" }, ]} + containerClassName="relative" + mediaWrapperClassName="absolute inset-0 flex items-start justify-start pt-20 pl-10" /> +
+