Vi flyttar från butik till nätet - så funkar det framåt
She's Not Sorry | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Mary Kubica
- Betyg:
126
kr
Skickas inom 3-5 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Fler utgåvor
Beskrivning
‘Wow what a thriller, Mary Kubica had me on the edge of my seat from start to finish … The plot is well paced and full of twists and turns, I will definitely be reading more from this author’ Reader review ⭐⭐⭐⭐⭐
‘She's Not Sorry is an unpredictable, twisted tale with untrustworthy characters, leaving you wondering what will happen next … a gripping read that I couldn't put down’ Reader review ⭐⭐⭐⭐⭐
‘An excellent twisty read that had me hooked from the start. Every time I thought I could relax knowing where the story was headed the author had something up her sleeve to prove me wrong. Highly recommended’ Reader review ⭐⭐⭐⭐⭐
* * * *
Meghan Michaels is trying to find balance between being a single mum to a teenage daughter and working as a full-time nurse. While on duty at the hospital one day, a patient named Caitlin arrives in a coma, having plunged from a bridge onto train tracks below.
But when a witness comes forward with shocking details about the fall, it calls everything they know into question. Was Caitlin pushed and if so, by whom and why?
Meghan has always tried to stay emotionally detached from her patients, but this time, she mistakenly lets herself get too close, until she’s deeply entangled in Caitlin’s and her family’s lives. Only when it’s too late, does she realise that she and her daughter could be the next victims.
* * * *
Praise for Mary Kubica
'A tense, compelling thriller with completely gasp-worthy twists.’ Nita Prose, author of The Maid
‘Kubica’s salacious, thoroughly mysterious characters bear the qualities we all crave in a thriller’ Karin Slaughter
‘A page-turning whodunit’ Ruth Ware
‘Brilliantly propulsive and engrossing, with twists you won’t see coming’ JP Delaney
Selected for the LibraryReads Hall of Fame
‘She's Not Sorry is an unpredictable, twisted tale with untrustworthy characters, leaving you wondering what will happen next … a gripping read that I couldn't put down’ Reader review ⭐⭐⭐⭐⭐
‘An excellent twisty read that had me hooked from the start. Every time I thought I could relax knowing where the story was headed the author had something up her sleeve to prove me wrong. Highly recommended’ Reader review ⭐⭐⭐⭐⭐
* * * *
Meghan Michaels is trying to find balance between being a single mum to a teenage daughter and working as a full-time nurse. While on duty at the hospital one day, a patient named Caitlin arrives in a coma, having plunged from a bridge onto train tracks below.
But when a witness comes forward with shocking details about the fall, it calls everything they know into question. Was Caitlin pushed and if so, by whom and why?
Meghan has always tried to stay emotionally detached from her patients, but this time, she mistakenly lets herself get too close, until she’s deeply entangled in Caitlin’s and her family’s lives. Only when it’s too late, does she realise that she and her daughter could be the next victims.
* * * *
Praise for Mary Kubica
'A tense, compelling thriller with completely gasp-worthy twists.’ Nita Prose, author of The Maid
‘Kubica’s salacious, thoroughly mysterious characters bear the qualities we all crave in a thriller’ Karin Slaughter
‘A page-turning whodunit’ Ruth Ware
‘Brilliantly propulsive and engrossing, with twists you won’t see coming’ JP Delaney
Selected for the LibraryReads Hall of Fame
Om denna bok
She's Not Sorry av Mary Kubica är en Danskt band bok med 384 sidor på Engelska. Den utgavs 2024 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp She's Not Sorry begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781848459243
Upplaga:
0
Utgiven:
2024-04-25
Förlag:
Gardners Books
Sidantal:
384
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>