Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 99ed01d8b9 | |||
| ad40a0dd59 | |||
| fddd4aa61b | |||
| 842d84169b | |||
| 1b72d3b763 | |||
| 92d05e6846 | |||
| c7ab293eb3 | |||
| a09907eb0f | |||
| 819e89d6d5 | |||
| fa8e709ad1 | |||
| 2802891412 |
@@ -1417,4 +1417,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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 } 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: Sparkles,
|
||||
id: "pro", badge: "Popular", badgeIcon: Star,
|
||||
price: "$24.99/day", subtitle: "Most comprehensive option", buttons: [
|
||||
{ text: "Select Plan", onClick: () => {} },
|
||||
{ text: "Details", href: "#" }
|
||||
@@ -207,4 +207,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user