import React from "react"; import { motion } from "framer-motion"; // EKA Website with logo on left and enhanced visuals export default function EkaWebsite() { const logo = "https://res.cloudinary.com/dhs7j6x1m/image/upload/v1759312496/Eka_unxtvn.png"; return (
{/* Header */}
{/* Logo on Left */} EKA logo
EKA
Naturally Timeless, For All
{/* Navigation */}
{/* Hero */}
{/* Decorative background gradient blob */}

EKA

Naturally Timeless, For All

EKA is a conscious luxury brand built on the philosophy of minimalism and authenticity. We create timeless designs crafted with eco-friendly, chemical-free materials. Every piece reflects responsible craftsmanship that respects both people and the planet.

Shop Timeless Pieces Brand Guidelines
EKA

One choice. One planet. One timeless creation.

Minimal silhouettes, pure materials, and intentional design for the mindful dresser.

{/* Values */}

Our Core Values

{[ { title: 'Authenticity', text: 'Materials and processes that are honest — no harmful chemicals or false claims.' }, { title: 'Minimalism', text: 'Designs that focus on purpose and form, avoiding excess.' }, { title: 'Responsibility', text: 'Fair practices across the supply chain and a measured environmental footprint.' }, ].map((v, i) => (

{v.title}

{v.text}

))}
{/* Footer */}
); }