Update src/app/page.tsx
This commit is contained in:
@@ -9,6 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { BarChart, Users, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -114,9 +115,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ label: "Orders", value: "10,000+" },
|
||||
{ label: "Customers", value: "50,000+" },
|
||||
{ label: "Satisfaction", value: "99%" },
|
||||
{ icon: BarChart, value: "10,000+" },
|
||||
{ icon: Users, value: "50,000+" },
|
||||
{ icon: Zap, value: "99%" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Measuring the smiles we deliver every single day."
|
||||
|
||||
Reference in New Issue
Block a user