6 Commits

Author SHA1 Message Date
c442135877 Merge version_3 into main
Merge version_3 into main
2026-04-05 23:46:59 +00:00
2c2ee52565 Update src/app/page.tsx 2026-04-05 23:46:56 +00:00
69b1e65294 Merge version_3 into main
Merge version_3 into main
2026-04-05 23:46:27 +00:00
9aa720dd57 Update src/app/page.tsx 2026-04-05 23:46:24 +00:00
5727308d48 Merge version_2 into main
Merge version_2 into main
2026-04-05 23:43:14 +00:00
abb7e46872 Update src/app/page.tsx 2026-04-05 23:43:08 +00:00

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
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 FooterCard from '@/components/sections/footer/FooterCard';
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,26 +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"
/>
@@ -60,37 +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"
/>
@@ -100,12 +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>
@@ -116,21 +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."
@@ -141,136 +88,61 @@ 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}
textboxLayout="default"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
<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."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
text="Ready to build the future with us? Reach out today to start a conversation about your next big project."
buttons={[
{
text: "Contact Us Now",
href: "#",
},
]}
mediaPosition="right"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterLogoReveal
logoText="TechSolutions"
copyrightText="© 2025 TechSolutions, Inc."
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact", href: "#contact" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}