Vi flyttar från butik till nätet - så funkar det framåt
Kiss the Girl: A Meant to Be Novel | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Zoraida Cordova
- Betyg:
97
kr
Skickas inom 1-3 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
The Little Mermaid meets Daisy Jones and the Six.
A modern tale of unexpectedly falling in love and finding your voice, Kiss the Girl is the highly anticipated new addition in the acclaimed and best-selling Meant to Be collection.
Ariel del Mar and her sisters - together, known as the band Siren Seven - have been a pop culture phenomenon since they were kids. Anyone would think she's the girl who has everything. But lately, she wants more.
When Ariel crosses paths with Eric Reyes, dreamy lead singer of an up-and-coming band, he spontaneously invites her on the road for the summer. And for the first time in her life, Ariel disobeys her father - and goes with him.
Caught between the world she longs for and the one she's left behind, can Ariel follow her dreams, fall in love, and, somehow, find her own voice?
Kiss the Girl is the third title of a best-selling series that reimagines the Disney Princesses as heroines in delightfully modern romantic comedies. Also available: If The Shoe Fits by Julie Murphy and By the Book by Jasmine Guillory.
PRAISE FOR THE SERIES
"Encompasses everything I love about rom-coms. I laughed, I swooned, I smiled!" - Colleen Hoover
"My cheeks hurt from smiling through this delightful book for adults who haven't outgrown fairytales." - Jodi Picoult
"I could not be any more excited!" - Emily Henry
A modern tale of unexpectedly falling in love and finding your voice, Kiss the Girl is the highly anticipated new addition in the acclaimed and best-selling Meant to Be collection.
Ariel del Mar and her sisters - together, known as the band Siren Seven - have been a pop culture phenomenon since they were kids. Anyone would think she's the girl who has everything. But lately, she wants more.
When Ariel crosses paths with Eric Reyes, dreamy lead singer of an up-and-coming band, he spontaneously invites her on the road for the summer. And for the first time in her life, Ariel disobeys her father - and goes with him.
Caught between the world she longs for and the one she's left behind, can Ariel follow her dreams, fall in love, and, somehow, find her own voice?
Kiss the Girl is the third title of a best-selling series that reimagines the Disney Princesses as heroines in delightfully modern romantic comedies. Also available: If The Shoe Fits by Julie Murphy and By the Book by Jasmine Guillory.
PRAISE FOR THE SERIES
"Encompasses everything I love about rom-coms. I laughed, I swooned, I smiled!" - Colleen Hoover
"My cheeks hurt from smiling through this delightful book for adults who haven't outgrown fairytales." - Jodi Picoult
"I could not be any more excited!" - Emily Henry
Om denna bok
Kiss the Girl: A Meant to Be Novel av Zoraida Cordova är en Danskt band bok med 336 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Kiss the Girl: A Meant to Be Novel 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:
9781800786226
Upplaga:
0
Utgiven:
2023-08-03
Förlag:
Okänt
Sidantal:
336
$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"
>