|
|
|
@@ -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 } from 'lucide-react';
|
|
|
|
import { Shield, Info, Zap, DollarSign, Sparkles, Heart, HelpCircle, Crown } 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: Sparkles,
|
|
|
|
id: "pro", badge: "Popular", badgeIcon: Crown,
|
|
|
|
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: "#" }
|
|
|
|
@@ -207,4 +207,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|