Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-09 06:45:00 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -130,19 +130,17 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contact Us" tag="Contact Us"
title="Grow Your Business Today" title="Let's Discuss Your Growth"
description="Ready to scale? DM us or fill out the form to book a discovery call." description="Fill out the form below to book a free discovery call and see how we can scale your brand."
buttons={[{ text: "Contact Us", href: "#" }]} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterBaseReveal
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103689.jpg"
logoText="SH Technology" logoText="SH Technology"
columns={[ columns={[
{ {
@@ -151,8 +149,10 @@ export default function LandingPage() {
{ {
title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }], title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }],
}, },
{
title: "Service Areas", items: [{ label: "North America", href: "#" }, { label: "Europe", href: "#" }, { label: "APAC", href: "#" }],
},
]} ]}
imageAlt="abstract dark geometry background"
/> />
</div> </div>
</ReactLenis> </ReactLenis>