Update src/app/page.tsx

This commit is contained in:
2026-05-12 16:27:10 +00:00
parent 9bf6d621a7
commit 2c2130a893

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -132,9 +132,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterBaseCard
logoText="Benak Consulting LLC"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778602491420-95nrleel.png"
columns={[
{ title: "Company", items: [{ label: "About", href: "/" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", items: [{ label: "IT Staffing", href: "/" }, { label: "IT Consulting", href: "/" }] }
]}
className="py-8"
/>
</div>