Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, CheckCircle, Fire, Flame, HelpCircle, Sparkles, Star, ThumbsUp, Zap } from "lucide-react";
|
||||
import { Award, CheckCircle, Flame, HelpCircle, Sparkles, Star, ThumbsUp, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "deal-2", badge: "Hot Deal", badgeIcon: Fire,
|
||||
id: "deal-2", badge: "Hot Deal", badgeIcon: Flame,
|
||||
price: "Save 30%", subtitle: "Smart Home Hub Bundle - Extended Offer", buttons: [
|
||||
{ text: "Add to Cart", href: "#featured" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user