5 Commits

Author SHA1 Message Date
30d6cbaa85 Update src/app/page.tsx 2026-03-04 22:50:24 +00:00
f5834cfa7f Merge version_4 into main
Merge version_4 into main
2026-03-04 22:36:13 +00:00
cb3932c961 Update src/app/styles/variables.css 2026-03-04 22:36:09 +00:00
b6b482e2b8 Merge version_3 into main
Merge version_3 into main
2026-03-04 22:25:22 +00:00
a73f3dee3a Merge version_3 into main
Merge version_3 into main
2026-03-04 22:24:37 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -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: "#" },
],
},

View File

@@ -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);