diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cb6927..9e9c8ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,51 +47,28 @@ export default function LandingPage() {
@@ -113,38 +80,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "რეალური ადრენალინი", - author: "Karting", - description: "პროფესიონალური კარტინგ ტრასა.", - tags: [ - "Speed", - "Racing", - ], - imageSrc: "http://img.b2bpic.net/free-photo/epic-gamer-room-setup_23-2151954711.jpg", - }, + id: "1", title: "რეალური ადრენალინი", author: "Karting", description: "პროფესიონალური კარტინგ ტრასა.", tags: [ + "Speed", "Racing"], + imageSrc: "http://img.b2bpic.net/free-photo/epic-gamer-room-setup_23-2151954711.jpg"}, { - id: "2", - title: "ყველაფერი ერთ სივრცეში", - author: "Entertainment", - description: "თამაშები, სპორტი, გართობა.", - tags: [ - "Fun", - "All-in-one", - ], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15233.jpg", - }, + id: "2", title: "ყველაფერი ერთ სივრცეში", author: "Entertainment", description: "თამაშები, სპორტი, გართობა.", tags: [ + "Fun", "All-in-one"], + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15233.jpg"}, { - id: "3", - title: "ყველა ასაკისთვის", - author: "Community", - description: "მეგობრები, ოჯახი, კორპორატიული ივენთები.", - tags: [ - "Family", - "Corporate", - ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-ping-pong-balls-paddle_23-2148796948.jpg", - }, + id: "3", title: "ყველა ასაკისთვის", author: "Community", description: "მეგობრები, ოჯახი, კორპორატიული ივენთები.", tags: [ + "Family", "Corporate"], + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-ping-pong-balls-paddle_23-2148796948.jpg"}, ]} title="რატომ ირჩევენ Astra Park-ს" description="აღმოაჩინე ადგილი, სადაც ადრენალინი და გართობა ერთიანდება." @@ -172,25 +118,15 @@ export default function LandingPage() { author="გიორგი მ." avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-woman-smiling_176474-95672.jpg", - alt: "User 1", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-smiling_176474-95672.jpg", alt: "User 1"}, { - src: "http://img.b2bpic.net/free-photo/handsome-man-with-crossed-arms-grey-background_23-2148113913.jpg", - alt: "User 2", - }, + src: "http://img.b2bpic.net/free-photo/handsome-man-with-crossed-arms-grey-background_23-2148113913.jpg", alt: "User 2"}, { - src: "http://img.b2bpic.net/free-photo/woman-sitting-chair_23-2148565456.jpg", - alt: "User 3", - }, + src: "http://img.b2bpic.net/free-photo/woman-sitting-chair_23-2148565456.jpg", alt: "User 3"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453476.jpg", - alt: "User 4", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453476.jpg", alt: "User 4"}, { - src: "http://img.b2bpic.net/free-photo/thank-you-happy-senior-tattooed-man-holding-hands-heart-smiling-being-flattered-touched-looking-heartfelt-pleased-by-something-standing-white-background_176420-45004.jpg", - alt: "User 5", - }, + src: "http://img.b2bpic.net/free-photo/thank-you-happy-senior-tattooed-man-holding-hands-heart-smiling-being-flattered-touched-looking-heartfelt-pleased-by-something-standing-white-background_176420-45004.jpg", alt: "User 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -204,15 +140,9 @@ export default function LandingPage() { description="ომარ ხიზანიშვილის 2, თბილისი | 595 88 44 90" inputs={[ { - name: "name", - type: "text", - placeholder: "სახელი", - }, + name: "name", type: "text", placeholder: "სახელი"}, { - name: "phone", - type: "tel", - placeholder: "ტელეფონი", - }, + name: "phone", type: "tel", placeholder: "ტელეფონი"}, ]} imageSrc="http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521335.jpg" /> @@ -225,18 +155,14 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, ]} /> ); -} +} \ No newline at end of file