diff --git a/src/app/components/FeaturedYacht.tsx b/src/app/components/FeaturedYacht.tsx index 20b0b25..3211589 100644 --- a/src/app/components/FeaturedYacht.tsx +++ b/src/app/components/FeaturedYacht.tsx @@ -139,7 +139,11 @@ export default function FeaturedYacht() { {/* Promoted badge */} {yacht.isPromoted && (
- + Это объявление продвигается.{" "} @@ -182,10 +186,7 @@ export default function FeaturedYacht() { {/* Booking form */}
-
- -
- +
{/* Book button */} diff --git a/src/app/components/Hero.tsx b/src/app/components/Hero.tsx index 7197ce9..c5b8a2d 100644 --- a/src/app/components/Hero.tsx +++ b/src/app/components/Hero.tsx @@ -38,7 +38,7 @@ export default function Hero() {
{/* Поисковая форма - скрыта на мобильных устройствах */} - + {/* Основные поля поиска */}
diff --git a/src/app/components/VideoSection.tsx b/src/app/components/VideoSection.tsx index 6eb3b0b..5a51d61 100644 --- a/src/app/components/VideoSection.tsx +++ b/src/app/components/VideoSection.tsx @@ -1,32 +1,34 @@ -import Image from 'next/image' +import Image from "next/image"; export default function VideoSection() { - return ( -
-
- {/* Левая колонка с текстом */} -
-

- Откройте мир морских прогулок -

-

- Романтическая прогулка, отдых с семьей, вечеринка с друзьями, спорт и развлечения, элитный отдых, девичник & морская фотосессия. -

-
- - {/* Правая колонка с изображением */} -
-
- Яхта SALVADOR на море -
-
-
-
- ) -} \ No newline at end of file + return ( +
+
+ {/* Левая колонка с текстом */} +
+

+ Откройте мир морских прогулок +

+

+ Романтическая прогулка, отдых с семьёй, вечеринка + с друзьями, cпорт и развлечения, элитный отдых, девичник + & морская фотосессия. +

+
+ + {/* Правая колонка с изображением */} +
+
+ Яхта SALVADOR на море +
+
+
+
+ ); +} diff --git a/src/components/form/guest-date-picker.tsx b/src/components/form/guest-date-picker.tsx index 5e4fe96..a9a15f1 100644 --- a/src/components/form/guest-date-picker.tsx +++ b/src/components/form/guest-date-picker.tsx @@ -53,41 +53,41 @@ const CommonPopoverContent: React.FC = ({ handleApply, }) => { return ( - + {/* Календарь */} -
- - date < new Date(new Date().setHours(0, 0, 0, 0)) - } - classNames={{ - root: "w-full", - month: "flex w-full flex-col gap-4", - button_previous: - "h-8 w-8 flex items-center justify-center hover:bg-gray-100 rounded-md", - button_next: - "h-8 w-8 flex items-center justify-center hover:bg-gray-100 rounded-md", - month_caption: - "flex h-8 w-full items-center justify-center px-8 text-gray-700 font-semibold", - table: "w-full border-collapse", - weekdays: "flex", - weekday: - "flex-1 text-gray-500 text-xs font-normal p-2 text-center", - day_button: "font-bold ring-0 focus:ring-0", - week: "mt-2 flex w-full", - today: "bg-gray-100 text-gray-900 rounded-full", - outside: "text-gray-300", - disabled: "text-gray-400 cursor-not-allowed", - selected: - "rounded-full border-none outline-none !bg-brand text-white", - }} - /> -
+ + + date < new Date(new Date().setHours(0, 0, 0, 0)) + } + classNames={{ + root: "w-full", + month: "flex w-full flex-col gap-4", + button_previous: + "h-8 w-8 flex items-center justify-center hover:bg-gray-100 rounded-md", + button_next: + "h-8 w-8 flex items-center justify-center hover:bg-gray-100 rounded-md", + month_caption: + "flex h-8 w-full items-center justify-center px-8 text-gray-700 font-semibold", + table: "w-full border-collapse", + weekdays: "flex", + weekday: + "flex-1 text-gray-500 text-xs font-normal p-2 text-center", + day_button: "font-bold ring-0 focus:ring-0", + week: "mt-2 flex w-full", + today: "bg-gray-100 text-gray-900 rounded-full", + outside: "text-gray-300", + disabled: "text-gray-400 cursor-not-allowed", + selected: + "rounded-full border-none outline-none !bg-brand text-white", + }} + /> + {/* Счетчики гостей */}
diff --git a/src/components/ui/counter.tsx b/src/components/ui/counter.tsx index a8c05f4..fbc7213 100644 --- a/src/components/ui/counter.tsx +++ b/src/components/ui/counter.tsx @@ -46,7 +46,7 @@ export const Counter: React.FC = ({ > - + {value}