Merge version_2 into main #4
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, CheckCircle, Globe, LayoutDashboard, Lightbulb, Rocket, ShieldCheck, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { Zap, Users, Globe } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -63,6 +63,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Trusted by industry leaders worldwide"
|
||||
names={["Flux Studio", "Velocity Co", "PixelCraft", "Innovate Digital", "BrandFlow"]}
|
||||
title="Working with visionaries"
|
||||
/>
|
||||
@@ -72,6 +73,7 @@ export default function LandingPage() {
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showStepNumbers={true}
|
||||
title="Our Agency Process"
|
||||
description="Tailored design strategies from concept to launch."
|
||||
@@ -86,6 +88,7 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="By The Numbers"
|
||||
description="Proven results in the industry."
|
||||
metrics={[
|
||||
@@ -97,6 +100,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "What makes us different?", content: "We focus on high-impact, scalable design strategies." },
|
||||
@@ -132,8 +136,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
title="Let's Build Something Great"
|
||||
description="Drop us a message and we'll be in touch within 24 hours."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,4 +158,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user