Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad40a0dd59 | |||
| fddd4aa61b | |||
| 1b72d3b763 |
@@ -9,7 +9,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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: [
|
price: "$24.99/day", subtitle: "Most comprehensive option", buttons: [
|
||||||
{ text: "Select Plan", onClick: () => {} },
|
{ text: "Select Plan", onClick: () => {} },
|
||||||
{ text: "Details", href: "#" }
|
{ text: "Details", href: "#" }
|
||||||
|
|||||||
Reference in New Issue
Block a user