3 Commits

Author SHA1 Message Date
0aabce14c3 Update src/app/page.tsx 2026-03-07 15:05:38 +00:00
07beee70b3 Update src/app/layout.tsx 2026-03-07 15:05:38 +00:00
fee74e48e1 Merge version_2 into main
Merge version_2 into main
2026-03-07 15:02:01 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -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"