4 Commits

Author SHA1 Message Date
0892114c0d Merge version_2 into main
Merge version_2 into main
2026-06-10 17:19:14 +00:00
0d1743e598 Update src/app/page.tsx 2026-06-10 17:19:11 +00:00
9e202eb028 Merge version_1 into main
Merge version_1 into main
2026-06-10 17:12:05 +00:00
5fca1d259e Merge version_1 into main
Merge version_1 into main
2026-06-10 17:11:18 +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>
);
}
}