Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
@@ -44,47 +44,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
title="Quality-First Development."
|
||||
<HeroLogo
|
||||
logoText="MARGINZ"
|
||||
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: "View Our Work", href: "success-stories" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
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"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user