diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bab36d..28d95f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { CheckCircle, CheckSquare, Clock, DollarSign, FileText, MessageSquare, ShieldCheck, TrendingUp, Truck } from "lucide-react"; +import { CheckCircle, CheckSquare, Clock, DollarSign, FileText, MessageSquare, ShieldCheck, TrendingUp, Truck, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -146,7 +146,7 @@ export default function LandingPage() { features: ["Bakkie load", "Compliance receipt", "2h turnaround"] }, { - id: "pro", badge: "Popular", price: "R650", subtitle: "Full load & cleaning", buttons: [{ text: "Book Now", href: "#contact" }], + id: "pro", badge: "Most Popular", badgeIcon: Star, price: "R650", subtitle: "Full load & cleaning", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Full bakkie load", "Loading included", "Priority response"] }, { @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file