Compare commits
8 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 97814480ad | |||
| 4661ae4b7f | |||
| 31bd53849c | |||
| a3480b8eac | |||
| eaecc01461 | |||
| c62fda13ba | |||
| df9a9eb661 | |||
| cda928bd3b |
@@ -2,7 +2,8 @@ import type { Metadata } from "next";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Expert Auto Repair You Can Trust"
|
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"
|
tag="Professional Service"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-htbwevc6.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-htbwevc6.jpg?_wi=1"
|
||||||
imageAlt="Professional auto repair shop"
|
imageAlt="Professional auto repair shop"
|
||||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Cornerstone Auto Repair"
|
logoText="Cornerstone Auto Repair"
|
||||||
copyrightText="© 2025 Cornerstone Auto Repair."
|
copyrightText="© 2026 Cornerstone Auto Repair."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links", items: [
|
title: "Quick Links", items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user