Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-26 07:51:09 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}