Update src/app/page.tsx
This commit is contained in:
189
src/app/page.tsx
189
src/app/page.tsx
@@ -34,41 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Impact", id: "#metrics"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#social-proof",
|
||||
},
|
||||
name: "Partners", id: "#social-proof"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="SAEE International"
|
||||
bottomLeftText="Global Community"
|
||||
@@ -79,19 +61,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Global Solutions for a Connected World"
|
||||
description="SAEE International GmbH empowers businesses worldwide with innovative strategies and robust support. Partner with us for unparalleled growth and excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Discover Our Services", href: "#features"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shares-sharing-give-togetherness-community-concept_53876-21162.jpg"
|
||||
imageAlt="Global business network connecting continents"
|
||||
@@ -105,13 +82,9 @@ export default function LandingPage() {
|
||||
description="SAEE International GmbH is a leader in delivering comprehensive solutions across diverse industries. With a strong commitment to quality and client success, we transform challenges into opportunities worldwide. Our dedicated team and extensive network ensure that we consistently exceed expectations, fostering sustainable growth and impactful partnerships."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
{
|
||||
text: "Our Vision",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Vision", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-business-people-shaking-hands-after-finishing-up-meeting_23-2147923359.jpg"
|
||||
imageAlt="Diverse business team collaborating in a modern office"
|
||||
@@ -126,23 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Consulting",
|
||||
description: "Expert guidance to navigate market complexities and formulate effective global expansion strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/help-desk-customer-service-word_53876-167069.jpg",
|
||||
imageAlt: "Data analytics dashboard with charts",
|
||||
},
|
||||
title: "Strategic Consulting", description: "Expert guidance to navigate market complexities and formulate effective global expansion strategies.", imageSrc: "http://img.b2bpic.net/free-photo/help-desk-customer-service-word_53876-167069.jpg", imageAlt: "Data analytics dashboard with charts"},
|
||||
{
|
||||
title: "Operational Excellence",
|
||||
description: "Streamlining processes and optimizing workflows to enhance efficiency and productivity across all operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg",
|
||||
imageAlt: "Efficient factory assembly line",
|
||||
},
|
||||
title: "Operational Excellence", description: "Streamlining processes and optimizing workflows to enhance efficiency and productivity across all operations.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "Efficient factory assembly line"},
|
||||
{
|
||||
title: "Digital Transformation",
|
||||
description: "Leveraging cutting-edge technology to innovate, automate, and secure your digital presence for future growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151997012.jpg",
|
||||
imageAlt: "Abstract network data connections",
|
||||
},
|
||||
title: "Digital Transformation", description: "Leveraging cutting-edge technology to innovate, automate, and secure your digital presence for future growth.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151997012.jpg", imageAlt: "Abstract network data connections"},
|
||||
]}
|
||||
title="Our Core Strengths & Service Excellence"
|
||||
description="We offer tailored solutions designed to meet the complex demands of today's global market. Our expertise spans critical areas, ensuring your business thrives."
|
||||
@@ -154,22 +115,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25+",
|
||||
description: "Years of Global Experience",
|
||||
},
|
||||
id: "m1", value: "25+", description: "Years of Global Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "150+",
|
||||
description: "Successful International Projects",
|
||||
},
|
||||
id: "m2", value: "150+", description: "Successful International Projects"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Client Satisfaction Rate"},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Witness the tangible results of our commitment to excellence and innovation, driving success for our global partners."
|
||||
@@ -181,14 +134,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"GlobalCorp Inc.",
|
||||
"Innovate Solutions",
|
||||
"Apex Logistics",
|
||||
"FutureTech Partners",
|
||||
"Horizon Capital",
|
||||
"Synergy Group",
|
||||
"Dynamic Enterprises",
|
||||
]}
|
||||
"GlobalCorp Inc.", "Innovate Solutions", "Apex Logistics", "FutureTech Partners", "Horizon Capital", "Synergy Group", "Dynamic Enterprises"]}
|
||||
title="Trusted by Industry Leaders Worldwide"
|
||||
description="Our collaborations speak volumes about the quality and reliability of SAEE International GmbH. Partner with confidence."
|
||||
/>
|
||||
@@ -202,26 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Elena Petrova",
|
||||
role: "CEO & Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg",
|
||||
imageAlt: "Dr. Elena Petrova, CEO",
|
||||
},
|
||||
id: "t1", name: "Dr. Elena Petrova", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg", imageAlt: "Dr. Elena Petrova, CEO"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Chen",
|
||||
role: "Chief Operating Officer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2149151164.jpg",
|
||||
imageAlt: "Marcus Chen, COO",
|
||||
},
|
||||
id: "t2", name: "Marcus Chen", role: "Chief Operating Officer", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2149151164.jpg", imageAlt: "Marcus Chen, COO"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "Head of Global Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-report-tablet_482257-120320.jpg",
|
||||
imageAlt: "Sophia Rodriguez, Head of Global Strategy",
|
||||
},
|
||||
id: "t3", name: "Sophia Rodriguez", role: "Head of Global Strategy", imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-report-tablet_482257-120320.jpg", imageAlt: "Sophia Rodriguez, Head of Global Strategy"},
|
||||
]}
|
||||
title="Meet Our Leadership Team"
|
||||
description="Our diverse team of experts brings a wealth of experience and dedication to every project, ensuring top-tier results and innovative solutions."
|
||||
@@ -233,35 +164,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "ts1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "ts1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "ts2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "ts2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "ts3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-giving-fist-bump_53876-25109.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "ts3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/two-people-giving-fist-bump_53876-25109.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "ts4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "ts4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "ts5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367130.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "ts5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367130.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
cardTitle="What Our Partners Say"
|
||||
cardTag="Client Success Stories"
|
||||
@@ -275,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What industries does SAEE International GmbH specialize in?",
|
||||
content: "SAEE International GmbH offers expertise across a broad range of industries including technology, finance, manufacturing, logistics, and digital services. Our solutions are tailored to meet the specific demands of each sector.",
|
||||
},
|
||||
id: "faq1", title: "What industries does SAEE International GmbH specialize in?", content: "SAEE International GmbH offers expertise across a broad range of industries including technology, finance, manufacturing, logistics, and digital services. Our solutions are tailored to meet the specific demands of each sector."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How does SAEE support international businesses?",
|
||||
content: "We provide comprehensive support for international businesses through strategic consulting, market entry assistance, operational optimization, and digital transformation services, helping clients navigate global markets effectively.",
|
||||
},
|
||||
id: "faq2", title: "How does SAEE support international businesses?", content: "We provide comprehensive support for international businesses through strategic consulting, market entry assistance, operational optimization, and digital transformation services, helping clients navigate global markets effectively."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What is the typical engagement process with SAEE International GmbH?",
|
||||
content: "Our engagement process typically begins with an initial consultation to understand your needs, followed by a detailed proposal, project planning, execution, and continuous support to ensure successful outcomes.",
|
||||
},
|
||||
id: "faq3", title: "What is the typical engagement process with SAEE International GmbH?", content: "Our engagement process typically begins with an initial consultation to understand your needs, followed by a detailed proposal, project planning, execution, and continuous support to ensure successful outcomes."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common inquiries about our services, processes, and partnership opportunities."
|
||||
@@ -300,20 +202,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Start Your Next Global Project?"
|
||||
description="Reach out to SAEE International GmbH today to discuss your needs and discover how we can help achieve your business objectives."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "#"},
|
||||
{
|
||||
text: "Send an Email",
|
||||
href: "mailto:info@saee-international.com",
|
||||
},
|
||||
text: "Send an Email", href: "mailto:info@saee-international.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,23 +224,17 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user