Update src/app/page.tsx

This commit is contained in:
2026-03-04 02:53:46 +00:00
parent f01fed7cc3
commit a3744e2352

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Instagram } from "lucide-react";
import { Instagram, TrendingUp } from "lucide-react";
export default function LandingPage() {
return (
@@ -71,7 +71,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "classic-haircut", badge: "Popular", price: "$25", subtitle: "30 minutes", buttons: [{ text: "Book Now", href: "booking" }],
id: "classic-haircut", badge: "Most Booked", badgeIcon: TrendingUp, price: "$25", subtitle: "30 minutes", buttons: [{ text: "Book Now", href: "booking" }],
features: [
"Expert fade or style", "Precision line work", "Complimentary neck trim", "Fresh & clean finish"],
},