From 0df8fc6130a2d9b1df8d8f5be22d64dbdf3b0886 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 12:01:45 +0000 Subject: [PATCH 1/4] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 037da20..a7798f5 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 12:01:53 +0000 Subject: [PATCH 2/4] Update src/components/Layout.tsx --- src/components/Layout.tsx | 51 ++++++++++++--------------------------- 1 file changed, 16 insertions(+), 35 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index a7798f5..e0d5dc8 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Ana Səhifə", - "href": "/" + "name": "Ana Səhifə", "href": "/" }, { - "name": "Haqqımızda", - "href": "#about" + "name": "Haqqımızda", "href": "#about" }, { - "name": "Rəylər və Əlaqə", - "href": "/contact" + "name": "Rəylər və Əlaqə", "href": "/contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Stats", - "href": "#stats" + "name": "Stats", "href": "#stats" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" }, { - "name": "Legal", - "href": "#legal" + "name": "Legal", "href": "#legal" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,37 +49,27 @@ export default function Layout() { brand="Pluton Şadlıq Sarayı" columns={[ { - title: "Ünvan", - items: [ + title: "Ünvan", items: [ { - label: "Bakı, Əhmədli", - href: "#", - }, + label: "Bakı, Əhmədli", href: "#"}, ], }, { - title: "Xidmətlər", - items: [ + title: "Xidmətlər", items: [ { - label: "Toy", - href: "/about", - }, + label: "Toy", href: "/about"}, { - label: "Nişan", - href: "/about", - }, + label: "Nişan", href: "/about"}, ], }, ]} copyright="© 2024 Pluton Şadlıq Sarayı. Bütün hüquqlar qorunur." links={[ { - label: "Gizlilik Siyasəti", - href: "#", - }, + label: "Gizlilik Siyasəti", href: "#"}, ]} /> ); -} +} \ No newline at end of file -- 2.49.1 From c1c980fad9d3bb1d1c978c603c5ea2783bfcf714 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 12:01:53 +0000 Subject: [PATCH 3/4] Update src/pages/ContactPage.tsx --- src/pages/ContactPage.tsx | 51 +++++++++++---------------------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/src/pages/ContactPage.tsx b/src/pages/ContactPage.tsx index 2a2d7df..a9b0ad6 100644 --- a/src/pages/ContactPage.tsx +++ b/src/pages/ContactPage.tsx @@ -10,42 +10,23 @@ export default function ContactPage() { @@ -57,16 +38,12 @@ export default function ContactPage() { tag="Rezervasiya" text="Xüsusi gününüzü bizə həvalə edin." primaryButton={{ - text: "İndi zəng edin", - href: "tel:+994500000000", - }} + text: "İndi zəng edin", href: "tel:+994500000000"}} secondaryButton={{ - text: "Mesaj yazın", - href: "mailto:info@pluton.az", - }} + text: "Mesaj yazın", href: "mailto:info@pluton.az"}} /> ); -} +} \ No newline at end of file -- 2.49.1 From cc3e34c7b0e48dae4e05700cfc54aabd0f47479e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 12:01:54 +0000 Subject: [PATCH 4/4] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 51 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 38 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0e8d915..3f8c4bf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,6 +3,7 @@ import FaqSimple from '@/components/sections/faq/FaqSimple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PolicyContent from '@/components/sections/legal/PolicyContent'; +import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards'; import { Award, Heart, Star, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; @@ -16,13 +17,9 @@ export default function HomePage() { title="Xəyallarınızdakı Toy Mərasimi Burada Başlayır" description="Pluton Şadlıq Sarayı – Zəriflik, Dəbdəbə və Unudulmaz Xatirələr" primaryButton={{ - text: "Rezervasiya", - href: "/contact", - }} + text: "Rezervasiya", href: "/contact"}} secondaryButton={{ - text: "Haqqımızda", - href: "/about", - }} + text: "Haqqımızda", href: "/about"}} imageSrc="http://img.b2bpic.net/free-photo/candles-bouquets-decorated-table_8353-10193.jpg" /> @@ -44,25 +41,13 @@ export default function HomePage() { description="Pluton Şadlıq Sarayı rəqəmlərlə" metrics={[ { - icon: Users, - title: "Müştəri Rəyi", - value: "52+", - }, + icon: "Users", title: "Müştəri Rəyi", value: "52+"}, { - icon: Star, - title: "Reytinq", - value: "4.2", - }, + icon: "Star", title: "Reytinq", value: "4.2"}, { - icon: Heart, - title: "Uğurlu Tədbir", - value: "500+", - }, + icon: "Heart", title: "Uğurlu Tədbir", value: "500+"}, { - icon: Award, - title: "İl Təcrübə", - value: "15+", - }, + icon: "Award", title: "İl Təcrübə", value: "15+"}, ]} /> @@ -76,25 +61,15 @@ export default function HomePage() { description="Toy tədbirləri ilə bağlı maraqlı olan məqamlar." items={[ { - question: "Toy üçün minimum neçə nəfərlik yeriniz var?", - answer: "Pluton Şadlıq Sarayında 100 nəfərdən 500 nəfərə qədər tədbirlər keçirə bilərsiniz.", - }, + question: "Toy üçün minimum neçə nəfərlik yeriniz var?", answer: "Pluton Şadlıq Sarayında 100 nəfərdən 500 nəfərə qədər tədbirlər keçirə bilərsiniz."}, { - question: "Menyulara nələr daxildir?", - answer: "Menyularımız zənginliyi və keyfiyyəti ilə seçilir; milli və Avropa mətbəxinin ən gözəl nümunələrini təqdim edirik.", - }, + question: "Menyulara nələr daxildir?", answer: "Menyularımız zənginliyi və keyfiyyəti ilə seçilir; milli və Avropa mətbəxinin ən gözəl nümunələrini təqdim edirik."}, { - question: "Musiqi və işıqlandırma xidməti mövcuddur?", - answer: "Bəli, tam peşəkar səs və işıqlandırma avadanlıqlarımız toyunuzun möhtəşəm keçməsinə zəmanət verir.", - }, + question: "Musiqi və işıqlandırma xidməti mövcuddur?", answer: "Bəli, tam peşəkar səs və işıqlandırma avadanlıqlarımız toyunuzun möhtəşəm keçməsinə zəmanət verir."}, { - question: "Rezervasiyanı necə edə bilərəm?", - answer: "Bizimlə birbaşa telefon və ya mesaj vasitəsilə əlaqə saxlayaraq tarixi bron edə bilərsiniz.", - }, + question: "Rezervasiyanı necə edə bilərəm?", answer: "Bizimlə birbaşa telefon və ya mesaj vasitəsilə əlaqə saxlayaraq tarixi bron edə bilərsiniz."}, { - question: "Parkinq mövcuddur?", - answer: "Bəli, qonaqlarınız üçün geniş və təhlükəsiz parkinq sahəmiz mövcuddur.", - }, + question: "Parkinq mövcuddur?", answer: "Bəli, qonaqlarınız üçün geniş və təhlükəsiz parkinq sahəmiz mövcuddur."}, ]} /> @@ -107,4 +82,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1