import React, { useState, useEffect } from 'react'; const PratiStudioWebsite = () => { const [scrollPosition, setScrollPosition] = useState(0); const [hoveredSection, setHoveredSection] = useState(null); const [showForm, setShowForm] = useState(false); // Handle scroll for parallax effects useEffect(() => { const handleScroll = () => { setScrollPosition(window.scrollY); }; window.addEventListener('scroll', handleScroll); return () => window.removeEventListener('scroll', handleScroll); }, []); const sections = [ { id: 'about', label: 'About', color: 'bg-yellow-500' }, { id: 'approach', label: 'Approach', color: 'bg-red-500' }, ]; const handleSectionHover = (id) => { setHoveredSection(id); }; const handleOpenForm = () => { setShowForm(true); }; const handleCloseForm = () => { setShowForm(false); }; return (
{/* Import Google Fonts */} {/* Landing Section with Logo */}
{/* Background puzzle-piece patterns */}
{[...Array(20)].map((_, i) => (
))}
{/* Logo */}
PRATI
STUDIO
{/* Tagline */}

A venture-building studio for those on their way to find themselves, where creativity and curiosity remain the foundational blocks.

{/* Scroll indicator */}
{/* Content Section */}
{/* Abstract collage elements */}
{/* Main content */}

Find your piece in the puzzle of society

{/* About section */}
handleSectionHover('about')} onMouseLeave={() => handleSectionHover(null)}>

About

Prati stands for two meanings: "self" and "opposite." In an era where Maslow's pyramid is distorting and self-actualization needs have started feeling like basic needs, we help individuals navigate their unique paths to purpose.

We function as the connective tissue that bridges academia, corporations, government entities, and market participants. Our unique value proposition lies in our strategic thinking and execution abilities across different sectors, facilitating integration among key stakeholders for holistic solutions.

We live in an era where your self-worth is attached to capitalistic pursuits and we are units of productivity. Prati Studio was born from the desire to create a space where people can explore their purpose beyond these constraints while creating meaningful impact.

It is a studio for play, an art long forgotten in our productivity-driven world, yet essential for the innovation and cross-pollination of ideas needed to solve complex challenges.

{/* Approach section */}
handleSectionHover('approach')} onMouseLeave={() => handleSectionHover(null)}>

Approach

Our core philosophy revolves around the metaphor of a 5000-piece puzzle. Each person has a unique contribution to make to society's larger picture – a distinct puzzle piece that only they can provide.

Self-Discovery

Understand your unique strengths and vision

Design

Develop solutions with human-centric principles

Development

Build, test, and refine ventures iteratively

Deployment

Launch ventures with strategic support

{/* Contact/CTA section */}

Connect With Us

Join us in our journey to explore purpose, creativity, and the unique contributions we can all make to the greater puzzle.

{/* Abstract design elements */}
{/* Form modal */} {showForm && (

Get In Touch

)} {/* Footer with minimal navigation */}
); }; export default PratiStudioWebsite; HOME | Chezmanu
top of page

Discover your path

Join ChezManu, a vibrant community movement dedicated to fostering connections and creating positive change. Embrace diversity, share ideas, and inspire one another to make a difference. Together, we can build a better tomorrow. Discover your path with us.

Chez
Manu

A studio for ideas

Chez Manu is a place to 

bottom of page