Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-12 10:52:56 +00:00

View File

@@ -13,7 +13,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import Link from 'next/link';
import { Sprout, Leaf, Users, TrendingUp, Truck, Shield, Phone, Star } from 'lucide-react';
import { Sprout, Leaf, Users, TrendingUp, Truck, Shield, Phone, Star, Clock } from 'lucide-react';
export default function HomePage() {
const navItems = [
@@ -113,6 +113,8 @@ export default function HomePage() {
buttons={[
{
text: "View All Products", href: "/products"},
{
text: "Shop Sale", href: "/products"},
]}
buttonAnimation="slide-up"
/>