Merge version_1 into main #5
@@ -9,6 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Zap, Shield, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -106,9 +107,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ value: "50+", label: "Years Serving" },
|
||||
{ value: "10k+", label: "Products Stocked" },
|
||||
{ value: "4.9/5", label: "Customer Rating" }
|
||||
{ value: "50+", icon: Zap },
|
||||
{ value: "10k+", icon: Shield },
|
||||
{ value: "4.9/5", icon: Star }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="We pride ourselves on the scale and quality of our service."
|
||||
|
||||
Reference in New Issue
Block a user