diff --git a/docs/Build_Guide/bom.md b/docs/Build_Guide/bom.md index d490c83..d42cf6c 100644 --- a/docs/Build_Guide/bom.md +++ b/docs/Build_Guide/bom.md @@ -17,6 +17,7 @@ sidebar_position: 1 - [DC pump (5V)](https://www.amazon.es/dp/B0B24G8WP7) - 1m of hose in adequate size for the pump you purchase, can be found in local hardware or aquiarium stores +- Cloth mesh to filter out solid particles - We used a surgical cap for this: Cheap and does the job to perfection. **For the Switch Box** diff --git a/src/pages/index.js b/src/pages/index.js index 14ec5a3..8bdc30c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -61,32 +61,22 @@ export default function Home() {
- {/* Header */} -
-
-
-
Smart Toddler Sink
-
-
-
- {/* Hero Section */}
-

Smart Toddler Sink

-

The water-saving sink for your child - portable, playful, and supporting independence

-

Get started with water conservation and independence building for toddlers aged 1+. No plumbing needed - the sink guides your child through hands-on learning about water use, cleanliness, and responsibility while having fun.

+

The ultimate child sink

+

Piqpoc is a water-saving sink for toddlers that support their playtime and independence. Build it with ease, and place it anywhere since no plumbing is required.

+

Enable your children to use water independently as soon as they start walking and save water while having fun.

-

See It In Action

-

Watch how the Smart Toddler Sink transforms daily routines

-
+

Piqpoq Intro

+
@@ -95,46 +85,43 @@ export default function Home() { {/* How It Works */}
-

How It Works

+

Unique Features of Piqpoc

-

🚿 Perfect Height

-

Designed specifically for toddlers aged 1+ with adjustable height settings

+

🚿 Perfect Height and Pressure

+

The sink is designed with a lower and adjustable height for toddlers, eliminating the need for stools or assistance. Your child can independently and safely reach the faucet and washbasin. The pressure of the faucet is also adequate for their little hands, eliminating waste in each wash.

-

💧 Water Conservation

-

Intelligent water recycling system for endless play with minimal waste

+

🔄 Play Mode

+

A simple water filtering and circulation mechanism enables endless play with minimal waste. As long as the sink is tilted to play-mode, the same water gets circulated forever.

-

🔄 Dual Mode

-

Switch between play mode and cleaning mode with a simple flip

+

💧 Cleaning mode

+

Switch between play-mode and cleaning-mode with an easy action. Simply tilt the washbasin to the right to switch to hand washing. The sink directs the water to the disposal container in this mode.

-

🌍 Portable Design

-

No plumbing required - use anywhere in your home or garden

+

🌍 Take It Anywhere

+

No plumbing required - use it anywhere in your home or outdoors. The sink is powered through a USB port which means you can run it with a mobile phone charger or a 5V battery. Perfect for terraces, gardens, playrooms, or any space where your child wants to play.

+
-
🚿
-

Perfect Height for Little Hands

-

The sink is designed at the ideal height for toddlers, eliminating the need for stools or assistance. Your child can independently reach the faucet and washbasin.

+

Perfect for Little Ones

+
-
💧
-

Smart Water Recycling

-

Clean water circulates through the system, allowing hours of play while teaching conservation. Dirty water is collected separately for easy disposal.

+

Simple Water Recycling

+
-
🔄
-

Play & Clean Modes

-

Simply flip the washbasin angle to switch between water play and actual hand washing. The system automatically directs water to the appropriate container.

+

Wash Comfortably

+
-
🌍
-

Take It Anywhere

-

Battery-powered pump means no plumbing connections needed. Perfect for terraces, gardens, playrooms, or any space where your child wants to play.

+

A sink with wheels

+
@@ -147,12 +134,12 @@ export default function Home() {

Why Kids & Parents Love It

{[ - ['🚿', 'Perfect Height & Pressure', 'Designed for little hands from age 1+. No more climbing on stools or struggling with adult sinks.'], - ['💧', 'Water-Saving Play Mode', 'Kids can play with water for hours while reusing the same clean water. No waste, endless fun.'], - ['🔄', 'Dual-Mode Design', 'Flip the washbasin angle to switch between water play and real cleaning. Dirty water goes to a separate container.'], - ['🌍', 'Completely Portable', 'No plumbing needed! Use it anywhere - garden, terrace, balcony, or move it room to room.'], - ['🛠️', 'DIY-Friendly', 'Built from simple, affordable materials so that any family can have one.'], - ['⚡', 'Water Education', 'Supporting children\'s independence and helping them understand water and its conservation from a young age.'] + ['🚿', 'Independent kids, accessible cleaning', 'Designed so that little ones can indepently wash themselves. Stop kids from struggling with adult sinks and faucets. Turns on/off with a child friendly button.'], + ['🛟', 'Safer washes', 'No more climbing on stools or raising your child with one hand, while washing them with the other.'], + ['💧', 'Reduced waste of water', 'Kids can play with water for hours while reusing the same clean water. No waste, endless fun. Cleaning mode also uses less water thanks to reduced pressure.'], + ['🌍', 'Completely Portable', 'Place it wherever you want. No plumbing needed! Use it anywhere - garden, terrace, balcony, or move it room to room.'], + ['🐠', 'Playful and Guiding', 'Bring your family up to speed on water conservation awareness and adapt sustainable practices together from a young age.'], + ['🛠️', 'Designed for everyone', 'Built from simple, affordable materials that should be available in most places on earth, so that any family can have one. DIY or buy it, regardless of the path, you\'ll save a lot of water.'], ].map(([icon, title, desc], idx) => (
{icon} @@ -191,7 +178,7 @@ export default function Home() { {/* Footer */}
diff --git a/src/pages/toddlerSinkHome.css b/src/pages/toddlerSinkHome.css index b13ecd2..129dd9d 100644 --- a/src/pages/toddlerSinkHome.css +++ b/src/pages/toddlerSinkHome.css @@ -46,10 +46,10 @@ position: relative; color: white; padding: 80px 0; - background: url('https://www.datocms-assets.com/32427/1604049232-student-kit-hero.jpg?auto=format&max-w=2000') center/cover; + background: url('/img/step3/step5.jpg') center/cover; min-height: 80vh; display: flex; - align-items: center; + align-items: right; } .hero::before { @@ -106,6 +106,8 @@ flex-direction: column; align-items: center; justify-content: center; + height: 320px; + width: 560px; } .video-placeholder h3 { diff --git a/static/img/drop.gif b/static/img/drop.gif new file mode 100644 index 0000000..915223c Binary files /dev/null and b/static/img/drop.gif differ diff --git a/static/img/move.gif b/static/img/move.gif new file mode 100644 index 0000000..e2ab833 Binary files /dev/null and b/static/img/move.gif differ diff --git a/static/img/sink_height.jpg b/static/img/sink_height.jpg new file mode 100644 index 0000000..1428605 Binary files /dev/null and b/static/img/sink_height.jpg differ diff --git a/static/img/wash.gif b/static/img/wash.gif new file mode 100644 index 0000000..07d1d37 Binary files /dev/null and b/static/img/wash.gif differ diff --git a/static/img/waterplay.gif b/static/img/waterplay.gif new file mode 100644 index 0000000..e49a902 Binary files /dev/null and b/static/img/waterplay.gif differ