Compare commits
15 Commits
version_10
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| e6bfa1f3a3 | |||
| 4ca4916952 | |||
| 0427491cdf | |||
| 9f6b962a12 | |||
| aeca7cc971 | |||
| 7bac5d1b39 | |||
| eefacd3733 | |||
| 97814480ad | |||
| 4661ae4b7f | |||
| 31bd53849c | |||
| a3480b8eac | |||
| eaecc01461 | |||
| c62fda13ba | |||
| df9a9eb661 | |||
| cda928bd3b |
@@ -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 since day one."};
|
||||
title: "Cornerstone Auto Repair", description: "Expert auto repair services in Spearfish, SD. Family-owned and operated."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Expert Auto Repair You Can Trust"
|
||||
description="Family-owned and operated since day one. We keep your vehicles running smoothly with honest, professional service."
|
||||
description="Family-owned and operated. We keep your vehicles running smoothly with honest, professional service."
|
||||
tag="Professional Service"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-htbwevc6.jpg?_wi=1"
|
||||
imageAlt="Professional auto repair shop"
|
||||
@@ -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">
|
||||
@@ -109,7 +118,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Cornerstone Auto Repair"
|
||||
copyrightText="© 2025 Cornerstone Auto Repair."
|
||||
copyrightText="© 2026 Cornerstone Auto Repair."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
|
||||
Reference in New Issue
Block a user