diff --git a/public/images/best-yacht-bg.jpg b/public/images/best-yacht-bg.jpg new file mode 100644 index 0000000..10f2721 Binary files /dev/null and b/public/images/best-yacht-bg.jpg differ diff --git a/public/images/rod.png b/public/images/services/service1.png similarity index 100% rename from public/images/rod.png rename to public/images/services/service1.png diff --git a/public/images/services/service2.png b/public/images/services/service2.png new file mode 100644 index 0000000..01f15fe Binary files /dev/null and b/public/images/services/service2.png differ diff --git a/public/images/services/service3.png b/public/images/services/service3.png new file mode 100644 index 0000000..2308f43 Binary files /dev/null and b/public/images/services/service3.png differ diff --git a/public/images/services/service4.png b/public/images/services/service4.png new file mode 100644 index 0000000..79f31e2 Binary files /dev/null and b/public/images/services/service4.png differ diff --git a/public/images/services/service5.jpg b/public/images/services/service5.jpg new file mode 100644 index 0000000..6630ae5 Binary files /dev/null and b/public/images/services/service5.jpg differ diff --git a/src/app/components/FeaturedYacht.tsx b/src/app/components/FeaturedYacht.tsx new file mode 100644 index 0000000..b56dbfa --- /dev/null +++ b/src/app/components/FeaturedYacht.tsx @@ -0,0 +1,194 @@ +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 Image from "next/image"; +import Icon from "@/components/ui/icon"; + +const yacht = { + name: "Яхта", + length: "12 метров", + price: "от 18 000 ₽", + perTime: "/ час", + feet: "7 Футов", + mainImage: "/images/yacht.jpg", + thumbnails: [ + "/images/yacht.jpg", + "/images/another-yacht.jpg", + "/images/yacht.jpg", + "/images/another-yacht.jpg", + "/images/yacht.jpg", + ], + isPromoted: true, + totalPrice: "0 ₽", +}; + +export default function FeaturedYacht() { + return ( +
+ {yacht.price} + + {yacht.perTime} + +
+Свадьба, девичник/мальчишник, день рождения
- {featuredYacht.price} - - {featuredYacht.perTime} - -
-+ {yacht.price} +
{yacht.price}
+