Update src/app/page.tsx
This commit is contained in:
223
src/app/page.tsx
223
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Linguist Pro"
|
brandName="Linguist Pro"
|
||||||
/>
|
/>
|
||||||
@@ -56,81 +48,52 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Precision Translation for the Global Enterprise"
|
title="Precision Translation for the Global Enterprise"
|
||||||
description="Unlock seamless communication across 100+ languages with our expert-led, AI-enhanced translation services built for high-stakes business success."
|
description="Unlock seamless communication across 100+ languages with our expert-led, AI-enhanced translation services built for high-stakes business success."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "100+",
|
value: "100+", label: "Languages Supported"},
|
||||||
label: "Languages Supported",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99.9%",
|
value: "99.9%", label: "Accuracy Rate"},
|
||||||
label: "Accuracy Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", label: "Global Support"},
|
||||||
label: "Global Support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/securing-digital-world-cyberpunk-vision_23-2151997036.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/securing-digital-world-cyberpunk-vision_23-2151997036.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/global-logistics-international-shipping-network_23-2152021790.jpg",
|
src: "http://img.b2bpic.net/free-photo/global-logistics-international-shipping-network_23-2152021790.jpg", alt: "Client representative 1"},
|
||||||
alt: "Client representative 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/business-concept-glass-world-laptop_1150-17694.jpg",
|
src: "http://img.b2bpic.net/free-photo/business-concept-glass-world-laptop_1150-17694.jpg", alt: "Client representative 2"},
|
||||||
alt: "Client representative 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/3d-background-with-globe-programming-code_1048-5911.jpg",
|
src: "http://img.b2bpic.net/free-photo/3d-background-with-globe-programming-code_1048-5911.jpg", alt: "Client representative 3"},
|
||||||
alt: "Client representative 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/vector-global-telecommunications-network-system-concept_8130-2324.jpg",
|
src: "http://img.b2bpic.net/free-vector/vector-global-telecommunications-network-system-concept_8130-2324.jpg", alt: "Client representative 4"},
|
||||||
alt: "Client representative 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/securing-digital-world-cyberpunk-vision_23-2151997036.jpg",
|
src: "http://img.b2bpic.net/free-photo/securing-digital-world-cyberpunk-vision_23-2151997036.jpg", alt: "Client representative 5"},
|
||||||
alt: "Client representative 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 5,000+ industry professionals"
|
avatarText="Trusted by 5,000+ industry professionals"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "ISO Certified", icon: ShieldCheck,
|
||||||
text: "ISO Certified",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Secure Data", icon: Lock,
|
||||||
text: "Secure Data",
|
|
||||||
icon: Lock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "AI Powered", icon: Database,
|
||||||
text: "AI Powered",
|
|
||||||
icon: Database,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Native Experts", icon: Users,
|
||||||
text: "Native Experts",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "24/7 Support", icon: Clock,
|
||||||
text: "24/7 Support",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -157,20 +120,11 @@ export default function LandingPage() {
|
|||||||
tag="Capabilities"
|
tag="Capabilities"
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Technical Localization", content: "Professional-grade translation for technical documentation, software UIs, and engineering manuals."},
|
||||||
title: "Technical Localization",
|
|
||||||
content: "Professional-grade translation for technical documentation, software UIs, and engineering manuals.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Marketing Adaptation", content: "Transcreation services that adapt your marketing campaigns to resonate culturally in every local market."},
|
||||||
title: "Marketing Adaptation",
|
|
||||||
content: "Transcreation services that adapt your marketing campaigns to resonate culturally in every local market.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Rapid Turnaround", content: "Advanced project management tools that ensure speed and precision for time-sensitive global projects."},
|
||||||
title: "Rapid Turnaround",
|
|
||||||
content: "Advanced project management tools that ensure speed and precision for time-sensitive global projects.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=adjrgs"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=adjrgs"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -182,14 +136,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"TechCorp",
|
"TechCorp", "GlobalTrade", "HealthPlus", "LogiTech", "MediaMedia", "SolarEnergy", "EduPlatform"]}
|
||||||
"GlobalTrade",
|
|
||||||
"HealthPlus",
|
|
||||||
"LogiTech",
|
|
||||||
"MediaMedia",
|
|
||||||
"SolarEnergy",
|
|
||||||
"EduPlatform",
|
|
||||||
]}
|
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Industry Leaders"
|
||||||
description="Powering the global expansion of top-tier brands and organizations across diverse industries."
|
description="Powering the global expansion of top-tier brands and organizations across diverse industries."
|
||||||
tag="Partners"
|
tag="Partners"
|
||||||
@@ -203,31 +150,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "50M+", title: "Words Translated", items: [
|
||||||
value: "50M+",
|
"Annual volume", "High throughput"],
|
||||||
title: "Words Translated",
|
|
||||||
items: [
|
|
||||||
"Annual volume",
|
|
||||||
"High throughput",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "5,000+", title: "Projects Completed", items: [
|
||||||
value: "5,000+",
|
"Complex workflows", "Tight deadlines"],
|
||||||
title: "Projects Completed",
|
|
||||||
items: [
|
|
||||||
"Complex workflows",
|
|
||||||
"Tight deadlines",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "150+", title: "Enterprise Clients", items: [
|
||||||
value: "150+",
|
"Global reach", "Strategic partnerships"],
|
||||||
title: "Enterprise Clients",
|
|
||||||
items: [
|
|
||||||
"Global reach",
|
|
||||||
"Strategic partnerships",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Impact at Scale"
|
title="Our Impact at Scale"
|
||||||
@@ -241,45 +173,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", title: "Game Changer", quote: "Linguist Pro helped us expand into the Asian market seamlessly. Their quality is unmatched.", name: "Sarah Miller", role: "CEO, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg"},
|
||||||
title: "Game Changer",
|
|
||||||
quote: "Linguist Pro helped us expand into the Asian market seamlessly. Their quality is unmatched.",
|
|
||||||
name: "Sarah Miller",
|
|
||||||
role: "CEO, TechCorp",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", title: "Exceptional Quality", quote: "The turnaround times for our technical manuals were incredible without sacrificing accuracy.", name: "James Chen", role: "Operations Manager, GlobalTrade", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"},
|
||||||
title: "Exceptional Quality",
|
|
||||||
quote: "The turnaround times for our technical manuals were incredible without sacrificing accuracy.",
|
|
||||||
name: "James Chen",
|
|
||||||
role: "Operations Manager, GlobalTrade",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", title: "Great Support", quote: "A true strategic partner. They handle our complex software localization effortlessly.", name: "Elena Rodriguez", role: "VP Product, HealthPlus", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg"},
|
||||||
title: "Great Support",
|
|
||||||
quote: "A true strategic partner. They handle our complex software localization effortlessly.",
|
|
||||||
name: "Elena Rodriguez",
|
|
||||||
role: "VP Product, HealthPlus",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", title: "Highly Professional", quote: "The marketing transcreation work is spot on. Our brand voice is preserved perfectly.", name: "David Kim", role: "CMO, MediaMedia", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg"},
|
||||||
title: "Highly Professional",
|
|
||||||
quote: "The marketing transcreation work is spot on. Our brand voice is preserved perfectly.",
|
|
||||||
name: "David Kim",
|
|
||||||
role: "CMO, MediaMedia",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", title: "Best-in-class", quote: "Quality and consistency every single time. A must-have partner for any global business.", name: "Sophie Martin", role: "Head of Growth, EduPlatform", imageSrc: "http://img.b2bpic.net/free-photo/portrait-men-sitting-chair-with-white-t-shirt-sunglasses-street_1153-6668.jpg"},
|
||||||
title: "Best-in-class",
|
|
||||||
quote: "Quality and consistency every single time. A must-have partner for any global business.",
|
|
||||||
name: "Sophie Martin",
|
|
||||||
role: "Head of Growth, EduPlatform",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-men-sitting-chair-with-white-t-shirt-sunglasses-street_1153-6668.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Success Stories"
|
title="Client Success Stories"
|
||||||
description="See why global businesses trust us to deliver precise and culturally relevant translation solutions."
|
description="See why global businesses trust us to deliver precise and culturally relevant translation solutions."
|
||||||
@@ -292,20 +194,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "How do you ensure accuracy?", content: "We utilize a combination of human expert linguists and advanced quality assurance AI tools to ensure total precision."},
|
||||||
title: "How do you ensure accuracy?",
|
|
||||||
content: "We utilize a combination of human expert linguists and advanced quality assurance AI tools to ensure total precision.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Can you handle technical terms?", content: "Yes, we specialize in industry-specific terminologies, including legal, medical, and engineering fields."},
|
||||||
title: "Can you handle technical terms?",
|
|
||||||
content: "Yes, we specialize in industry-specific terminologies, including legal, medical, and engineering fields.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "How fast is your turnaround?", content: "Our average project turnaround is 24-48 hours depending on scope. We also offer expedited rush services."},
|
||||||
title: "How fast is your turnaround?",
|
|
||||||
content: "Our average project turnaround is 24-48 hours depending on scope. We also offer expedited rush services.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have questions about our translation processes? Find your answers here."
|
description="Have questions about our translation processes? Find your answers here."
|
||||||
@@ -317,16 +210,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Ready to expand?"
|
tag="Ready to expand?"
|
||||||
title="Start Your Global Journey Today"
|
title="Start Your Global Journey Today"
|
||||||
description="Connect with our expert team for a custom quote or to discuss your translation requirements."
|
description="Connect with our expert team for a custom quote or to discuss your translation requirements."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Get a Free Consultation", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -336,42 +226,27 @@ export default function LandingPage() {
|
|||||||
logoText="Linguist Pro"
|
logoText="Linguist Pro"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Translation",
|
label: "Translation", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Localization",
|
label: "Localization", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Use",
|
label: "Terms of Use", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -381,4 +256,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user