Update src/app/page.tsx
This commit is contained in:
@@ -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';
|
||||||
@@ -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