diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index f96a6c7..bb800ae 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -4,9 +4,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { User, Briefcase, MapPin, Award } from "lucide-react"; export default function DashboardPage() { return ( @@ -31,7 +29,6 @@ export default function DashboardPage() { { name: "Dashboard", id: "/dashboard" }, ]} button={{ text: "Get a Quote", href: "/" }} - animateOnLoad={false} /> @@ -48,30 +45,14 @@ export default function DashboardPage() { textarea={{ name: "bio", placeholder: "Tell us about your experience...", rows: 4 }} buttonText="Register Profile" mediaPosition="left" - /> - - -
-
@@ -51,7 +47,6 @@ export default function HvacPage() { { text: "Manage Users", href: "#users" }, { text: "View Documentation", href: "#database" }, ]} - buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg" imageAlt="Control panel dashboard interface" showDimOverlay={true} @@ -70,6 +65,7 @@ export default function HvacPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -78,13 +74,14 @@ export default function HvacPage() { title="Content Management" description="Effortlessly manage your digital assets, web copy, and multimedia elements through our centralized CMS module." features={[ - { title: "Asset Management", description: "Upload and organize media, documents, and promotional graphics with ease." }, - { title: "Version Control", description: "Track changes to site content with automated versioning and rollback capabilities." }, - { title: "SEO Optimization", description: "Update meta-tags and descriptions in real-time to maintain high search visibility." }, + { title: "Asset Management", description: "Upload and organize media, documents, and promotional graphics with ease.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg" }, + { title: "Version Control", description: "Track changes to site content with automated versioning and rollback capabilities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg" }, + { title: "SEO Optimization", description: "Update meta-tags and descriptions in real-time to maintain high search visibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg" }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -99,6 +96,7 @@ export default function HvacPage() { ]} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -112,6 +110,7 @@ export default function HvacPage() { { text: "Create Support Ticket", href: "#contact" }, ]} background={{ variant: "plain" }} + useInvertedBackground={false} /> @@ -123,7 +122,6 @@ export default function HvacPage() { { title: "Admin", items: [{ label: "Dashboard", href: "#" }, { label: "Reports", href: "#" }] }, { title: "Legal", items: [{ label: "Data Policy", href: "#" }, { label: "Privacy", href: "#" }] }, ]} - copyrightText="© 2026 | Admin Control System" />