Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0aabce14c3 | |||
| 07beee70b3 | |||
| fee74e48e1 |
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { Check, Leaf, TrendingUp, Zap } from "lucide-react";
|
import { Check, Leaf, TrendingUp, Zap, DollarSign } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||||
@@ -88,6 +88,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "High Retail Sell-Through", description: "Proven consumer demand and repeat purchases ensure strong shelf performance.", icon: TrendingUp,
|
title: "High Retail Sell-Through", description: "Proven consumer demand and repeat purchases ensure strong shelf performance.", icon: TrendingUp,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Strong Margins", description: "Excellent profit opportunity for retailers. Competitive wholesale pricing with premium positioning enables healthy markup and strong bottom-line growth.", icon: DollarSign,
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-stand-with-nuts-different-along-with-dried-fruits-dark-floor_140725-14502.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-stand-with-nuts-different-along-with-dried-fruits-dark-floor_140725-14502.jpg?_wi=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user