Merge version_1 into main #1
@@ -11,7 +11,6 @@ import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import {
|
||||
AlertCircle,
|
||||
Balance,
|
||||
CheckCircle,
|
||||
Filter,
|
||||
Gauge,
|
||||
@@ -34,7 +33,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -60,7 +59,7 @@ export default function LandingPage() {
|
||||
description="Fast diagnostics, fair prices, and experienced mechanics serving the local community for years. We fix what actually needs fixing—no surprises, just honest service."
|
||||
tag="Local Trusted Mechanic"
|
||||
tagIcon={Wrench}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "20+", label: "Years Experience" },
|
||||
{ value: "4.8★", label: "150+ Reviews" },
|
||||
@@ -91,6 +90,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1521.jpg"
|
||||
imageAlt="Experienced mechanic diagnosing vehicle"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,12 +125,12 @@ export default function LandingPage() {
|
||||
title: "Tire Services", description: "Tire installation, rotation, balancing, and repair", bentoComponent: "orbiting-icons", centerIcon: Gauge,
|
||||
items: [
|
||||
{ icon: RotateCw, ring: 1 },
|
||||
{ icon: Balance, ring: 2 },
|
||||
{ icon: AlertCircle, ring: 1 },
|
||||
{ icon: AlertCircle, ring: 2 },
|
||||
{ icon: Shield, ring: 1 },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Engine Services", description: "From routine maintenance to major engine work", bentoComponent: "3d-task-list", title: "Engine Services", items: [
|
||||
title: "Engine Services", description: "From routine maintenance to major engine work", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Wrench, label: "Oil Changes", time: "30 mins" },
|
||||
{ icon: Filter, label: "Filter Replace", time: "15 mins" },
|
||||
{ icon: Zap, label: "Major Repairs", time: "Same day quote" },
|
||||
|
||||
Reference in New Issue
Block a user