Vi flyttar från butik till nätet - så funkar det framåt
The Fake Mate | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Lana Ferguson
- Betyg:
140
kr
Skickas inom 0-2 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"
>
Beskrivning
'Addictive, epically smutty and the breath of fresh air the romance genre didn't know it needed' ELENA ARMAS, New York Times bestselling author
Two wolf shifters agree to be fake mates but unexpectedly find something real in this steamy paranormal romantic comedy by Lana Ferguson, perfect for fans of Rosie Danan
Fake mate . . . or perfect date?
Mackenzie hasn't had a successful date in months. She's only a year out of residency, and her grandmother's obsession with finding the perfect mate threatens to drive her barking mad, so it should be a small thing when she lies about meeting someone . . . until she blurts out the name of the last man she would ever date: Noah 'The Big Bad Wolf of Denver General' Taylor.
Noah, interventional cardiologist and all-round grump, has spent his entire life hiding what he is - an unmated alpha. But when an anonymous tip brings everything to light, he's left with two choices: come clean to the board and risk his career or find himself a mate. So, when the chatty, overly friendly ER doctor asks him to be her fake boyfriend the same day he's called to meet the board, it must be kismet, right?
Mackenzie gets her grandmother off her back, and Noah gets the chance to prove he can continue to work without a real mate - it's a mutually beneficial business transaction. But when the fake-mate act turns to a very real friends-with-benefits arrangement, lines start to blur, and they quickly realise love is a whole different kind of animal.
Praise for Lana Ferguson
'Like if Ali Hazelwood and Tessa Bailey had a smutty baby. I devoured every page' RUBY DIXON
'Smart, fun, sexy, and sizzling with romantic tension' SARA DESAI
'Charming. Funny. Primal. Ferguson's paranormal romance manages to be sweet and spicy at the same time' Booklist
'Rosie Danan fans should snap this up' Publishers Weekly, starred review
'Funny, sweet, and very hot' Shondaland
Two wolf shifters agree to be fake mates but unexpectedly find something real in this steamy paranormal romantic comedy by Lana Ferguson, perfect for fans of Rosie Danan
Fake mate . . . or perfect date?
Mackenzie hasn't had a successful date in months. She's only a year out of residency, and her grandmother's obsession with finding the perfect mate threatens to drive her barking mad, so it should be a small thing when she lies about meeting someone . . . until she blurts out the name of the last man she would ever date: Noah 'The Big Bad Wolf of Denver General' Taylor.
Noah, interventional cardiologist and all-round grump, has spent his entire life hiding what he is - an unmated alpha. But when an anonymous tip brings everything to light, he's left with two choices: come clean to the board and risk his career or find himself a mate. So, when the chatty, overly friendly ER doctor asks him to be her fake boyfriend the same day he's called to meet the board, it must be kismet, right?
Mackenzie gets her grandmother off her back, and Noah gets the chance to prove he can continue to work without a real mate - it's a mutually beneficial business transaction. But when the fake-mate act turns to a very real friends-with-benefits arrangement, lines start to blur, and they quickly realise love is a whole different kind of animal.
Praise for Lana Ferguson
'Like if Ali Hazelwood and Tessa Bailey had a smutty baby. I devoured every page' RUBY DIXON
'Smart, fun, sexy, and sizzling with romantic tension' SARA DESAI
'Charming. Funny. Primal. Ferguson's paranormal romance manages to be sweet and spicy at the same time' Booklist
'Rosie Danan fans should snap this up' Publishers Weekly, starred review
'Funny, sweet, and very hot' Shondaland
Om denna bok
The Fake Mate av Lana Ferguson är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Fake Mate 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780349439655
Upplaga:
0
Utgiven:
2023-12-05
Förlag:
Okänt
Sidantal:
400
$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"
>