diff --git a/src/app/page.tsx b/src/app/page.tsx
index e209ee2..e9f56bf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import { Target, Users, Trophy } from "lucide-react";
+import { Target, Users, Trophy, Instagram, Phone, MapPin } from "lucide-react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -48,18 +48,14 @@ export default function LandingPage() {
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elegant-man-with-yellow-balls_23-2148299213.jpg", imageAlt: "Билярдна маса" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-holding-white-pool-ball_23-2148299242.jpg", imageAlt: "Игра на билярд" },
- { imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697099.jpg", imageAlt: "Интериор на клуба" },
- { imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-pool-bar_53876-166972.jpg", imageAlt: "Билярдни топки" },
- { imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-girls-white-bathrobe-play-pool-billiards_627829-9615.jpg", imageAlt: "Професионална маса" },
+ { imageSrc: "http://img.b2bpic.net/bowling-alley-with-neon-lights_23-2151697099.jpg", imageAlt: "Интериор на клуба" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-247.jpg", imageAlt: "Клуб 147" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-friends-looking-woman-playing-snooker-club_23-2148037596.jpg", imageAlt: "Играчи" },
- { imageSrc: "http://img.b2bpic.net/free-photo/bowling-equipment-indoors-still-life_23-2150565729.jpg", imageAlt: "Детайл" },
{ imageSrc: "http://img.b2bpic.net/free-photo/green-canvas-textures-surface-background_74190-6372.jpg", imageAlt: "Зелено сукно" },
- { imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-decoration-interior-room_74190-327.jpg", imageAlt: "Светлина" },
]}
- buttons={[{ text: "Резервирай маса сега", href: "tel:+359888123456" }]}
+ buttons={[{ text: "Резервирай маса сега", href: "tel:+359885333147" }]}
/>
@@ -67,12 +63,12 @@ export default function LandingPage() {