Merge version_2 into main #1
385
src/app/page.tsx
385
src/app/page.tsx
@@ -27,269 +27,142 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="LinguaTech"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LinguaTech"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Language Technology for Global Innovation"
|
||||
description="Unlock seamless communication across borders with our cutting-edge AI-powered translation and voice recognition platform."
|
||||
tag="Advanced AI Solutions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-printed-circui_1398-120.jpg",
|
||||
imageAlt: "modern ai dashboard translation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/newletter-join-us-sign-up_53876-123682.jpg",
|
||||
imageAlt: "global digital communication connection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wavy-text-collage-concept_52683-104223.jpg",
|
||||
imageAlt: "Wavy text collage concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-ai-technology-background_23-2151719613.jpg",
|
||||
imageAlt: "Digital art of ai technology background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-data-ai-learning-concept-server-center-3d-render_482257-27721.jpg",
|
||||
imageAlt: "Big data an AI learning concept in server center. 3D render",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ global enterprises"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Language Technology for Global Innovation"
|
||||
description="Unlock seamless communication across borders with our cutting-edge AI-powered translation and voice recognition platform."
|
||||
tag="Advanced AI Solutions"
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-printed-circui_1398-120.jpg", imageAlt: "modern ai dashboard translation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/newletter-join-us-sign-up_53876-123682.jpg", imageAlt: "global digital communication connection" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ global enterprises"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Bridging Communication Gaps"
|
||||
description="At LinguaTech, we merge high-fidelity voice recognition with advanced linguistic modeling to ensure your business speaks every language with complete accuracy and nuance."
|
||||
tag="Our Mission"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision AI",
|
||||
description: "Industry-leading accuracy in voice-to-text conversion.",
|
||||
},
|
||||
{
|
||||
title: "Real-time Processing",
|
||||
description: "Low latency translation for instantaneous business results.",
|
||||
},
|
||||
{
|
||||
title: "Multilingual Support",
|
||||
description: "Over 100+ languages supported with native-level fluency.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-blue-technology-background_23-2148882620.jpg"
|
||||
imageAlt="modern server data processor"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Bridging Communication Gaps"
|
||||
description="At LinguaTech, we merge high-fidelity voice recognition with advanced linguistic modeling to ensure your business speaks every language with complete accuracy and nuance."
|
||||
tag="Our Mission"
|
||||
bulletPoints={[
|
||||
{ title: "Precision AI", description: "Industry-leading accuracy in voice-to-text conversion." },
|
||||
{ title: "Real-time Processing", description: "Low latency translation for instantaneous business results." },
|
||||
{ title: "Multilingual Support", description: "Over 100+ languages supported with native-level fluency." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-blue-technology-background_23-2148882620.jpg"
|
||||
imageAlt="modern server data processor"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Recognition",
|
||||
description: "Clearer speech transcription in noisy environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-with-flowing-cyber-particles_1048-15470.jpg",
|
||||
imageAlt: "speech recognition digital sound wave",
|
||||
},
|
||||
{
|
||||
title: "Smart Documentation",
|
||||
description: "Automatic text formatting and language detection.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=glqdl9",
|
||||
imageAlt: "digital document translation service",
|
||||
},
|
||||
{
|
||||
title: "Instant Integration",
|
||||
description: "Seamless APIs for your existing software stack.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051407.jpg",
|
||||
imageAlt: "real-time chat ai translator",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Platform"
|
||||
description="Engineered for scalability, speed, and uncompromising accuracy."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Advanced Recognition", description: "Clearer speech transcription in noisy environments.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-with-flowing-cyber-particles_1048-15470.jpg", imageAlt: "speech recognition digital sound wave" },
|
||||
{ title: "Smart Documentation", description: "Automatic text formatting and language detection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=glqdl9", imageAlt: "digital document translation service" },
|
||||
{ title: "Instant Integration", description: "Seamless APIs for your existing software stack.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051407.jpg", imageAlt: "real-time chat ai translator" }
|
||||
]}
|
||||
title="Why Choose Our Platform"
|
||||
description="Engineered for scalability, speed, and uncompromising accuracy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Performance at Scale"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "Translation Accuracy",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20ms",
|
||||
description: "Average Latency",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100M+",
|
||||
description: "Words Processed Daily",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "500+",
|
||||
description: "Enterprise Partners",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Performance at Scale"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{ id: "m1", value: "99.9%", description: "Translation Accuracy" },
|
||||
{ id: "m2", value: "20ms", description: "Average Latency" },
|
||||
{ id: "m3", value: "100M+", description: "Words Processed Daily" },
|
||||
{ id: "m4", value: "500+", description: "Enterprise Partners" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="LinguaTech transformed how we handle our global client meetings. The accuracy is unmatched and the integration was flawless."
|
||||
rating={5}
|
||||
author="Elena Rossi, Global Operations Lead"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-posing-studio_23-2150275662.jpg",
|
||||
alt: "happy professional tech client portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-saleswoman-business-woman-office-sitting-chair-with-documents-reading-papers_1258-194548.jpg",
|
||||
alt: "smiling executive modern workplace",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-118152.jpg",
|
||||
alt: "focused developer portrait laptop",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18405.jpg",
|
||||
alt: "executive portrait office background",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328340.jpg",
|
||||
alt: "professional manager modern company",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="LinguaTech transformed how we handle our global client meetings. The accuracy is unmatched and the integration was flawless."
|
||||
rating={5}
|
||||
author="Elena Rossi, Global Operations Lead"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-man-posing-studio_23-2150275662.jpg", alt: "happy professional tech client portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-saleswoman-business-woman-office-sitting-chair-with-documents-reading-papers_1258-194548.jpg", alt: "smiling executive modern workplace" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-118152.jpg", alt: "focused developer portrait laptop" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18405.jpg", alt: "executive portrait office background" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328340.jpg", alt: "professional manager modern company" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Let's Talk Business"
|
||||
description="Ready to integrate advanced translation into your workflow? Contact us today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-employee-wearing-formal-suit-having-fun-startup-office_482257-77721.jpg"
|
||||
imageAlt="modern conference room minimal"
|
||||
buttonText="Submit Inquiry"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Let's Talk Business"
|
||||
description="Ready to integrate advanced translation into your workflow? Contact us today."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-employee-wearing-formal-suit-having-fun-startup-office_482257-77721.jpg"
|
||||
imageAlt="modern conference room minimal"
|
||||
buttonText="Submit Inquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Technology",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Enterprise",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="LinguaTech"
|
||||
copyrightText="© 2025 | LinguaTech AI Solutions"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform", items: [
|
||||
{ label: "Technology", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
{ label: "Enterprise", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="LinguaTech"
|
||||
copyrightText="© 2025 | LinguaTech AI Solutions"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user