Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ac76295b1 | |||
| d095eb53d7 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="gradient-radial"
|
cardStyle="gradient-radial"
|
||||||
primaryButtonStyle="inset-glow"
|
primaryButtonStyle="inset-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
description="Fast, honest, and expert automotive service specializing in axle repair, wheel alignment, and suspension work. We welcome lowered vehicles and performance-focused owners who demand the best."
|
description="Fast, honest, and expert automotive service specializing in axle repair, wheel alignment, and suspension work. We welcome lowered vehicles and performance-focused owners who demand the best."
|
||||||
tag="Premium Automotive Service"
|
tag="Premium Automotive Service"
|
||||||
tagIcon={Wrench}
|
tagIcon={Wrench}
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "canvas-reveal" }}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14047.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14047.jpg"
|
||||||
imageAlt="Modern automotive service facility with precision wheel alignment equipment"
|
imageAlt="Modern automotive service facility with precision wheel alignment equipment"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "04", title: "Lowered Vehicle Specialists", description: "The only shop that says YES to lowered vehicle alignment. We specialize in service for stance and performance-modified vehicles.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-male-mechanic-changing-car-wheels_23-2148327513.jpg", imageAlt: "Custom lowered vehicle with professional suspension setup"
|
id: "04", title: "Lowered Vehicle Specialists", description: "The only shop that says YES to lowered vehicle alignment. We specialize in service for stance and performance-modified vehicles.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-male-mechanic-changing-car-wheels_23-2148327513.jpg", imageAlt: "Custom lowered vehicle with professional suspension setup"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "4", name: "Satisfied Client", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Customer testimonial photo"
|
id: "4", name: "Satisfied Client", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Customer testimonial photo"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "4", title: "Do you handle suspension upgrades?", content: "Absolutely. From diagnosis to installation, we handle all suspension work. Whether you're upgrading for performance or comfort, our team has the skills and experience."
|
id: "4", title: "Do you handle suspension upgrades?", content: "Absolutely. From diagnosis to installation, we handle all suspension work. Whether you're upgrading for performance or comfort, our team has the skills and experience."
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user