Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84652e7d98 | |||
| d2158bf027 | |||
| 1df746d7bf | |||
| 2c26b4f8b7 | |||
| 9dc6e1906e | |||
| 112547a765 | |||
| 1f1ce1750a |
@@ -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 = [
|
||||
@@ -112,7 +112,9 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products", href: "/products"},
|
||||
text: "Shop All Seeds & Tools", href: "/products"},
|
||||
{
|
||||
text: "Shop Sale", href: "/products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user