Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-25 21:21:10 +00:00

View File

@@ -56,6 +56,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="AI-Centric Design Philosophy"
description="We don't just use tools; we collaborate with neural networks to produce visuals that are mathematically precise yet emotionally resonant. Our process blends human creative direction with the infinite possibilities of synthetic generation."
bulletPoints={[
@@ -71,6 +72,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
title="Design Services"
description="Comprehensive creative services powered by the latest in AI innovation."
features={[
@@ -85,6 +87,7 @@ export default function LandingPage() {
<ProductCardFour
animationType="blur-reveal"
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
useInvertedBackground={false}
title="Portfolio Highlights"
description="Selected works created entirely through AI-driven design workflows."
@@ -99,6 +102,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={false}
title="Client Success Stories"
description="See how brands are transforming their visual output with our studio."
testimonials={[
@@ -112,6 +116,7 @@ export default function LandingPage() {
<MetricCardSeven
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
title="Studio Impact"
description="Metrics that define our creative efficiency."
metrics={[
@@ -130,6 +135,7 @@ export default function LandingPage() {
]}
sideTitle="FAQ"
faqsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -139,6 +145,7 @@ export default function LandingPage() {
title="Launch Your Vision"
description="Ready to integrate AI into your design workflow? Let's begin."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>