Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-03-04 18:28:55 +00:00

View File

@@ -1,6 +1,6 @@
"use client";
import { Eye, Leaf, Users } from "lucide-react";
import { Eye, Leaf, Users, Shield } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
@@ -75,6 +75,9 @@ export default function LandingPage() {
{
title: "Transparency", description: "Every product comes with full details about origins, benefits, and proper usage.", icon: Eye,
},
{
title: "Certified & Verified", description: "All products meet international quality standards and sourcing certifications for your peace of mind.", icon: Shield,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-loose-tea_169016-2071.jpg"
imageAlt="Jabali Foods shop showcasing quality herbs"
@@ -105,7 +108,7 @@ export default function LandingPage() {
id: "4", name: "Dried Chamomile Flowers", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/tea-herbs-strainer_23-2148322177.jpg", imageAlt: "Dried chamomile flowers for tea", initialQuantity: 1,
},
]}
buttons={[{ text: "Get Custom Quote", href: "#contact", onClick: () => { const contactSection = document.getElementById('contact'); if (contactSection) contactSection.scrollIntoView({ behavior: 'smooth' }); } }]}
buttons={[{ text: "View All Products", href: "#contact" }]}
/>
</div>