Update src/app/page.tsx

This commit is contained in:
2026-03-15 13:09:24 +00:00
parent 60a2c46af3
commit f6b59420a7

View File

@@ -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" }
],