|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
|
|
|
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
@@ -44,18 +44,47 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroLogo
|
|
|
|
|
logoText="MARGINZ"
|
|
|
|
|
<HeroBillboardDashboard
|
|
|
|
|
title="Quality-First Development."
|
|
|
|
|
description="Where High Performance is the Minimum Standard. Precision-engineered digital systems for major enterprises. Near-zero friction. Maximum uptime. Decisive competitive edge."
|
|
|
|
|
tag="THE QUALITY ANCHOR"
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Start Your Journey →", href: "contact" },
|
|
|
|
|
{ text: "Get Enterprise Solution", href: "contact" },
|
|
|
|
|
{ text: "View Our Work", href: "success-stories" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-sophisticated-dark-enterprise-dashboar-1773040690255-0dc30387.png?_wi=1"
|
|
|
|
|
imageAlt="Enterprise hero background"
|
|
|
|
|
showDimOverlay={false}
|
|
|
|
|
ariaLabel="Hero section with MARGINZ branding"
|
|
|
|
|
dashboard={{
|
|
|
|
|
title: "Enterprise Performance Metrics", logoIcon: Zap,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-sophisticated-dark-enterprise-dashboar-1773040690255-0dc30387.png?_wi=1", searchPlaceholder: "Search initiatives...", sidebarItems: [
|
|
|
|
|
{ icon: LayoutDashboard, active: true },
|
|
|
|
|
{ icon: BarChart3 },
|
|
|
|
|
{ icon: Settings }
|
|
|
|
|
],
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Dashboard", href: "#" },
|
|
|
|
|
{ text: "Export Report", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
stats: [
|
|
|
|
|
{ title: "Project Mandates", values: [70, 0, 0], description: "Enterprise initiatives delivered" },
|
|
|
|
|
{ title: "Operational Uptime", values: [99, 99, 0], description: "Guaranteed reliability" },
|
|
|
|
|
{ title: "Industry Verticals", values: [8, 0, 0], description: "Sectors served" }
|
|
|
|
|
],
|
|
|
|
|
chartTitle: "Performance Trajectory", chartData: [
|
|
|
|
|
{ value: 65 },
|
|
|
|
|
{ value: 78 },
|
|
|
|
|
{ value: 85 },
|
|
|
|
|
{ value: 92 },
|
|
|
|
|
{ value: 88 }
|
|
|
|
|
],
|
|
|
|
|
listTitle: "Active Initiatives", listItems: [
|
|
|
|
|
{ icon: Zap, title: "Core Platform Build", status: "In Progress" },
|
|
|
|
|
{ icon: Shield, title: "Security Audit", status: "Completed" },
|
|
|
|
|
{ icon: Gauge, title: "Performance Optimization", status: "In Progress" }
|
|
|
|
|
]
|
|
|
|
|
}}
|
|
|
|
|
ariaLabel="Hero section with enterprise dashboard"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -173,7 +202,7 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Mr. AbuTahir", handle: "Director, Imagevite", testimonial: "The dynamic booking app delivered a 20% increase in turf utilization with zero technical errors. Outstanding execution.", rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-professional-headshot-of-an-entreprene-1773040690239-de4a162d.png", imageAlt: "Mr. AbuTahir, Imagevite Director"
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-professional-headshot-of-an-entrepreneu-1773040690239-de4a162d.png", imageAlt: "Mr. AbuTahir, Imagevite Director"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Dr. K. Thayagaraj", handle: "Founder, Qdotz", testimonial: "The new website led to a 35% increase in qualified organic traffic within three months. Professional, results-driven partnership.", rating: 5,
|
|
|
|
|
@@ -233,7 +262,7 @@ export default function LandingPage() {
|
|
|
|
|
id: "2", category: "Strategy", title: "Empowering Businesses Through Technology-Driven Growth", excerpt: "How enterprises leverage modernized platforms and intelligent automation to accelerate growth and competitive advantage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-technology-driven-business-growth-conc-1773040690066-52e2729f.png", imageAlt: "Business growth through technology", authorName: "Strategy Consultants", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-professional-headshot-of-a-different-b-1773040688428-b1e59990.png", date: "12 Jan 2025"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", category: "Expertise", title: "Inside Our Team: Blending Experience, Leadership & Innovation", excerpt: "Meet the professionals behind MARGINZ and learn how decades of combined enterprise experience drive our technical excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-team-collaboration-and-innovation-conc-1773040689967-d4b340c7.png", imageAlt: "MARGINZ team collaboration", authorName: "Team & Culture", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-professional-headshot-of-an-entreprene-1773040690239-de4a162d.png", date: "10 Jan 2025"
|
|
|
|
|
id: "3", category: "Expertise", title: "Inside Our Team: Blending Experience, Leadership & Innovation", excerpt: "Meet the professionals behind MARGINZ and learn how decades of combined enterprise experience drive our technical excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-team-collaboration-and-innovation-conc-1773040689967-d4b340c7.png", imageAlt: "MARGINZ team collaboration", authorName: "Team & Culture", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhMeh7KQS0r1FoDiI4JbBNOrun/a-professional-headshot-of-an-entrepreneu-1773040690239-de4a162d.png", date: "10 Jan 2025"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
|