diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6ce4b..1776fe0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import { Cpu, Beer, Users } from "lucide-react"; +import { Cpu, Beer, Users, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -62,7 +62,7 @@ export default function LandingPage() { featuresTitle: "Оснащение:", features: ["2 комнаты", "Профессиональные кресла", "Топовые GPU", "Идеальная звукоизоляция"] }, { - id: "vip", tag: "VIP Rooms", tagIcon: Star, + id: "vip", tag: "VIP Rooms", tagIcon: Sparkles, price: "Уточняйте цену", period: "/час", description: "4 роскошные VIP-комнаты с повышенным комфортом для вашей компании.", button: { text: "Забронировать", href: "#contact" }, featuresTitle: "Преимущества:", features: ["4 комнаты", "Диванная зона", "Премиальный сервис", "Конфиденциальность"] }