Compare commits
5 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 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,
|
||||
|
||||
@@ -35,6 +35,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<div className="absolute top-6 left-6 z-10">
|
||||
<img
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-htbwevc6.jpg?_wi=80"
|
||||
alt="Cornerstone Auto logo"
|
||||
className="w-16 h-16 rounded-lg object-cover shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
<HeroOverlay
|
||||
title="Expert Auto Repair You Can Trust"
|
||||
description="Family-owned and operated. We keep your vehicles running smoothly with honest, professional service."
|
||||
|
||||
Reference in New Issue
Block a user