This is my third Invicta Pro Diver. They are just fantastic value for money. This one arrived yesterday and the first thing I did was set the time, popped on an identical strap from another Invicta and went in the shower with it to test the waterproofing.... No problems.
It is obviously not the same build quality as those very expensive watches. But that is like comparing a Citroën to a Ferrari. This watch was well under £100! An absolute bargain.
<scriptlang="ts">import { RatingComment } from'svelte-5-ui-lib';
let comment = {
id: "1",
user: {
name: "Jese Leos",
img: {
src: "/images/profile-picture-2.webp",
alt: "Jese Leos"
},
joined: "Joined on August 2014"
},
total: 5,
rating: 4.5,
heading: "Thinking to buy another one!",
address: "the UK",
datetime: "2022-03-25"
};
</script><RatingComment {comment} helpfullink="/"abuselink="/"><pclass="mb-2 font-light text-gray-500 dark:text-gray-400">This is my third Invicta Pro Diver. They are just fantastic value for money. This one arrived yesterday and the first thing I did was set the time, popped on an identical strap from another Invicta and went in the shower with it to test the waterproofing.... No problems.</p><pclass="mb-3 font-light text-gray-500 dark:text-gray-400">It is obviously not the same build quality as those very expensive watches. But that is like comparing a Citroën to a Ferrari. This watch was well under £100! An absolute bargain.</p><ahref="/"class="mb-5 block text-sm font-medium text-primary-600 hover:underline dark:text-primary-500">Read more</a>
{#snippet evaluation()}
19 people found this helpful
{/snippet}
</RatingComment>
Review content
Jese Leos
Apartament with City View
3 nights December 2021
Family
Spotless, good appliances, excellent layout, host was genuinely nice and helpful.
8.79
The flat was spotless, very comfortable, and the host was amazing. I highly recommend this accommodation for anyone visiting Brasov city centre. It's quite a while since we are no longer using hotel facilities but self contained places. And the main reason is poor cleanliness and staff not being trained properly. This place exceeded our expectation and will return for sure.
It is obviously not the same build quality as those very expensive watches. But that is like comparing a Citroën to a Ferrari. This watch was well under £100! An absolute bargain.
<scriptlang="ts">import { Review } from'svelte-5-ui-lib';
import { LandmarkSolid, CalendarMonthSolid, UsersGroupOutline, ThumbsUpSolid, ThumbsDownSolid } from"flowbite-svelte-icons";
let review = {
name: "Jese Leos",
imgSrc: "/images/profile-picture-2.webp",
imgAlt: "jese leos",
address: "United States",
reviewDate: "January 20, 2022",
title: "Spotless, good appliances, excellent layout, host was genuinely nice and helpful.",
rating: 8.79,
item1: "Apartament with City View",
item2: "3 nights December 2021",
item3: "Family"
};
</script><Review {review}><pclass="mb-2 font-light text-gray-500 dark:text-gray-400">The flat was spotless, very comfortable, and the host was amazing. I highly recommend this accommodation for anyone visiting Brasov city centre. It's quite a while since we are no longer using hotel facilities but self contained places. And the main reason is poor cleanliness and staff not being trained properly. This place exceeded our expectation and will return for sure.</p><pclass="mb-5 font-light text-gray-500 dark:text-gray-400">It is obviously not the same build quality as those very expensive watches. But that is like comparing a Citroën to a Ferrari. This watch was well under £100! An absolute bargain.</p>
{#snippet item1()}
<divclass="flex"><LandmarkSolidclass="mr-2 h-5 w-5" />
{review.item1}
</div>
{/snippet}
{#snippet item2()}
<divclass="flex"><CalendarMonthSolidclass="mr-2 h-5 w-5" />
{review.item2}
</div>
{/snippet}
{#snippet item3()}
<divclass="flex"><UsersGroupOutlineclass="mr-2 h-5 w-5" />
{review.item3}
</div>
{/snippet}
<asideclass="mt-3 flex items-center space-x-5 rtl:space-x-reverse"><ahref="/"class="inline-flex items-center text-sm font-medium text-primary-600 hover:underline dark:text-primary-500"><ThumbsUpSolidclass="me-2.5 h-3.5 w-3.5 text-primary-600 dark:text-primary-500" />
Helpful
</a><ahref="/"class="group inline-flex items-center text-sm font-medium text-primary-600 hover:underline dark:text-primary-500"><ThumbsDownSolidclass="me-2.5 h-3.5 w-3.5 text-primary-600 dark:text-primary-500" />
Not helpful
</a></aside></Review>