Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-27 22:30:37 +00:00

View File

@@ -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 комнаты", "Диванная зона", "Премиальный сервис", "Конфиденциальность"]
}