From e710eff838ea60f8aaae0d5b9b11a18c5aef6709 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:40:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc6f942..94e68a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sprout, Leaf, Store, CheckCircle, Star, Heart } from "lucide-react"; +import { Sprout, Leaf, Store, CheckCircle, Star, Heart, Seedling, Users, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -28,10 +28,10 @@ export default function LandingPage() { @@ -151,25 +151,25 @@ export default function LandingPage() {
@@ -180,27 +180,27 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/composition-fresh-vegetables-blurred-vegetable-garden-background_169016-40138.jpg?_wi=3" imageAlt="Fresh Vegetables" logoText="Fresh Harvest" - copyrightText="© 2025 Fresh Harvest Grocery. All rights reserved." + copyrightText="© 2025 Fresh Harvest Grocery. Supporting Local Farmers. All rights reserved." columns={[ { title: "Quick Links", items: [ - { label: "Home", href: "#" }, + { label: "Home", href: "/" }, { label: "Products", href: "#products" }, - { label: "About", href: "#about" } + { label: "Why Us", href: "#features" } ] }, { title: "Information", items: [ { label: "About Us", href: "#about" }, - { label: "Contact", href: "#" }, - { label: "Testimonials", href: "#testimonials" } + { label: "Farming Partners", href: "#testimonials" }, + { label: "Sustainable Practices", href: "#features" } ] }, { title: "Support", items: [ + { label: "Contact Us", href: "#" }, { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "FAQ", href: "#" } + { label: "Terms of Service", href: "#" } ] } ]} @@ -208,4 +208,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1