Merge version_3 into main #2
129
src/app/page.tsx
129
src/app/page.tsx
@@ -2,14 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,16 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TechSolutions"
|
||||
/>
|
||||
@@ -50,23 +45,16 @@ export default function LandingPage() {
|
||||
title="Build Smarter Software with TechSolutions"
|
||||
description="We craft modern software experiences that empower your business to scale, innovate, and thrive in a digital-first world."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More", href: "#about"},
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/a-futuristic-software-dashboard-interfac-1775432190556-9cf7152e.png"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-confident-software-enginee-1775432192568-d84764cf.png", alt: "Team Member 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-female-product-manager-smi-1775432190718-53556039.png", alt: "Team Member 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-young-tech-startup-founder-1775432191332-509d37bd.png", alt: "Team Member 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-data-analyst-professional--1775432190139-678a69e1.png", alt: "Team Member 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-ux-researcher-professional-1775432189744-f99e2b5d.png", alt: "Team Member 5"},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-confident-software-enginee-1775432192568-d84764cf.png", alt: "Team Member 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-female-product-manager-smi-1775432190718-53556039.png", alt: "Team Member 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-young-tech-startup-founder-1775432191332-509d37bd.png", alt: "Team Member 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-data-analyst-professional--1775432190139-678a69e1.png", alt: "Team Member 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-ux-researcher-professional-1775432189744-f99e2b5d.png", alt: "Team Member 5" },
|
||||
]}
|
||||
avatarText="Trusted by 100+ innovators"
|
||||
/>
|
||||
@@ -76,10 +64,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Innovating the Future of Digital Infrastructure"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Process", href: "#features"},
|
||||
]}
|
||||
buttons={[{ text: "View Our Process", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,12 +75,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cloud Infrastructure", description: "Robust, scalable cloud solutions that grow alongside your business demands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/clean-icon-based-illustration-showing-cl-1775432189658-51e9d6d0.png"},
|
||||
{
|
||||
title: "AI & Automation", description: "Integrated artificial intelligence to automate processes and unlock deep insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/clean-illustration-of-artificial-intelli-1775432190800-fd529547.png"},
|
||||
{
|
||||
title: "Data Analytics", description: "Real-time insights that help you make informed, data-driven decisions every day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/illustration-showing-analytics-reporting-1775432191216-257d451e.png"},
|
||||
{ title: "Cloud Infrastructure", description: "Robust, scalable cloud solutions that grow alongside your business demands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/clean-icon-based-illustration-showing-cl-1775432189658-51e9d6d0.png" },
|
||||
{ title: "AI & Automation", description: "Integrated artificial intelligence to automate processes and unlock deep insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/clean-illustration-of-artificial-intelli-1775432190800-fd529547.png" },
|
||||
{ title: "Data Analytics", description: "Real-time insights that help you make informed, data-driven decisions every day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/illustration-showing-analytics-reporting-1775432191216-257d451e.png" },
|
||||
]}
|
||||
title="Comprehensive Development Services"
|
||||
description="Powerful tools designed to accelerate your growth and simplify complex workflows."
|
||||
@@ -106,88 +88,57 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"InnovateLab", "TechGrowth", "CloudSecure", "DataHub", "FutureSoft", "LogicAI", "WebSphere"]}
|
||||
names={["InnovateLab", "TechGrowth", "CloudSecure", "DataHub", "FutureSoft", "LogicAI", "WebSphere"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Working with world-class companies to drive technological innovation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Client Success Stories"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Doe", role: "CEO", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-confident-software-enginee-1775432192568-d84764cf.png"},
|
||||
{
|
||||
id: "2", name: "Jane Smith", role: "CTO", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-female-product-manager-smi-1775432190718-53556039.png"},
|
||||
{
|
||||
id: "3", name: "Robert Brown", role: "Head of Product", company: "FutureSoft", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-young-tech-startup-founder-1775432191332-509d37bd.png"},
|
||||
{
|
||||
id: "4", name: "Emily Davis", role: "Analyst", company: "DataHub", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-data-analyst-professional--1775432190139-678a69e1.png"},
|
||||
{
|
||||
id: "5", name: "Michael Wilson", role: "Director", company: "TechCloud", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-ux-researcher-professional-1775432189744-f99e2b5d.png"},
|
||||
{ id: "1", name: "John Doe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-confident-software-enginee-1775432192568-d84764cf.png" },
|
||||
{ id: "2", name: "Jane Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-female-product-manager-smi-1775432190718-53556039.png" },
|
||||
{ id: "3", name: "Robert Brown", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/portrait-of-a-young-tech-startup-founder-1775432191332-509d37bd.png" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%", label: "Client Success"},
|
||||
{
|
||||
value: "24/7", label: "Support"},
|
||||
{
|
||||
value: "10M+", label: "Processes Optimized"},
|
||||
]}
|
||||
title="Voices from Our Clients"
|
||||
description="Success stories that demonstrate our impact on businesses worldwide."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do we get started?", content: "Simply reach out through our contact form and we will schedule a discovery call to understand your needs."},
|
||||
{
|
||||
id: "2", title: "What is the typical project duration?", content: "Project timelines vary depending on scope, but we typically aim for a 3-6 month MVP delivery cycle."},
|
||||
{
|
||||
id: "3", title: "Do you provide ongoing support?", content: "Yes, we offer comprehensive maintenance and support packages to ensure your systems remain optimal."},
|
||||
{ id: "1", title: "How do we get started?", content: "Simply reach out through our contact form and we will schedule a discovery call to understand your needs." },
|
||||
{ id: "2", title: "What is the typical project duration?", content: "Project timelines vary depending on scope, but we typically aim for a 3-6 month MVP delivery cycle." },
|
||||
{ id: "3", title: "Do you provide ongoing support?", content: "Yes, we offer comprehensive maintenance and support packages to ensure your systems remain optimal." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common queries about our services and methodology."
|
||||
faqsAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
title="Ready to build the future with us?"
|
||||
description="Reach out today to start a conversation about your next big project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now", href: "#"},
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background="sparkles-gradient"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterLogoReveal
|
||||
logoText="TechSolutions"
|
||||
copyrightText="© 2025 TechSolutions, Inc."
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Cloud", href: "#" }, { label: "AI", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] }
|
||||
]}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user