Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffcab8107a | |||
| 478365b073 |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
@@ -164,24 +164,28 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
title="Get in Touch"
|
||||||
background={{ variant: "plain" }}
|
description="Contact us for your import needs, with regional offices available globally."
|
||||||
tag="Contact Us"
|
useInvertedBackground={false}
|
||||||
title="Ready to buy?"
|
inputs={[
|
||||||
description="Visit us at 24 Garnett St, Georgetown or message us via WhatsApp today."
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/animated-eraser-notebook-still-life_52683-101646.jpg"
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
mediaAnimation="slide-up"
|
{ name: "office", type: "text", placeholder: "Select Office (Guyana, North America, Japan)" }
|
||||||
|
]}
|
||||||
|
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigation", items: [{ label: "Inventory", href: "#products" }, { label: "About", href: "#about" }] },
|
{ title: "Guyana HQ", items: [{ label: "24 Garnett St, Georgetown" }] },
|
||||||
{ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/5926489566" }, { label: "Facebook", href: "https://facebook.com" }] }
|
{ title: "Regional", items: [{ label: "North America: Toronto, ON" }, { label: "Japan: Yokohama" }] },
|
||||||
|
{ title: "Legal", items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }] }
|
||||||
]}
|
]}
|
||||||
logoText="Premiere Auto"
|
bottomLeftText="© 2025 Premiere Auto"
|
||||||
|
bottomRightText="All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user