Update src/app/page.tsx

This commit is contained in:
2026-05-10 17:10:53 +00:00
parent 3ce6781e3b
commit 5ea630f6d2

View File

@@ -12,7 +12,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { TrendingUp, ShieldCheck, Zap, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -171,6 +170,7 @@ export default function LandingPage() {
{ id: 'm3', value: '150+', title: 'Style Partners', description: 'Partnering with premium brands to bring you the best.', imageSrc: 'http://img.b2bpic.net/free-photo/top-view-tablet-surrounded-by-shoes_23-2148135549.jpg' }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>