Merge version_1 into main #4
@@ -2,7 +2,6 @@
|
||||
|
||||
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';
|
||||
@@ -74,9 +73,12 @@ export default function LandingPage() {
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[{ value: "500+" }, { value: "10k+" }]}
|
||||
metrics={[
|
||||
{ id: "m1", title: "Served", items: [{ label: "Customers", value: "500+" }] },
|
||||
{ id: "m2", title: "Community", items: [{ label: "Members", value: "10k+" }] }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Growing our community, one fruit cup at a time."
|
||||
/>
|
||||
@@ -98,7 +100,7 @@ export default function LandingPage() {
|
||||
layout="default"
|
||||
name="Elo Fruit Cup"
|
||||
price="$5"
|
||||
images={["http://img.b2bpic.net/free-photo/fruits-berries-platter-vegan-cuisine_114579-14329.jpg"]}
|
||||
images={[{ src: "http://img.b2bpic.net/free-photo/fruits-berries-platter-vegan-cuisine_114579-14329.jpg", alt: "Elo Fruit Cup" }]}
|
||||
buttons={[{ text: "Buy Now" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user