Update src/app/page.tsx
This commit is contained in:
@@ -7,16 +7,15 @@ import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTe
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Shield, Brain, Zap, Target, Database, Globe } from "lucide-react";
|
||||
import { Shield, Brain, Zap, Target, Database } from "lucide-react";
|
||||
|
||||
export default function DesertArchitecturePage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -36,6 +35,7 @@ export default function DesertArchitecturePage() {
|
||||
title="DA: Designing the Future of Creative Sovereignty"
|
||||
description="We don't wait for the future — we design it. DA is the sovereign infrastructure connecting the Hidden Gems of Najd to the world's most ambitious productions."
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918953.jpg"
|
||||
buttons={[
|
||||
{ text: "ENTER THE ATLAS", href: "#atlas" },
|
||||
@@ -54,7 +54,9 @@ export default function DesertArchitecturePage() {
|
||||
{ title: "Golden Hour Engine", description: "Solar position modeled 365 days per location.", icon: Target },
|
||||
{ title: "Digital Twin Preview", description: "Explore any location in navigable 3D before deployment.", icon: Brain }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,13 +66,16 @@ export default function DesertArchitecturePage() {
|
||||
description="Before your crew lands, we are already there."
|
||||
features={[
|
||||
{
|
||||
title: "RSU Deployment", description: "Mobile generation fleets and drone swarms mobilized across 13 regions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/desert-storm-g-class_23-2151948159.jpg" },
|
||||
title: "RSU Deployment",
|
||||
description: "Mobile generation fleets and drone swarms mobilized across 13 regions.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/desert-storm-g-class_23-2151948159.jpg" },
|
||||
items: [{ icon: Zap, text: "34-Unit Drone Fleet" }, { icon: Shield, text: "Starlink Uplink" }, { icon: Target, text: "98.7% Permit Success" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,6 +89,8 @@ export default function DesertArchitecturePage() {
|
||||
{ id: "3", value: "$26B", title: "VFX Backlots", description: "HDRI-matched sets.", imageSrc: "http://img.b2bpic.net/free-photo/surreal-geometric-shapes-barren-desert_23-2151296281.jpg" }
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,6 +106,8 @@ export default function DesertArchitecturePage() {
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +121,7 @@ export default function DesertArchitecturePage() {
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,6 +136,7 @@ export default function DesertArchitecturePage() {
|
||||
]}
|
||||
textarea={{ name: "brief", placeholder: "Your production brief..." }}
|
||||
buttonText="COMMISSION DA"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user