Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
156
src/app/page.tsx
156
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "features",
|
||||
},
|
||||
name: "Solutions", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="BUILDTECH AFRICA"
|
||||
/>
|
||||
@@ -53,66 +45,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Innovating the Future of Africa"
|
||||
description="BUILDTECH AFRICA is a leading technology solutions provider dedicated to empowering businesses with cutting-edge software, robust infrastructure, and digital innovation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-plexus-design_1048-15841.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-plexus-design_1048-15841.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-plexus-design_1048-15841.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-plexus-design_1048-15841.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-browsing-laptops-office_23-2147807986.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-browsing-laptops-office_23-2147807986.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global enterprises"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cloud Native",
|
||||
icon: Cloud,
|
||||
type: "text-icon", text: "Cloud Native", icon: Cloud,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "AI Integration",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "AI Integration", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cybersecurity",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Cybersecurity", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Analytics",
|
||||
icon: LineChart,
|
||||
type: "text-icon", text: "Data Analytics", icon: LineChart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Mobile App Dev",
|
||||
icon: Smartphone,
|
||||
type: "text-icon", text: "Mobile App Dev", icon: Smartphone,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -125,40 +94,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Enterprise Software",
|
||||
description: "Customized development cycles designed to streamline your business workflow and drive efficiency.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg?_wi=1",
|
||||
},
|
||||
title: "Enterprise Software", description: "Customized development cycles designed to streamline your business workflow and drive efficiency.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-plexus-design_1048-15841.jpg?_wi=2",
|
||||
imageAlt: "digital technology interface dark theme",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Cloud Infrastructure",
|
||||
description: "Secure, scalable, and highly available cloud hosting and network management solutions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg?_wi=1",
|
||||
},
|
||||
title: "Cloud Infrastructure", description: "Secure, scalable, and highly available cloud hosting and network management solutions.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-browsing-laptops-office_23-2147807986.jpg",
|
||||
imageAlt: "software developers team working",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Data Analytics",
|
||||
description: "Turn your raw business data into actionable intelligence with our proprietary analytical platforms.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg?_wi=1",
|
||||
},
|
||||
title: "Data Analytics", description: "Turn your raw business data into actionable intelligence with our proprietary analytical platforms.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg?_wi=3",
|
||||
imageAlt: "code editor interface dark mode",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -172,14 +123,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About BUILDTECH AFRICA",
|
||||
},
|
||||
type: "text", content: "About BUILDTECH AFRICA"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/people-browsing-laptops-office_23-2147807986.jpg",
|
||||
alt: "About Buildtech",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/people-browsing-laptops-office_23-2147807986.jpg", alt: "About Buildtech"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,26 +137,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
title: "Projects Completed",
|
||||
description: "Successfully deployed across Africa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg?_wi=4",
|
||||
},
|
||||
id: "m1", value: "50+", title: "Projects Completed", description: "Successfully deployed across Africa", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
title: "Uptime Guarantee",
|
||||
description: "High performance for critical apps",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg?_wi=3",
|
||||
},
|
||||
id: "m2", value: "99.9%", title: "Uptime Guarantee", description: "High performance for critical apps", imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Technical Support",
|
||||
description: "Always here to assist your team",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg?_wi=3",
|
||||
},
|
||||
id: "m3", value: "24/7", title: "Technical Support", description: "Always here to assist your team", imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Delivering excellence across the continent with proven results."
|
||||
@@ -221,8 +152,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Get in touch"
|
||||
title="Let's Build Together"
|
||||
description="Ready to transform your business technology? Our experts are waiting to consult on your next big project."
|
||||
@@ -235,29 +165,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Development",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Development", href: "#features"},
|
||||
{
|
||||
label: "Cloud",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Cloud", href: "#features"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user