Merge version_3 into main #7
@@ -9,7 +9,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Shield, Info, Zap, DollarSign, Sparkles, Heart, HelpCircle, Crown } from 'lucide-react';
|
||||
import { Shield, Info, Zap, DollarSign, Sparkles, Heart, HelpCircle, Crown, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Popular", badgeIcon: Crown,
|
||||
id: "pro", badge: "Popular", badgeIcon: Star,
|
||||
price: "$24.99/day", subtitle: "Most comprehensive option", buttons: [
|
||||
{ text: "Select Plan", onClick: () => {} },
|
||||
{ text: "Details", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user