Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-10 17:19:14 +00:00

View File

@@ -47,6 +47,8 @@ export default function LandingPage() {
name: "Pricing", id: "#pricing"},
{
name: "FAQ", id: "#faq"},
{
name: "Global Impact", id: "#global-impact"}
]}
brandName="ARCTING"
button={{
@@ -238,6 +240,21 @@ export default function LandingPage() {
/>
</div>
<div id="global-impact" data-section="global-impact">
<FeatureBento
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Worldwide Footprint", description: "Our engineering solutions are deployed across continents, driving progress and innovation globally.", bentoComponent: "globe"
}
]}
title="Our Global Impact"
description="ARCTING's commitment to excellence extends to a diverse range of projects around the world, making a tangible difference wherever we operate."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
@@ -267,4 +284,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}