Update src/app/page.tsx

This commit is contained in:
2026-01-23 21:28:39 +00:00
parent 0fa9705307
commit f68cc28168

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -110,7 +110,7 @@ export default function LandingPage() {
{
title: "Fast & Convenient", description: "Efficient service without compromising quality or attention to detail", icon: Zap
}
]
]}
/>
</div>
@@ -161,7 +161,7 @@ export default function LandingPage() {
{
id: "6", title: "Incredible attention to detail", quote: "Professional doesn't begin to describe their work. They treated my car like it was their own. I'm a customer for life.", name: "Lisa Thompson", role: "Creative Director", imageSrc: "https://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg"
}
]
]}
/>
</div>