Merge version_2 into main #3
@@ -11,7 +11,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { ShieldCheck, Zap, TrendingUp, Users, Target } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,7 +49,7 @@ export default function LandingPage() {
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure_1048-15232.jpg" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/school-supplies-grey-table_176420-4558.jpg" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-blurred-background_1098-481.jpg" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/blue-arrow-with-blue-background_23-2148879378.jpg" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/blue-arrow-with-blue-background_23-2148879378.jpg" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl_1303-5235.jpg" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg" },
|
||||
]}
|
||||
@@ -63,6 +62,7 @@ export default function LandingPage() {
|
||||
title="Powering Industry Leaders"
|
||||
names={["Vogue", "Bloomberg", "Forbes", "TechCrunch", "WSJ"]}
|
||||
description="Our sophisticated approach is trusted by global leaders to elevate digital identity."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,12 +87,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure_1048-15232.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Quantifiable Growth"
|
||||
description="Tracking performance at scale."
|
||||
metrics={[
|
||||
{ id: "1", value: "150%", description: "Avg. Annual Growth" },
|
||||
{ id: "2", value: "20M+", description: "Targeted Reach" },
|
||||
@@ -100,12 +102,15 @@ export default function LandingPage() {
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Client Success Stories"
|
||||
description="What our partners say about us."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alexandra Reed", handle: "@alex", testimonial: "Unmatched attention to detail.", rating: 5 },
|
||||
{ id: "2", name: "Marcus Chen", handle: "@marcus", testimonial: "Exceeded all our conversion goals.", rating: 5 },
|
||||
@@ -114,6 +119,7 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,6 +129,7 @@ export default function LandingPage() {
|
||||
title="Let's Build Your Legacy"
|
||||
description="Partner with us to redefine your brand's potential in the digital space."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user