diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 58ff0e9..a7abcdc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1383,4 +1383,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index dad8a67..7cf6ba8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "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 NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; 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: "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" imageSrc="http://img.b2bpic.net/free-photo/front-view-stand-with-nuts-different-along-with-dried-fruits-dark-floor_140725-14502.jpg?_wi=1" @@ -236,4 +239,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file