Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-07 17:28:51 +00:00
2 changed files with 4 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { Award } from "lucide-react";
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -61,19 +61,8 @@ export default function LandingPage() {
id: "team", groupTitle: "Lead Detailers", members: [
{ id: "1", title: "Marc P.", subtitle: "Lead Technician", detail: "10 years in the automotive industry." },
{ id: "2", title: "Claire L.", subtitle: "Quality Manager", detail: "Specialist in paint restoration." },
],
imageAlt: "car exterior polish finish"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg"
logoText="CleaningcarsZuka"
columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", items: [{ label: "Interior", href: "/services" }, { label: "Exterior", href: "/services" }] },
]
},
]}
/>
</div>

View File

@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Droplet, Shield } from "lucide-react";
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"