Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59b1f0f252 | |||
| 384caa03ed | |||
| 4d76d42bf1 | |||
| 4cbb968c74 | |||
| be28545e4d | |||
| b70aafcb36 |
@@ -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"},
|
||||
]}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user