Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 15:05:43 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -1383,4 +1383,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}