Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -9,7 +9,6 @@ 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 { Zap, Heart, RefreshCw } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -115,9 +114,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ icon: Zap, label: "Orders", value: "10,000+" },
|
||||
{ icon: Heart, label: "Customers", value: "50,000+" },
|
||||
{ icon: RefreshCw, label: "Satisfaction", value: "99%" },
|
||||
{ label: "Orders", value: "10,000+" },
|
||||
{ label: "Customers", value: "50,000+" },
|
||||
{ label: "Satisfaction", value: "99%" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Measuring the smiles we deliver every single day."
|
||||
|
||||
Reference in New Issue
Block a user