Update src/app/contact/page.tsx
This commit is contained in:
@@ -4,34 +4,29 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Sold Cars", id: "/sold-cars" },
|
||||
{ name: "Cars for Rent", id: "/cars-for-rent" },
|
||||
{ name: "Cars for Sale", id: "/cars-for-sale" },
|
||||
]}
|
||||
brandName="MaintainPro"
|
||||
button={{text: "Contact"}}
|
||||
/>
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
title="Contact Us"
|
||||
description="Get in touch for professional service."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19093.jpg"
|
||||
/>
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/large-modern-architecture-hall_181624-239.jpg"
|
||||
logoText="MaintainPro"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Home", href: "/" }] },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user