29 Commits

Author SHA1 Message Date
522fda9f27 Merge version_13 into main
Merge version_13 into main
2026-06-07 17:31:05 +00:00
1bd9f0b9a6 Update theme fonts 2026-06-07 17:30:59 +00:00
94c019b94c Update theme fonts 2026-06-07 17:30:58 +00:00
2dc7fc2acd Merge version_13 into main
Merge version_13 into main
2026-06-07 17:28:59 +00:00
2f4ad4b78d Update theme colors 2026-06-07 17:28:56 +00:00
d60acc2f8e Merge version_12 into main
Merge version_12 into main
2026-06-07 17:28:46 +00:00
48d94a2fff Update theme colors 2026-06-07 17:28:40 +00:00
3dbc6c47a0 Merge version_11 into main
Merge version_11 into main
2026-06-07 17:28:34 +00:00
0a1ea4a604 Update theme colors 2026-06-07 17:28:31 +00:00
ca446222d0 Merge version_10 into main
Merge version_10 into main
2026-06-07 17:00:51 +00:00
1f59db34ea Update theme colors 2026-06-07 17:00:48 +00:00
78735c85ea Merge version_9 into main
Merge version_9 into main
2026-06-07 17:00:46 +00:00
0bd2a9ef41 Update theme colors 2026-06-07 17:00:40 +00:00
35b3950382 Merge version_8 into main
Merge version_8 into main
2026-06-07 16:58:54 +00:00
ddc2efa8cd Update theme colors 2026-06-07 16:58:51 +00:00
6e380e0eca Merge version_7 into main
Merge version_7 into main
2026-06-07 16:55:38 +00:00
89fafff163 Update theme colors 2026-06-07 16:55:35 +00:00
b64e853374 Merge version_6 into main
Merge version_6 into main
2026-06-07 16:55:27 +00:00
8820c7cf2e Update src/app/page.tsx 2026-06-07 16:55:21 +00:00
90c5cb28ba Merge version_6 into main
Merge version_6 into main
2026-06-07 16:40:14 +00:00
d20c6df4e1 Update theme colors 2026-06-07 16:40:11 +00:00
0343365031 Merge version_5 into main
Merge version_5 into main
2026-06-07 16:39:51 +00:00
5ab58bc6fa Update theme colors 2026-06-07 16:39:45 +00:00
09cd499089 Merge version_4 into main
Merge version_4 into main
2026-06-07 16:38:28 +00:00
56284d46e8 Update src/app/page.tsx 2026-06-07 16:38:25 +00:00
898a0916bf Merge version_3 into main
Merge version_3 into main
2026-06-07 16:09:06 +00:00
54788ace7a Update src/app/page.tsx 2026-06-07 16:09:00 +00:00
963025a767 Merge version_2 into main
Merge version_2 into main
2026-06-07 16:07:48 +00:00
bab846fa27 Merge version_2 into main
Merge version_2 into main
2026-06-07 16:07:05 +00:00
4 changed files with 79 additions and 64 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google"; import { Manrope } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -41,8 +42,13 @@ export const metadata: Metadata = {
}, },
}; };
const manrope = Manrope({
variable: "--font-manrope", const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"], subsets: ["latin"],
}); });
@@ -54,7 +60,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${manrope.variable} antialiased`}> <body className={`${inter.variable} ${openSans.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
brandName="Rock Island Auto Repair" brandName="Automotive Expert"
button={{ button={{
text: "Call Now", href: "tel:+13097865992"}} text: "Call Now", href: "tel:+13097865992"}}
animateOnLoad={true} animateOnLoad={true}
@@ -57,8 +57,8 @@ export default function LandingPage() {
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "downward-rays-static-grid"}} variant: "downward-rays-static-grid"}}
title="Rock Island Auto Repair & Service" title="Automotive Expert - Your Premier Auto Service"
description="Your Trusted Local Auto Shop in Rock Island, IL. Fast, Reliable, and Professional Service for All Your Vehicle Needs." description="Your Premier Auto Service Provider. Fast, Reliable, and Professional for All Your Vehicle Needs."
buttons={[ buttons={[
{ {
text: "Get a Free Estimate", href: "#contact"}, text: "Get a Free Estimate", href: "#contact"},
@@ -67,15 +67,15 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-engine_1303-24103.jpg", imageAlt: "Mechanic working on car engine"}, imageSrc: "https://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?id=26397773", imageAlt: "Mechanic working on car engine"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/car-repair_23-2147770857.jpg", imageAlt: "Tools for auto repair"}, imageSrc: "https://img.b2bpic.net/free-photo/benchman-fixing-engine-car_114579-2807.jpg?id=5542968", imageAlt: "Tools for auto repair"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-repair-shop_1150-14981.jpg", imageAlt: "Car on a lift in a garage"}, imageSrc: "https://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3918.jpg?id=26131438", imageAlt: "Car on a lift in a garage"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/female-customer-talking-car-mechanic-repair-shop_23-2148293967.jpg", imageAlt: "Mechanic talking to a customer"}, imageSrc: "https://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg?id=136131571", imageAlt: "Mechanic talking to a customer"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-s-tools_1303-22879.jpg", imageAlt: "Organized auto tools"}, imageSrc: "https://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3934.jpg?id=26131474", imageAlt: "Organized auto tools"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/car-maintenance-repair-service_23-2148679469.jpg", imageAlt: "Mechanic working under a car"}, imageSrc: "http://img.b2bpic.net/free-photo/car-maintenance-repair-service_23-2148679469.jpg", imageAlt: "Mechanic working under a car"},
]} ]}
@@ -86,7 +86,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
useInvertedBackground={false} useInvertedBackground={false}
title="Your Trusted Auto Repair Partner in Rock Island" title="Your Trusted Partner in Automotive Care"
metrics={[ metrics={[
{ {
icon: CalendarDays, icon: CalendarDays,
@@ -109,20 +109,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Oil Changes & Fluid Checks", description: "Routine oil changes, filter replacements, and fluid top-offs to keep your engine running smoothly and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/oil-filter-old-car_23-2148117769.jpg", imageAlt: "Oil filter and wrench"}, title: "Oil Changes & Fluid Checks", description: "Routine oil changes, filter replacements, and fluid top-offs to keep your engine running smoothly and efficiently.", imageSrc: "https://img.b2bpic.net/free-photo/automated-car-assembly-line-plant-automotive-industry-shop-production-assembly-machines-bottom-view_645730-624.jpg?id=26151008", imageAlt: "Oil filter and wrench"},
{ {
title: "Brake Service & Repair", description: "Comprehensive brake inspections, pad replacement, rotor resurfacing, and full system repairs for your safety.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-male-auto-mechanic-changing-car-wheel-auto-repair-shop_1303-17688.jpg", imageAlt: "Mechanic replacing brake pads"}, title: "Brake Service & Repair", description: "Comprehensive brake inspections, pad replacement, rotor resurfacing, and full system repairs for your safety.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-worker-repairing-car_23-2150171256.jpg?id=38170187", imageAlt: "Mechanic replacing brake pads"},
{ {
title: "Engine Diagnostics & Repair", description: "Advanced diagnostic tools to identify check engine light issues, perform tune-ups, and execute complex engine repairs.", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-workshop-auto-repair_1303-16278.jpg", imageAlt: "Mechanic performing engine diagnostics"}, title: "Engine Diagnostics & Repair", description: "Advanced diagnostic tools to identify check engine light issues, perform tune-ups, and execute complex engine repairs.", imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-working-garage-repair-service_146671-19684.jpg?id=10521876", imageAlt: "Mechanic performing engine diagnostics"},
{ {
title: "Tire Sales & Service", description: "New tire sales, rotation, balancing, alignment, and flat tire repair to maximize tire life and vehicle performance.", imageSrc: "http://img.b2bpic.net/free-photo/man-car-wheel_23-2147770853.jpg", imageAlt: "Mechanic changing a tire"}, title: "Tire Sales & Service", description: "New tire sales, rotation, balancing, alignment, and flat tire repair to maximize tire life and vehicle performance.", imageSrc: "https://img.b2bpic.net/premium-photo/car-mechanic-is-holding-tire-hand-is-ready-changing-tires_190851-1922.jpg?id=218435777", imageAlt: "Mechanic changing a tire"},
{ {
title: "A/C & Heating Repair", description: "Keep your cabin comfortable with our expert air conditioning and heating system inspections, repairs, and recharges.", imageSrc: "http://img.b2bpic.net/free-photo/air-conditioning-duct_23-2147783965.jpg", imageAlt: "Car A/C system components"}, title: "A/C & Heating Repair", description: "Keep your cabin comfortable with our expert air conditioning and heating system inspections, repairs, and recharges.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-frost-pattern-window_181624-1501.jpg?id=7747941", imageAlt: "Car A/C system components"},
{ {
title: "Battery & Electrical Service", description: "Battery testing, replacement, and full electrical system diagnosis and repair for reliable starting and operation.", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-cable-car-battery_23-2147784039.jpg", imageAlt: "Car battery with jumper cables"}, title: "Battery & Electrical Service", description: "Battery testing, replacement, and full electrical system diagnosis and repair for reliable starting and operation.", imageSrc: "https://img.b2bpic.net/free-photo/repair-man-making-car-service_1303-26864.jpg?id=14921103", imageAlt: "Car battery with jumper cables"},
]} ]}
title="Our Comprehensive Auto Repair Services" title="Our Comprehensive Automotive Expert Services"
description="From routine maintenance to complex engine repairs, Rock Island Auto Repair provides fast, reliable, and professional solutions for your vehicle." description="From routine maintenance to complex engine repairs, Automotive Expert provides fast, reliable, and professional solutions for your vehicle."
/> />
</div> </div>
@@ -135,11 +135,11 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
products={[ products={[
{ {
id: "product-1", name: "Synthetic Oil Change Package", price: "Starting at $79", imageSrc: "http://img.b2bpic.net/free-photo/various-tools-arranged-garage_23-2147770860.jpg", imageAlt: "Synthetic oil change kit"}, id: "product-1", name: "Synthetic Oil Change Package", price: "Starting at $79", imageSrc: "https://img.b2bpic.net/free-photo/mechanic-pouring-oil-into-car-engine_1170-1308.jpg?id=1005224", imageAlt: "Synthetic oil change kit"},
{ {
id: "product-2", name: "Advanced Diagnostic Scan", price: "Starting at $120", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-tablet-diagnose-car_23-2147770836.jpg", imageAlt: "Mechanic with diagnostic tablet"}, id: "product-2", name: "Advanced Diagnostic Scan", price: "Starting at $120", imageSrc: "https://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1365.jpg?id=1005282", imageAlt: "Mechanic with diagnostic tablet"},
{ {
id: "product-3", name: "Premium Tire Rotation & Balance", price: "Starting at $50", imageSrc: "http://img.b2bpic.net/free-photo/car-tire-shop_23-2147770845.jpg", imageAlt: "Car tires in a shop"}, id: "product-3", name: "Premium Tire Rotation & Balance", price: "Starting at $50", imageSrc: "https://img.b2bpic.net/premium-photo/car-wheel-alignment-check_1426-16981.jpg?id=52356905", imageAlt: "Car tires in a shop"},
{ {
id: "product-4", name: "Brake System Flush & Fill", price: "Starting at $150", imageSrc: "http://img.b2bpic.net/free-photo/car-brake-disc_23-2147770847.jpg", imageAlt: "Car brake system"}, id: "product-4", name: "Brake System Flush & Fill", price: "Starting at $150", imageSrc: "http://img.b2bpic.net/free-photo/car-brake-disc_23-2147770847.jpg", imageAlt: "Car brake system"},
{ {
@@ -147,7 +147,7 @@ export default function LandingPage() {
{ {
id: "product-6", name: "Coolant System Maintenance", price: "Starting at $110", imageSrc: "http://img.b2bpic.net/free-photo/motor-oil-change-concept_23-2147770859.jpg", imageAlt: "Car radiator and coolant"}, id: "product-6", name: "Coolant System Maintenance", price: "Starting at $110", imageSrc: "http://img.b2bpic.net/free-photo/motor-oil-change-concept_23-2147770859.jpg", imageAlt: "Car radiator and coolant"},
]} ]}
title="Specialized Auto Care Solutions" title="Specialized Automotive Expert Solutions"
description="Beyond our core services, we offer specialized solutions to tackle unique vehicle challenges and enhance your car's performance." description="Beyond our core services, we offer specialized solutions to tackle unique vehicle challenges and enhance your car's performance."
/> />
</div> </div>
@@ -159,16 +159,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", value: "4.9 / 5", title: "Average Rating", description: "Consistently high customer satisfaction across all our auto services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-diagram-car_23-2147770851.jpg", imageAlt: "Car diagram"}, id: "m1", value: "4.9 / 5", title: "Average Rating", description: "Consistently high customer satisfaction across all our auto services.", imageSrc: "https://img.b2bpic.net/free-photo/thumb-up-female-hand_628469-463.jpg?id=27332449", imageAlt: "Car diagram"},
{ {
id: "m2", value: "300+", title: "Positive Reviews", description: "See what our happy customers in Rock Island are saying about us.", imageSrc: "http://img.b2bpic.net/free-photo/feedback-rate-customer-service-satisfaction_23-2149466856.jpg", imageAlt: "Customer review icon"}, id: "m2", value: "300+", title: "Positive Reviews", description: "See what our happy customers are saying about us.", imageSrc: "https://img.b2bpic.net/free-vector/speak-up-share-your-feedback-background-with-megaphone-design_1017-59030.jpg?id=417368200", imageAlt: "Customer review icon"},
{ {
id: "m3", value: "15+ Years", title: "Industry Experience", description: "A long-standing history of reliable and expert auto repair work.", imageSrc: "http://img.b2bpic.net/free-photo/auto-repair-workshop_23-2147770854.jpg", imageAlt: "Auto repair workshop"}, id: "m3", value: "15+ Years", title: "Industry Experience", description: "A long-standing history of reliable and expert auto repair work.", imageSrc: "http://img.b2bpic.net/free-photo/auto-repair-workshop_23-2147770854.jpg", imageAlt: "Auto repair workshop"},
{ {
id: "m4", value: "Same Day", title: "Service Available", description: "Quick turnaround for many common auto services to get you back on the road.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-alarm-clock-green-t-shirt-cap-looking-worried_176474-11063.jpg", imageAlt: "Fast clock icon"}, id: "m4", value: "Same Day", title: "Service Available", description: "Quick turnaround for many common auto services to get you back on the road.", imageSrc: "https://img.b2bpic.net/premium-photo/close-up-hand-holding-stopwatch-city_1610672-342.jpg?id=102803108", imageAlt: "Fast clock icon"},
]} ]}
title="Why Choose Rock Island Auto Repair?" title="Why Choose Automotive Expert?"
description="Our commitment to quality, speed, and customer satisfaction sets us apart as Rock Island's premier auto service center." description="Our commitment to quality, speed, and customer satisfaction sets us apart as a premier auto service center."
/> />
</div> </div>
@@ -198,9 +198,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"ASE Certified", "NAPA AutoCare Center", "Bosch Car Service", "BBB Accredited", "Rock Island Chamber of Commerce", "Trusted Technicians", "Customer Recommended"]} "ASE Certified", "NAPA AutoCare Center", "Bosch Car Service", "BBB Accredited", "Trusted Technicians", "Customer Recommended"]}
title="Recognized & Certified for Auto Service Excellence" title="Recognized & Certified for Automotive Excellence"
description="We adhere to the highest standards of automotive repair and quality, backed by industry certifications and local partnerships." description="We adhere to the highest standards of automotive repair and quality, backed by industry certifications and trusted partnerships."
/> />
</div> </div>
@@ -210,25 +210,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq-1", title: "What areas do you serve?", content: "We proudly serve Rock Island, IL, and the surrounding Quad Cities metropolitan area. Contact us to confirm service availability in your specific location." id: "faq-1", title: "What types of auto repair services do you offer?", content: "We offer a full range of services including oil changes, brake repair, engine diagnostics, tire sales and service, AC and heating repair, and battery/electrical service. Visit our services section for a complete list."
}, },
{ {
id: "faq-2", title: "Do you offer emergency roadside assistance?", content: "While we don't offer 24/7 roadside assistance, we can often accommodate urgent repair needs during business hours. Call us for immediate advice." id: "faq-2", title: "How often should I have my oil changed?", content: "Generally, we recommend an oil change every 3,000 to 5,000 miles for conventional oil, or as specified by your vehicle's manufacturer for synthetic oils, depending on your driving habits."
}, },
{ {
id: "faq-3", title: "How much does an auto repair service cost?", content: "The cost varies depending on the service. We offer transparent pricing and provide a detailed estimate before any work begins. Free estimates are available for most services." id: "faq-3", title: "Do you provide estimates before starting repairs?", content: "Yes, transparency is key. We provide a detailed, no-obligation estimate for all major repairs before any work begins, ensuring you understand the costs involved."
}, },
{ {
id: "faq-4", title: "Are your technicians certified?", content: "Absolutely. All our technicians are ASE Certified, highly trained, and experienced to ensure professional and reliable service every time." id: "faq-4", title: "Are your auto technicians certified?", content: "Absolutely. Our team consists of highly trained and ASE Certified technicians dedicated to providing expert and reliable service for your vehicle."
}, },
{ {
id: "faq-5", title: "What types of vehicles do you service?", content: "We service, repair, and maintain most makes and models of cars, trucks, and SUVs. Please contact us with your vehicle details." id: "faq-5", title: "What vehicles do you service?", content: "We proudly service most makes and models of cars, trucks, and SUVs, both foreign and domestic. Please contact us with your vehicle details if you have specific questions."
}, },
{ {
id: "faq-6", title: "How often should I get an oil change?", content: "We generally recommend an oil change every 3,000 to 5,000 miles, or as recommended by your vehicle manufacturer, depending on oil type and driving habits." id: "faq-6", title: "Do you offer a warranty on your repairs?", content: "Yes, we stand behind our work. Most of our repairs come with a warranty to give you peace of mind. Please ask our service advisors for specific warranty details."
},
{
id: "faq-7", title: "Can I schedule an appointment online?", content: "Currently, we recommend calling us directly at (309) 786-5992 to schedule your service appointment. We're working on an online booking option for the future!"
} }
]} ]}
title="Frequently Asked Questions" title="Common Questions About Our Auto Repair Services"
description="Find quick answers to common questions about our auto repair services, pricing, and operational details." description="Find quick answers to common questions about our auto repair services, pricing, and operational details."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
@@ -239,12 +242,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "downward-rays-static"}} variant: "downward-rays-static"}}
tag="Contact Us" tag="Connect With Us"
title="Get Your Vehicle Serviced Today!" title="Schedule Your Auto Service or Get a Free Quote"
description="Reach out for service appointments or schedule a free estimate. We're here to help with all your auto repair and maintenance needs." description="Ready to get your car serviced? Contact us today for an appointment or a no-obligation estimate. We're committed to providing top-notch auto repair."
inputPlaceholder="Your Name / Email / Phone" inputPlaceholder="Enter your name, email, or phone for service"
buttonText="Request Service" buttonText="Request a Quote"
termsText="By clicking Request Service, you agree to be contacted by Rock Island Auto Repair." termsText="By clicking Request a Quote, you agree to be contacted by Automotive Expert regarding your service inquiry."
/> />
</div> </div>
@@ -252,18 +255,22 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
videoSrc="http://img.b2bpic.net/free-photo/mechanic-working-car-service_23-2147770858.jpg" videoSrc="http://img.b2bpic.net/free-photo/mechanic-working-car-service_23-2147770858.jpg"
videoAriaLabel="Mechanic working on car" videoAriaLabel="Mechanic working on car"
logoText="Rock Island Auto Repair" logoText="Automotive Expert"
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
{ {
label: "Oil Change", href: "#services"}, label: "Oil Change & Filters", href: "#services"},
{ {
label: "Brake Repair", href: "#services"}, label: "Brake & ABS Repair", href: "#services"},
{ {
label: "Engine Diagnostics", href: "#services"}, label: "Engine Diagnostics", href: "#services"},
{ {
label: "Tire Service", href: "#services"}, label: "Tire Sales & Service", href: "#services"},
{
label: "AC & Heating", href: "#services"},
{
label: "Battery & Electrical", href: "#services"},
], ],
}, },
{ {
@@ -271,23 +278,25 @@ export default function LandingPage() {
{ {
label: "About Us", href: "#about"}, label: "About Us", href: "#about"},
{ {
label: "Reviews", href: "#reviews"}, label: "Customer Reviews", href: "#reviews"},
{ {
label: "FAQ", href: "#faq"}, label: "FAQ", href: "#faq"},
{
label: "Our Team", href: "#about"},
], ],
}, },
{ {
title: "Contact", items: [ title: "Contact", items: [
{ {
label: "Get a Quote", href: "#contact"}, label: "Schedule Service", href: "#contact"},
{ {
label: "Call Us: (309) 786-5992", href: "tel:+13097865992"}, label: "Call Us: (309) 786-5992", href: "tel:+13097865992"},
{ {
label: "1901 4th Ave Rock Island, IL 61201", href: "https://www.google.com/maps/search/?api=1&query=1901+4th+Ave,+Rock+Island,+IL+61201"}, label: "Contact Us", href: "#contact"}
], ],
}, },
]} ]}
copyrightText="© 2024 Rock Island Auto Repair & Service. All rights reserved." copyrightText="© 2024 Automotive Expert. All Rights Reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-manrope), sans-serif; font-family: var(--font-open-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-manrope), sans-serif; font-family: var(--font-inter), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #0a0a0a;
--card: #f9f9f9; --card: #1a1a1a;
--foreground: #000612e6; --foreground: #ffffffe6;
--primary-cta: #106EFB; --primary-cta: #e6e6e6;
--primary-cta-text: #ffffff; --primary-cta-text: #0a0a0a;
--secondary-cta: #f9f9f9; --secondary-cta: #1a1a1a;
--secondary-cta-text: #000612e6; --secondary-cta-text: #ffffffe6;
--accent: #e2e2e2; --accent: #737373;
--background-accent: #106EFB; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);