Merge version_1 into main #3
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Heart } from "lucide-react";
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
@@ -75,7 +76,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[{ label: "Daily Cups", value: "500+" }, { label: "Happy Customers", value: "10k+" }]}
|
||||
metrics={[{ value: "500+" }, { value: "10k+" }]}
|
||||
title="Our Impact"
|
||||
description="Growing our community, one fruit cup at a time."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user