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() { -
- -
- -
- -
-
@@ -145,8 +109,8 @@ export default function LandingPage() { @@ -155,8 +119,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/woman-plays-russian-billiards_1398-1219.jpg" logoText="Билярд 147" columns={[ - { title: "Меню", items: [{ label: "Начало", href: "#hero" }, { label: "Цени", href: "#pricing" }] }, - { title: "Контакти", items: [{ label: "ул. Радецки, Пловдив", href: "#" }, { label: "Телефон", href: "tel:+359888123456" }] }, + { title: "Навигация", items: [{ label: "Начало", href: "#hero" }, { label: "Цени", href: "#pricing" }] }, + { title: "Адрес", items: [{ label: "ул. „Радецки“ 45", href: "#" }, { label: "088 533 3147", href: "tel:+359885333147" }] }, ]} />