Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 17:42:56 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -267,23 +267,18 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
<ContactCenter
tag="Connect"
title="Ready to scale your business with NordNet? Let's connect."
description="Our experts are here to help you design the perfect infrastructure for your growth."
background={{
variant: "sparkles-gradient"}}
text="Ready to scale your business with NordNet? Let's connect."
buttons={[
{
text: "Contact Support", href: "mailto:support@nordnet.com"},
{
text: "Book a Demo", href: "#"},
]}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6496.jpg"
<FooterBase
logoText="NordNet"
columns={[
{
@@ -316,4 +311,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}