Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Sparkles, Shield, ArrowRight, MessageCircle } from 'lucide-react';
|
||||
import { Sparkles, Shield, ArrowRight, MessageCircle, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -89,8 +89,8 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$50", subtitle: "Skin Fade Master", features: [
|
||||
id: "2", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$50", subtitle: "Skin Fade Master • ★★★★★ 1,200+ Happy Customers", features: [
|
||||
"Precision skin fade", "Professional lineup", "Hot towel shave", "Styling products included", "Expert barber consultation"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user