Merge version_2 into main #3
@@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { MessageCircle, Sparkles, Zap, Star } from "lucide-react";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,6 +61,7 @@ export default function LandingPage() {
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFive
|
||||
title="What Our Community Says"
|
||||
description="Our community shares their transformative experiences."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
@@ -98,6 +99,7 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
title="Performance Metrics"
|
||||
description="Key statistics of our growing user community."
|
||||
metrics={[
|
||||
{ id: "m1", value: "30%", description: "Average Savings" },
|
||||
{ id: "m2", value: "10k+", description: "Active Users" },
|
||||
|
||||
Reference in New Issue
Block a user