diff --git a/src/app/page.tsx b/src/app/page.tsx
index dc7adef..a5ff4e1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Apple, BookOpen, Globe, Leaf, Truck, Users, Wheat } from "lucide-react";
+import { Apple, BookOpen, Globe, Leaf, Truck, Users, Wheat, Seed, HeartHandshake, Warehouse } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,83 +33,46 @@ export default function LandingPage() {
@@ -453,54 +283,33 @@ export default function LandingPage() {
logoText="Lakkis Farm"
columns={[
{
- title: "Farm",
- items: [
+ title: "Farm", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Our Products",
- href: "#products",
- },
+ label: "Our Products", href: "#products"},
{
- label: "Sustainability",
- href: "#features",
- },
+ label: "Sustainability", href: "#features"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQs",
- href: "#faq",
- },
+ label: "FAQs", href: "#faq"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Delivery Info",
- href: "#",
- },
+ label: "Delivery Info", href: "#"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Facebook",
- href: "https://facebook.com/lakkisfarm",
- },
+ label: "Facebook", href: "https://facebook.com/lakkisfarm"},
{
- label: "Instagram",
- href: "https://instagram.com/lakkisfarm",
- },
+ label: "Instagram", href: "https://instagram.com/lakkisfarm"},
{
- label: "Newsletter",
- href: "#",
- },
+ label: "Newsletter", href: "#"},
],
},
]}