import wixLocation from 'wix-location'; import wixData from 'wix-data'; $w.onReady(function () { $w('#shopButton').onClick(() => { wixLocation.to('/books'); }); $w('#schoolButton').onClick(() => { wixLocation.to('/school-packages'); }); $w('#signupButton').onClick(() => { const email = $w('#emailInput').value; if (!email || !email.includes('@')) { $w('#signupMessage').text = 'Please enter a valid email address.'; $w('#signupMessage').show(); return; } wixData.insert('EmailSubscribers', { email: email, source: 'Homepage Signup', dateJoined: new Date() }) .then(() => { $w('#signupMessage').text = 'You’re in! Welcome to the DUH BRUH Club.'; $w('#signupMessage').show(); $w('#emailInput').value = ''; }) .catch(() => { $w('#signupMessage').text = 'Something went wrong. Please try again.'; $w('#signupMessage').show(); }); }); });
top of page

Duh Bruh is a new early reader picture book series for children, primarily for girls aged 6-11, providing an engaging SEL experience that helps children navigate real-life situations. Three is NOT a crowd focuses on friendships. Young girls in particular latch onto each other and find it hard to let others in. This book shows your child there's not only room for one more friend but also that the more is the merrier by expanding their world. It introduces social complexity focusing on jealousy, space and inclusion keeping the lesson simple and repeatable.

Duh Bruh 1: Three is NOT a Crowd

$4.99Price
    bottom of page