diff --git a/public/images/icons/ad.svg b/public/images/icons/ad.svg new file mode 100644 index 0000000..50c4944 --- /dev/null +++ b/public/images/icons/ad.svg @@ -0,0 +1,5 @@ + diff --git a/src/app/components/FeaturedYacht.tsx b/src/app/components/FeaturedYacht.tsx index e1f6035..d0530b0 100644 --- a/src/app/components/FeaturedYacht.tsx +++ b/src/app/components/FeaturedYacht.tsx @@ -3,13 +3,6 @@ import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { DatePicker } from "@/components/ui/date-picker"; -import { - Select, - SelectContent, - SelectItem, - SelectTrigger, - SelectValue, -} from "@/components/ui/select"; import { Carousel, CarouselContent, @@ -20,6 +13,7 @@ import { import Image from "next/image"; import Icon from "@/components/ui/icon"; import { useState } from "react"; +import { GuestPicker } from "@/components/form/guest-picker"; const yacht = { name: "Яхта", @@ -58,6 +52,22 @@ export default function FeaturedYacht() {
- {yacht.price} -
++ {yacht.price} +
+ ) : ( ++ {yacht.price} +
+ )} +