Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 052a758199 | |||
| fff093e6fe |
176
src/app/page.tsx
176
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="GBS"
|
brandName="GBS"
|
||||||
/>
|
/>
|
||||||
@@ -56,42 +46,27 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Precision Architecture for Growth"
|
title="Precision Architecture for Growth"
|
||||||
description="We build scalable, robust systems designed for performance, clarity, and enduring value in the digital era."
|
description="We build scalable, robust systems designed for performance, clarity, and enduring value in the digital era."
|
||||||
tag="Trusted by Industry Leaders"
|
tag="Trusted by Industry Leaders"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Services",
|
text: "Explore Services", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-background-with-colorful-light-effect_53876-108143.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/gradient-background-with-colorful-light-effect_53876-108143.jpg?_wi=1", imageAlt: "Abstract Innovation"},
|
||||||
imageAlt: "Abstract Innovation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg?_wi=1", imageAlt: "Architectural Detail"},
|
||||||
imageAlt: "Architectural Detail",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg?_wi=1", imageAlt: "Tech Workspace"},
|
||||||
imageAlt: "Tech Workspace",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-background-with-colorful-light-effect_53876-108143.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/gradient-background-with-colorful-light-effect_53876-108143.jpg?_wi=2", imageAlt: "Abstract Innovation"},
|
||||||
imageAlt: "Abstract Innovation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg?_wi=2", imageAlt: "Architectural Detail"},
|
||||||
imageAlt: "Architectural Detail",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -104,17 +79,11 @@ export default function LandingPage() {
|
|||||||
description="Our team combines strategic foresight with deep technical expertise. We partner with enterprises to modernize their workflows and deliver sustainable results."
|
description="Our team combines strategic foresight with deep technical expertise. We partner with enterprises to modernize their workflows and deliver sustainable results."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "150+",
|
value: "150+", title: "Projects Delivered"},
|
||||||
title: "Projects Delivered",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99.9%",
|
value: "99.9%", title: "System Uptime"},
|
||||||
title: "System Uptime",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "50+",
|
value: "50+", title: "Global Partners"},
|
||||||
title: "Global Partners",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg"
|
||||||
imageAlt="Consulting Team"
|
imageAlt="Consulting Team"
|
||||||
@@ -130,23 +99,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Scalable Infrastructure",
|
title: "Scalable Infrastructure", description: "Cloud-native architectures that grow alongside your business, ensuring stability and performance.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-background-with-colorful-light-effect_53876-108143.jpg?_wi=3", imageAlt: "Infrastructure"},
|
||||||
description: "Cloud-native architectures that grow alongside your business, ensuring stability and performance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-background-with-colorful-light-effect_53876-108143.jpg?_wi=3",
|
|
||||||
imageAlt: "Infrastructure",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Data-Driven Strategy",
|
title: "Data-Driven Strategy", description: "Leveraging analytics to identify growth opportunities and optimize operational workflows.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg?_wi=3", imageAlt: "Analytics"},
|
||||||
description: "Leveraging analytics to identify growth opportunities and optimize operational workflows.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139370.jpg?_wi=3",
|
|
||||||
imageAlt: "Analytics",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Secure Compliance",
|
title: "Secure Compliance", description: "Comprehensive security measures that keep your business operations safe and fully compliant.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg?_wi=2", imageAlt: "Security"},
|
||||||
description: "Comprehensive security measures that keep your business operations safe and fully compliant.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg?_wi=2",
|
|
||||||
imageAlt: "Security",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Global Enterprises Choose Us"
|
title="Why Global Enterprises Choose Us"
|
||||||
description="Sophisticated tools and strategic methodologies for complex business needs."
|
description="Sophisticated tools and strategic methodologies for complex business needs."
|
||||||
@@ -161,45 +118,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Jenkins", role: "VP Operations", company: "Global Corp", rating: 5,
|
||||||
name: "Sarah Jenkins",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
|
||||||
role: "VP Operations",
|
|
||||||
company: "Global Corp",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Marcus Thorne", role: "CTO", company: "Innovate Systems", rating: 5,
|
||||||
name: "Marcus Thorne",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-his-jacket-white-shirt-jacket-looking-confident-front-view_176474-99663.jpg"},
|
||||||
role: "CTO",
|
|
||||||
company: "Innovate Systems",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-his-jacket-white-shirt-jacket-looking-confident-front-view_176474-99663.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Elena Rodriguez", role: "Director", company: "Growth Partners", rating: 5,
|
||||||
name: "Elena Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blonde-business-woman-dressed-formal-suit-blue-shirt-standing-with-crossed-arms-studio-isolated-dark-background_613910-6353.jpg"},
|
||||||
role: "Director",
|
|
||||||
company: "Growth Partners",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensual-blonde-business-woman-dressed-formal-suit-blue-shirt-standing-with-crossed-arms-studio-isolated-dark-background_613910-6353.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Chen", role: "Chief Architect", company: "Tech Solutions", rating: 5,
|
||||||
name: "David Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg"},
|
||||||
role: "Chief Architect",
|
|
||||||
company: "Tech Solutions",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sophia Lee", role: "Consultant", company: "Strategic Dynamics", rating: 5,
|
||||||
name: "Sophia Lee",
|
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg"},
|
||||||
role: "Consultant",
|
|
||||||
company: "Strategic Dynamics",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Market Leaders"
|
title="Trusted by Market Leaders"
|
||||||
description="Hear how we help our partners transform their business operations."
|
description="Hear how we help our partners transform their business operations."
|
||||||
@@ -208,10 +140,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Let's Get Started"
|
tag="Let's Get Started"
|
||||||
title="Ready to Transform Your Business?"
|
title="Ready to Transform Your Business?"
|
||||||
description="Reach out to our experts to discuss your GBS goals and how we can support your roadmap."
|
description="Reach out to our experts to discuss your GBS goals and how we can support your roadmap."
|
||||||
@@ -225,54 +156,33 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Press",
|
label: "Press", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Infrastructure",
|
label: "Infrastructure", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Strategy",
|
label: "Strategy", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Compliance",
|
label: "Compliance", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Help Center",
|
label: "Help Center", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user