|
|
|
|
@@ -5,8 +5,6 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
|
|
|
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
|
|
|
|
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
|
|
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
|
|
|
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
|
|
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
|
import { Star } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
@@ -30,7 +28,6 @@ export default function LandingPage() {
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
button={{ text: "Call Now", href: "tel:605-642-8666" }}
|
|
|
|
|
animateOnLoad={true}
|
|
|
|
|
@@ -40,15 +37,14 @@ export default function LandingPage() {
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
title="Expert Auto Repair You Can Trust"
|
|
|
|
|
description="Family-owned and operated since day one. We keep your vehicles running smoothly with honest, professional service."
|
|
|
|
|
description="Family-owned and operated. We keep your vehicles running smoothly with honest, professional service."
|
|
|
|
|
tag="Professional Service"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-htbwevc6.jpg?_wi=1"
|
|
|
|
|
imageAlt="Professional auto repair shop"
|
|
|
|
|
textPosition="bottom-left"
|
|
|
|
|
showBlur={true}
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Schedule Service", href: "#contact" },
|
|
|
|
|
{ text: "Call 605-642-8666", href: "tel:605-642-8666" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -58,10 +54,11 @@ export default function LandingPage() {
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
title="About Cornerstone Auto Repair"
|
|
|
|
|
description={[
|
|
|
|
|
"Located at 143 W Illinois St in Spearfish, South Dakota, Cornerstone Auto Repair has been serving our community with dedication and expertise. As a family-owned and operated business, we understand what it means to treat every vehicle with the same care we'd give our own.", "With a stellar 4.9-star rating from our satisfied customers, we pride ourselves on delivering honest, transparent service. Whether you need routine maintenance, emergency repairs, or diagnostic work, our experienced team is here to help. We believe in building long-term relationships with our customers through quality work and fair pricing."]}
|
|
|
|
|
"Located at 143 W Illinois St in Spearfish, South Dakota, Cornerstone Auto Repair has been serving our community with dedication and expertise. As a family-owned and operated business, we understand what it means to treat every vehicle with the same care we'd give our own.", "With a stellar 4.9-star rating from our satisfied customers, we pride ourselves on delivering honest, transparent service. Whether you need routine maintenance, emergency repairs, or diagnostic work, our experienced team is here to help. We believe in building long-term relationships with our customers through quality work and fair pricing."
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
showBorder={true}
|
|
|
|
|
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
|
|
|
|
|
buttons={[{ text: "Call 605-642-8666", href: "tel:605-642-8666" }]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -73,16 +70,20 @@ export default function LandingPage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: 1,
|
|
|
|
|
title: "Engine Service", description: "Complete engine diagnostics, repairs, and maintenance to keep your vehicle running at peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/professional-car-mechanic-repairing-automobile-engine-using-wrench-work-shop_342744-267.jpg", imageAlt: "Engine service and repair"},
|
|
|
|
|
title: "Engine Service", description: "Complete engine diagnostics, repairs, and maintenance to keep your vehicle running at peak performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-j1eb9wh5.jpg", imageAlt: "Engine service and repair"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 2,
|
|
|
|
|
title: "Brake Service", description: "Professional brake inspection, repair, and replacement for your safety and peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg", imageAlt: "Brake service and maintenance"},
|
|
|
|
|
title: "Brake Service", description: "Professional brake inspection, repair, and replacement for your safety and peace of mind.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-b93gh11x.jpg", imageAlt: "Brake service and maintenance"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 3,
|
|
|
|
|
title: "Tire Service", description: "Tire rotation, balancing, replacement, and repair services to extend tire life and improve handling.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", imageAlt: "Tire service and replacement"},
|
|
|
|
|
title: "Tire Service", description: "Tire rotation, balancing, replacement, and repair services to extend tire life and improve handling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-z93wq7bj.jpg", imageAlt: "Tire service and replacement"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 4,
|
|
|
|
|
title: "Diagnostic Service", description: "Advanced computer diagnostics to identify issues quickly and accurately, saving you time and money.", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-awaiting-patient-visit-featuring-diagnostic-tools_482257-118272.jpg", imageAlt: "Diagnostic scanning tools"},
|
|
|
|
|
title: "Diagnostic Service", description: "Advanced computer diagnostics to identify issues quickly and accurately, saving you time and money.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUzJAIJxnBYwFIBspQ1lc7bdVs/uploaded-1772663039208-tsklpcp5.jpg", imageAlt: "Diagnostic scanning tools"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
@@ -91,67 +92,29 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
title="What Our Customers Say"
|
|
|
|
|
description="Trusted by Spearfish residents with a 4.9-star rating"
|
|
|
|
|
title="Trusted with a 4.9-Star Rating"
|
|
|
|
|
description="Google reviews from our satisfied customers"
|
|
|
|
|
tag="Customer Reviews"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Tosh Johnson - Honest and Professional Service", "Sarah Johnson - Family That Cares", "David Martinez - Emergency Repair Heroes", "Jennifer Lee - Five Stars Every Time"]}
|
|
|
|
|
"★★★★★", "★★★★★", "★★★★★", "★★★★★", "★★★★★"
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardTwo
|
|
|
|
|
title="Why Choose Cornerstone"
|
|
|
|
|
description="By the numbers - why families trust us with their vehicles"
|
|
|
|
|
tag="Our Achievement"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ id: "1", value: "4.9★", description: "Customer Rating" },
|
|
|
|
|
{ id: "2", value: "143 W Illinois", description: "Spearfish Location" },
|
|
|
|
|
{ id: "3", value: "Family Owned", description: "Local Business" },
|
|
|
|
|
{ id: "4", value: "605-642-8666", description: "Call Us Anytime" },
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
title="Get in Touch"
|
|
|
|
|
description="Have questions or ready to schedule your service? Contact us today. We're here to help keep your vehicle in top shape."
|
|
|
|
|
inputs={[
|
|
|
|
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
|
|
|
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
|
|
|
|
{ name: "phone", type: "tel", placeholder: "605-642-8666", required: false },
|
|
|
|
|
{ name: "vehicle", type: "text", placeholder: "Vehicle Make & Model", required: false },
|
|
|
|
|
]}
|
|
|
|
|
textarea={{ name: "message", placeholder: "Describe your service needs...", rows: 5, required: true }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg"
|
|
|
|
|
imageAlt="Professional mechanic at work"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
buttonText="Schedule Service"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBase
|
|
|
|
|
logoText="Cornerstone Auto Repair"
|
|
|
|
|
copyrightText="© 2025 Cornerstone Auto Repair. Family-owned and operated in Spearfish, SD."
|
|
|
|
|
copyrightText="© 2026 Cornerstone Auto Repair."
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Quick Links", items: [
|
|
|
|
|
{ label: "Services", href: "#services" },
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Contact", href: "#contact" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -163,8 +126,8 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Hours", items: [
|
|
|
|
|
{ label: "Monday - Friday: 8am - 5pm", href: "#" },
|
|
|
|
|
{ label: "Saturday: 9am - 3pm", href: "#" },
|
|
|
|
|
{ label: "Mon-Fri: 8am - 5pm", href: "#" },
|
|
|
|
|
{ label: "Saturday: Closed", href: "#" },
|
|
|
|
|
{ label: "Sunday: Closed", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
|