diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b0bf8e..05a07e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShoppingCart, Sparkles, CheckCircle, TrendingUp, Star, MessageSquare, MapPin, Package } from "lucide-react"; +import { ShoppingCart, Sparkles, CheckCircle, TrendingUp, Star, MessageSquare, MapPin } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -82,9 +82,9 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg?_wi=1", imageAlt: "Quality rice products"}, ]} buttons={[ - { - text: "Order on WhatsApp", href: "https://wa.me/250783847767?text=Hi%20Fresh%20Local%20store,%20I'd%20like%20to%20place%20an%20order"}, { text: "Call Now", href: "tel:+250783847767" }, + { + text: "Order Now on WhatsApp", href: "https://wa.me/250783847767?text=Hi%20Fresh%20Local%20store,%20I'd%20like%20to%20place%20an%20order"}, ]} buttonAnimation="slide-up" mediaAnimation="opacity" @@ -95,8 +95,8 @@ export default function HomePage() {