Merge version_2 into main #3
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user