Welcome DR Meesala Apparel E-Platform
Welcome DR Meesala Apparel E-Platform
Dr Meesala Apparel
e-platform
Experience the perfect blend of form and function. Designed with precision,
built for excellence.
Get Started
Lightning Fast
Modular Design
Secure by Design
Showcase
Intuitive Interface
Designed with the user in mind, every interaction feels natural and
purposeful.
Powerful Features
Responsive Design
Premium Experience
useEffect(() => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
entry.target.classList.add("visible");
});
});
document.querySelectorAll(".animate-on-scroll").forEach((element) => {
observerRef.current?.observe(element);
});
}, []);
return (
<div className="min-h-screen">
<motion.div
initial={{ opacity: 0, y: 20 }}
animate={{ opacity: 1, y: 0 }}
>
Welcome
</span>
Dr Meesala Apparel
</h1>
</p>
<Button
size="lg"
>
Get Started
</Button>
</motion.div>
</div>
</section>
<div
key={index}
>
{feature.icon}
</div>
<p className="text-gray-600">{feature.description}</p>
</div>
))}
</div>
</div>
</section>
{/* Product Showcase */}
Showcase
</span>
</h2>
</p>
</div>
<div
key={index}
>
{item.title}
</h3>
<p className="text-gray-600">{item.description}</p>
</div>
))}
</div>
</div>
</section>
</div>
);
};
const features = [
icon: (
<svg
className="w-6 h-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={2}
/>
</svg>
),
description:
},
icon: (
<svg
className="w-6 h-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={2}
/>
</svg>
),
title: "Modular Design",
description:
},
icon: (
<svg
className="w-6 h-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={2}
/>
</svg>
),
description:
},
];
const showcaseItems = [
description:
"Designed with the user in mind, every interaction feels natural and
purposeful.",
},
description:
},
description:
},
description:
},
];
public
placeholder.svg
src
.gitignore
components.json
eslint.config.js
index.html
package.json
postcss.config.js
README.md
tailwind.config.ts
tsconfig.app.json
tsconfig.json
tsconfig.node.json
vite.config.ts