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 (
A venture-building studio for those on their way to find themselves, where creativity and curiosity remain the foundational blocks.
{/* Scroll indicator */}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.
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.
Understand your unique strengths and vision
Develop solutions with human-centric principles
Build, test, and refine ventures iteratively
Launch ventures with strategic support
Join us in our journey to explore purpose, creativity, and the unique contributions we can all make to the greater puzzle.