Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| abb7e46872 |
176
src/app/page.tsx
176
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TechSolutions"
|
||||
/>
|
||||
@@ -61,36 +51,22 @@ export default function LandingPage() {
|
||||
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: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
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-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-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-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-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-ux-researcher-professional-1775432189744-f99e2b5d.png", alt: "Team Member 5"},
|
||||
]}
|
||||
avatarText="Trusted by 100+ innovators"
|
||||
/>
|
||||
@@ -102,9 +78,7 @@ export default function LandingPage() {
|
||||
title="Innovating the Future of Digital Infrastructure"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Process",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Our Process", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,20 +91,11 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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."
|
||||
@@ -142,14 +107,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"InnovateLab",
|
||||
"TechGrowth",
|
||||
"CloudSecure",
|
||||
"DataHub",
|
||||
"FutureSoft",
|
||||
"LogicAI",
|
||||
"WebSphere",
|
||||
]}
|
||||
"InnovateLab", "TechGrowth", "CloudSecure", "DataHub", "FutureSoft", "LogicAI", "WebSphere"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Working with world-class companies to drive technological innovation."
|
||||
/>
|
||||
@@ -162,59 +120,28 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Success",
|
||||
},
|
||||
value: "100%", label: "Client Success"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Support",
|
||||
},
|
||||
value: "24/7", label: "Support"},
|
||||
{
|
||||
value: "10M+",
|
||||
label: "Processes Optimized",
|
||||
},
|
||||
value: "10M+", label: "Processes Optimized"},
|
||||
]}
|
||||
title="Voices from Our Clients"
|
||||
description="Success stories that demonstrate our impact on businesses worldwide."
|
||||
@@ -227,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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: "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: "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: "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."
|
||||
@@ -249,28 +167,30 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
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."
|
||||
<ContactCTA
|
||||
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: "#",
|
||||
},
|
||||
text: "Contact Us Now", href: "#"},
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBaseReveal
|
||||
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: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user