11 Commits

Author SHA1 Message Date
a10086c6b4 Merge version_10 into main
Merge version_10 into main
2026-04-24 16:50:59 +00:00
0e039c0c12 Update src/app/page.tsx 2026-04-24 16:50:56 +00:00
3d3ed6f2a7 Merge version_9 into main
Merge version_9 into main
2026-04-24 16:50:15 +00:00
200dd0a9bb Update src/app/page.tsx 2026-04-24 16:50:12 +00:00
91bc91e40c Merge version_8 into main
Merge version_8 into main
2026-04-24 16:48:50 +00:00
31142bbb32 Update src/app/page.tsx 2026-04-24 16:48:47 +00:00
4f932fc71b Merge version_7 into main
Merge version_7 into main
2026-04-24 16:47:02 +00:00
ba38b56e0c Update src/app/page.tsx 2026-04-24 16:46:59 +00:00
adb5b81741 Merge version_6 into main
Merge version_6 into main
2026-04-24 16:44:57 +00:00
2963060e62 Update src/app/page.tsx 2026-04-24 16:44:51 +00:00
d1d679314d Merge version_5 into main
Merge version_5 into main
2026-04-24 16:41:38 +00:00

View File

@@ -5,13 +5,14 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
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 TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Check, Clock, MessageSquare, ThumbsUp, Users } from "lucide-react";
export default function LandingPage() {
@@ -20,8 +21,8 @@ export default function LandingPage() {
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmall"
contentWidth="medium"
sizing="medium"
background="aurora"
cardStyle="inset"
primaryButtonStyle="gradient"
@@ -41,7 +42,7 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<div id="hero" data-section="hero" className="py-0">
<HeroBillboardScroll
background={{ variant: "plain" }}
title="Speak English with confidence in the UK"
@@ -54,7 +55,7 @@ export default function LandingPage() {
/>
</div>
<div id="services" data-section="services">
<div id="services" data-section="services" className="py-4">
<FeatureCardTwentySeven
animationType="slide-up"
textboxLayout="split"
@@ -71,7 +72,30 @@ export default function LandingPage() {
/>
</div>
<div id="how-it-works" data-section="how-it-works">
<div id="testimonials" data-section="testimonials" className="py-4">
<TestimonialCardSixteen
title="What Our Clients Say"
description="Hear from Brazilians who have transformed their lives in the UK with our support."
testimonials={[
{ id: "t1", name: "Ana Silva", role: "Accountant", company: "London Finance Group", rating: 5 },
{ id: "t2", name: "Pedro Santos", role: "Construction Manager", company: "BuildMax", rating: 5 }
]}
kpiItems={[
{ value: "100+", label: "Situations Resolved" },
{ value: "99%", label: "Satisfied Clients" },
{ value: "24/7", label: "Support Available" }
]}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
gridClassName="gap-2"
carouselClassName="gap-0"
cardClassName="p-2"
className="py-4"
/>
</div>
<div id="how-it-works" data-section="how-it-works" className="py-4">
<MetricCardOne
animationType="slide-up"
textboxLayout="split"
@@ -87,7 +111,7 @@ export default function LandingPage() {
/>
</div>
<div id="trust" data-section="trust">
<div id="trust" data-section="trust" className="py-4">
<SocialProofOne
textboxLayout="split"
useInvertedBackground={true}
@@ -97,7 +121,7 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<div id="about" data-section="about" className="py-4">
<TextSplitAbout
useInvertedBackground={false}
title="Built for the Community"
@@ -107,7 +131,7 @@ export default function LandingPage() {
/>
</div>
<div id="stats" data-section="stats">
<div id="stats" data-section="stats" className="py-4">
<MetricCardOne
animationType="slide-up"
textboxLayout="split"
@@ -123,7 +147,7 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<div id="faq" data-section="faq" className="py-4">
<FaqBase
textboxLayout="split"
useInvertedBackground={false}
@@ -138,7 +162,7 @@ export default function LandingPage() {
/>
</div>
<div id="contact-details" data-section="contact-details">
<div id="contact-details" data-section="contact-details" className="py-4">
<ContactCenter
tag="Contact Us"
title="Reach out to Elite Lingo Brazil"
@@ -147,13 +171,13 @@ export default function LandingPage() {
useInvertedBackground={false}
onSubmit={(email) => console.log(email)}
/>
<div className="flex flex-col gap-4 text-center p-8 bg-card rounded-xl">
<div className="flex flex-col gap-2 text-center p-4 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">
<div id="contact" data-section="contact" className="py-4">
<ContactSplit
useInvertedBackground={true}
background={{ variant: "plain" }}
@@ -167,32 +191,16 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
<FooterBaseReveal
logoText="Elite Lingo Brazil"
columns={[
{
items: [
{ label: "Call Support", href: "#services" },
{ label: "Immigration Help", href: "#services" },
{ label: "Live Video Interpretation", href: "#services" }
]
},
{
items: [
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
{ title: "Support", items: [{ label: "Call Support", href: "#services" }, { label: "Immigration Help", href: "#services" }, { label: "Live Video", href: "#services" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}