9 Commits

Author SHA1 Message Date
fe932ad27f Merge version_5 into main
Merge version_5 into main
2026-04-17 05:20:06 +00:00
59b1f0f252 Update theme colors 2026-04-17 05:20:03 +00:00
64e2faf669 Merge version_4 into main
Merge version_4 into main
2026-04-15 05:35:35 +00:00
384caa03ed Update src/app/page.tsx 2026-04-15 05:35:29 +00:00
48d828d6fc Merge version_4 into main
Merge version_4 into main
2026-04-15 05:32:32 +00:00
4d76d42bf1 Update src/app/page.tsx 2026-04-15 05:32:26 +00:00
4cbb968c74 Merge version_3 into main
Merge version_3 into main
2026-04-15 05:30:42 +00:00
be28545e4d Update src/app/page.tsx 2026-04-15 05:30:39 +00:00
b70aafcb36 Merge version_2 into main
Merge version_2 into main
2026-04-15 05:28:45 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -109,7 +109,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", alt: "happy customer portrait"},
{
src: "http://img.b2bpic.net/free-photo/close-up-view-attractive-adult-male-with-beard-sitting-open-terrace-typing-laptop-looking-screen-with-interested-smile-using-wi-fi-communicate-online-while-away-vacations_273609-6597.jpg", alt: "happy customer portrait"},
src: "http://img.b2bpic.net/close-up-view-attractive-adult-male-with-beard-sitting-open-terrace-typing-laptop-looking-screen-with-interested-smile-using-wi-fi-communicate-online-while-away-vacations_273609-6597.jpg", alt: "happy customer portrait"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -129,7 +129,7 @@ export default function LandingPage() {
id: "m1", value: "15+", title: "Years Experience", description: "Serving Chicago drivers with reliable expertise.", icon: Wrench,
},
{
id: "m2", value: "10k+", title: "Repairs Completed", description: "Trusted by our loyal customer base.", icon: Car,
id: "m2", value: "10k", title: "Repairs Completed", description: "Trusted by our loyal customer base.", icon: Car,
},
{
id: "m3", value: "4.9", title: "Avg Rating", description: "Based on verified local client feedback.", icon: Star,
@@ -148,7 +148,7 @@ export default function LandingPage() {
description="Ready to get back on the road? Visit us at 4635 N Milwaukee Ave, Chicago or give us a call to schedule your repair."
buttons={[
{
text: "(773) 794-8636", href: "tel:7737948636"},
text: "Schedule Your Service", href: "tel:7737948636"},
{
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL"},
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);