Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30d6cbaa85 |
@@ -151,7 +151,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. Family-owned and operated in Spearfish, SD."
|
copyrightText="© 2025 Cornerstone Auto Repair. Closed on Saturday."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links", items: [
|
title: "Quick Links", items: [
|
||||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Hours", items: [
|
title: "Hours", items: [
|
||||||
{ label: "Monday - Friday: 8am - 5pm", href: "#" },
|
{ label: "Monday - Friday: 8am - 5pm", href: "#" },
|
||||||
{ label: "Saturday: 9am - 3pm", href: "#" },
|
{ label: "Saturday: Closed", href: "#" },
|
||||||
{ label: "Sunday: Closed", href: "#" },
|
{ label: "Sunday: Closed", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user