Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30d6cbaa85 | |||
| f5834cfa7f | |||
| cb3932c961 | |||
| b6b482e2b8 | |||
| a73f3dee3a |
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
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={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Hours", items: [
|
||||
{ label: "Monday - Friday: 8am - 5pm", href: "#" },
|
||||
{ label: "Saturday: 9am - 3pm", href: "#" },
|
||||
{ label: "Saturday: Closed", href: "#" },
|
||||
{ label: "Sunday: Closed", href: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--card: #fff5f0;
|
||||
--foreground: #2b1810;
|
||||
--primary-cta: #e34400;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #ffd4b3;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #ff7b05;
|
||||
--background-accent: #ffa54d;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user