top of page

real estate

Photography

Pricing 

PRICiNG

PHOTOGRAPHY

MYKONOS

exterior-8.JPG

Receive the images the same day! 24hrs guaranteed. Prices include full editing.

Daylight up to 10 images   $180

From:

$180

MYKONOS

1-2.JPG
  • Basic black & white floorplan

  • Up to 150m2

  • if need colour or site plan will come with subcharge

Basic Floor Plan (up to 0-150 sqm)   From $180

From:

$180

MYKONOS

2-32.JPG

Receive the images the same day! 24hrs guaranteed. Prices include full editing.

Daylight up to 15 images   $220

From:

$220

MYKONOS

1-9.JPG
  • Basic black & white floor plan

  • More than 300m2

  • if need colour or site plan will come with subcharge

Basic Floor Plan Package (over 150 sqm-300 sqm) $280

From:

$280

MYKONOS

0T5A6403-HDR.jpg

Receive the images the same day! 24hrs guaranteed. Prices include full editing.

Daylight up to 25 images   $350

From:

$350

MYKONOS

1-9Dusk.jpg

Receive the images the same day! 24hrs guaranteed. Prices include full editing.

The dusk image adds $80 on top of the daylight package.

From:

$60

3D Showcase Tour

3 bedrooms  $320

4-5 bedrooms $400

5+bedrooms please ask me for quote

Video 

30s                                                                                                                                            $165

60s                                                                                                                                            $242

120s                                                                                                                                          $330

Virtual Staging 

$85 per image

Before after

Contact Us

Phone: 0426085200 (Dennis Liu)

           

ABN: 60600732474 

Email: dennisliupics@gmail.com

 
 
Frequently asked questions
bottom of page
import React, { useState } from 'react'; import { Box, Image, Slider } from '@wix/design-system'; const BeforeAfterSlider = ({ beforeImage, afterImage }) => { const [sliderValue, setSliderValue] = useState(50); const handleSliderChange = (value) => { setSliderValue(value); }; return ( ); }; export default BeforeAfterSlider; // Usage: //