Merge version_1 into main #4
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user