Update src/app/page.tsx
This commit is contained in:
@@ -11,6 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import { Award, Check, Clock, MessageSquare, ThumbsUp, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -137,6 +138,20 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-details" data-section="contact-details">
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Reach out to Elite Lingo Brazil"
|
||||
description="We're here to help you navigate your life in the UK. Contact us directly via phone or email for quick support."
|
||||
background={{ variant: "plain" }}
|
||||
onSubmit={(email) => console.log(email)}
|
||||
/>
|
||||
<div className="flex flex-col gap-4 text-center p-8 bg-card rounded-xl">
|
||||
<p className="font-bold">Phone: 07563282627</p>
|
||||
<p className="font-bold">Email: eliteLingoBrazil@hotmail.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user