Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-15 13:09:28 +00:00

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