diff --git a/src/app/page.tsx b/src/app/page.tsx index 08f44a0..98114f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, Sparkles, Flame, Rocket, Wind, Shield, Fire, Award, Heart, Home, ShoppingBag, Truck, MapPin, CheckCircle } from "lucide-react"; +import { Zap, Sparkles, Flame, Rocket, Wind, Shield, Award, Heart, Home, ShoppingBag, Truck, MapPin, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -99,7 +99,7 @@ export default function LandingPage() { title="Best Sellers & Trending" description="Δημοφιλή προϊόντα που αγαπούν οι πελάτες μας. Ανακαλύψτε τα κορυφαία bestsellers και τις νέες αφίξεις." tag="Top Picks" - tagIcon={Fire} + tagIcon={Flame} products={[ { id: "1", name: "Asics Novablast 3", price: "€145", imageSrc: "http://img.b2bpic.net/free-photo/woman-tying-shoelaces-side-view_23-2149596382.jpg", imageAlt: "Asics Novablast 3 running shoe" }, { id: "2", name: "Performance Training Shoe", price: "€125", imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078251.jpg", imageAlt: "Professional training athletic sneaker" },