Vi flyttar från butik till nätet - så funkar det framåt
No More Secrets | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Lucy Score
- Betyg:
112
kr
Skickas inom 5-7 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
Welcome to the quirky, romantic small town of Blue Moon Bend: home to this enticing romantic comedy series from the New York Times and USA Today bestselling author of Things We Never Got Over and the fan-favourite Riley Thorn books.
***
A sexy romantic comedy with an intriguing loner on the slow path to healing and an ambitious out-of-towner who just keeps slipping past his defences.
"Are you calling dibs?"
"She's a woman, not the last piece of f**king pie. And yes, I'm calling dibs if it keeps your hands off her."
Carter Pierce wants to spend his days tending the family farm he inherited, and that's about it. After a tour of duty and a few bullet holes, he's looking forward to some peace and quiet in his hometown. Unfortunately, Blue Moon doesn't believe in peace and quiet. And his nosy neighbours sure as hell don't know how to mind their own business.
As it turns out, neither does the big city journalist who arrives to interview him for a magazine article. Summer Lentz is out of place with her designer wardrobe and workaholic schedule. She asks too many questions and gets under his skin with her smart mouth and those denim-blue eyes. She's also typing his family's story a mile a minute at his kitchen table and sleeping in the bedroom across the hall. Carter's only chance for peace is to scare her away from farm life so he can go back to his comfortable, solitary existence.
But Summer's got a stubborn streak and secrets of her own. And once Carter starts pulling at those threads, he's not so eager to send her packing. Will a nudge from the matchmaking Beautification Committee result in a Happily Ever After? Or a homegrown disaster?
Lucy Score brings to life the "nosiest small town in upstate New York" in this charming and compelling romantic comedy – the first in a series of romcom romps through the small but lively town of Blue Moon Bend.
Tropes
Romantic Comedy
Small Town
Enemies to Lovers
Opposites Attract
Grumpy x Sunshine
Contemporary Romance
Military Romance
The Blue Moon Series:
No More Secrets
Fall into Temptation
The Last Second Chance
Not Part of the Plan
Holding on to Chaos
The Fine Art of Faking It
Where It All Began
The Mistletoe Kisser
***
A sexy romantic comedy with an intriguing loner on the slow path to healing and an ambitious out-of-towner who just keeps slipping past his defences.
"Are you calling dibs?"
"She's a woman, not the last piece of f**king pie. And yes, I'm calling dibs if it keeps your hands off her."
Carter Pierce wants to spend his days tending the family farm he inherited, and that's about it. After a tour of duty and a few bullet holes, he's looking forward to some peace and quiet in his hometown. Unfortunately, Blue Moon doesn't believe in peace and quiet. And his nosy neighbours sure as hell don't know how to mind their own business.
As it turns out, neither does the big city journalist who arrives to interview him for a magazine article. Summer Lentz is out of place with her designer wardrobe and workaholic schedule. She asks too many questions and gets under his skin with her smart mouth and those denim-blue eyes. She's also typing his family's story a mile a minute at his kitchen table and sleeping in the bedroom across the hall. Carter's only chance for peace is to scare her away from farm life so he can go back to his comfortable, solitary existence.
But Summer's got a stubborn streak and secrets of her own. And once Carter starts pulling at those threads, he's not so eager to send her packing. Will a nudge from the matchmaking Beautification Committee result in a Happily Ever After? Or a homegrown disaster?
Lucy Score brings to life the "nosiest small town in upstate New York" in this charming and compelling romantic comedy – the first in a series of romcom romps through the small but lively town of Blue Moon Bend.
Tropes
Romantic Comedy
Small Town
Enemies to Lovers
Opposites Attract
Grumpy x Sunshine
Contemporary Romance
Military Romance
The Blue Moon Series:
No More Secrets
Fall into Temptation
The Last Second Chance
Not Part of the Plan
Holding on to Chaos
The Fine Art of Faking It
Where It All Began
The Mistletoe Kisser
Om denna bok
No More Secrets av Lucy Score är en Danskt band bok med 288 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp No More Secrets 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:
9781464249136
Upplaga:
0
Utgiven:
2024-12-12
Förlag:
Okänt
Sidantal:
288
$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"
>