Update src/app/page.tsx

This commit is contained in:
2026-05-06 17:53:15 +00:00
parent 88c147316e
commit c8d2a3983b

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
metrics={[
{ value: "100%", title: "Custom Built" },
{ value: "Fast", title: "Optimized Performance" },
{ value: "Direct", title: "Founders Collaboration" },
{ value: "Direct", title: "Collaborative" },
]}
imageSrc="https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&q=80&w=1200"
mediaAnimation="slide-up"
@@ -78,8 +78,8 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{ title: "Performance Driven", description: "Optimized architecture for maximum speed and user retention.", icon: Zap, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&q=80&w=400&_wi=1" }, { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&q=80&w=400&_wi=2" }] },
{ title: "Secure Foundations", description: "Enterprise-grade protection integrated by default into every build.", icon: Shield, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&q=80&w=400&_wi=1" }, { imageSrc: "https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&q=80&w=400&_wi=2" }] },
{ title: "Strategic Growth", description: "Scalable digital assets that grow in lockstep with your business.", icon: TrendingUp, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&q=80&w=400&_wi=1" }, { imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&q=80&w=400&_wi=2" }] },
{ title: "Secure Foundations", description: "Enterprise-grade protection integrated into every build.", icon: Shield, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&q=80&w=400&_wi=1" }, { imageSrc: "https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&q=80&w=400&_wi=2" }] },
{ title: "Strategic Growth", description: "Scalable digital assets designed to grow with your business.", icon: TrendingUp, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&q=80&w=400&_wi=1" }, { imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&q=80&w=400&_wi=2" }] },
]}
title="Core Capabilities"
description="Advanced tools engineered to power modern digital ecosystems."
@@ -92,12 +92,12 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
metrics={[
{ id: "m1", icon: Star, title: "Client Success Rate", value: "100%" },
{ id: "m2", icon: Clock, title: "Average Deployment", value: "14 Days" },
{ id: "m3", icon: TrendingUp, title: "Performance Gain", value: "3x" },
{ id: "m1", icon: Star, title: "Client Satisfaction", value: "100%" },
{ id: "m2", icon: Clock, title: "Avg Deployment", value: "<3 Days" },
{ id: "m3", icon: TrendingUp, title: "Efficiency Increase", value: "3x" },
]}
title="Measurable Impact"
description="We transform metrics into meaningful business outcomes."
description="We transform data into meaningful business outcomes."
/>
</div>
@@ -106,7 +106,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={["Ventura Tech", "Nexus Studios", "Horizon Partners", "Apex Innovations", "Luminary Brands"]}
title="Industry Partners"
title="Our Partners"
description="Collaborating with forward-thinking teams globally."
/>
</div>
@@ -126,13 +126,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "What is your design philosophy?", content: "We believe in minimalist, high-impact design that centers on business utility." },
{ id: "q2", title: "How do we collaborate?", content: "Direct communication with our lead engineers throughout the entire lifecycle." },
{ id: "q3", title: "How quickly can we start?", content: "Initial discovery calls can be scheduled within 24 hours." },
{ id: "q1", title: "What is your design philosophy?", content: "We focus on high-impact, functional design that centers on business utility." },
{ id: "q2", title: "How do we collaborate?", content: "We maintain direct communication with your team throughout the development lifecycle." },
{ id: "q3", title: "How quickly can we start?", content: "Initial discovery sessions can be scheduled promptly to align with your timelines." },
]}
imageSrc="https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&q=80&w=1000"
title="Frequently Asked Questions"
description="Clear insights into our process and methodology."
description="Clear insights into our process and approach."
faqsAnimation="blur-reveal"
/>
</div>
@@ -141,7 +141,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Let's Collaborate"
description="Start your project journey today. Fill out the form or reach out directly to our offices."
description="Start your project today. Reach out directly or use the form below."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Work Email", required: true },
@@ -159,10 +159,10 @@ export default function LandingPage() {
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
copyrightText="© 2025 | Digital Estates Global"
copyrightText="© 2025 | Digital Estates"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}