Compare commits
10 Commits
version_11
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| e6bfa1f3a3 | |||
| 4ca4916952 | |||
| 0427491cdf | |||
| 9f6b962a12 | |||
| aeca7cc971 | |||
| 7bac5d1b39 | |||
| eefacd3733 | |||
| 97814480ad | |||
| 4661ae4b7f | |||
| a3480b8eac |
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
<div className="absolute top-20 left-10 z-10 pointer-events-none">
|
||||
<img
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772688643948-6cs3fp7b.jpg"
|
||||
alt="Cornerstone Auto Logo"
|
||||
className="w-24 h-24 object-contain drop-shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
|
||||
Reference in New Issue
Block a user