Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01719e2a44 | |||
| 928e194908 |
@@ -5,7 +5,6 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
|||||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import { Star } from "lucide-react";
|
import { Star } from "lucide-react";
|
||||||
|
|
||||||
@@ -46,7 +45,6 @@ export default function LandingPage() {
|
|||||||
showBlur={true}
|
showBlur={true}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Service", href: "#services" },
|
|
||||||
{ text: "Call 605-642-8666", href: "tel:605-642-8666" },
|
{ text: "Call 605-642-8666", href: "tel:605-642-8666" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -60,7 +58,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
showBorder={true}
|
showBorder={true}
|
||||||
buttons={[{ text: "Visit Us Today", href: "#services" }]}
|
buttons={[{ text: "Call 605-642-8666", href: "tel:605-642-8666" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,24 +106,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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: "Google 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="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Cornerstone Auto Repair"
|
logoText="Cornerstone Auto Repair"
|
||||||
|
|||||||
Reference in New Issue
Block a user