0

The Lab

Hello, world!import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { motion } from "framer-motion"; export default function LabyktkHomepage() { return (
{/* Hero Section with Split Layout */}
Legendary Apparel by KTK

Bold streetwear for the culture.

{/* New Drop Banner */}

New Drop Live Now

Don’t miss the Legendary Capsule — limited pieces only.

{/* Product Grid */}

Featured Products

{[1, 2, 3, 4].map((id) => ( {`Product

Legendary Item {id}

$30

))}
{/* Lookbook Section */}

Lookbook

{[1, 2, 3, 4, 5, 6].map((id) => ( {`Look ))}
{/* Newsletter Signup */}

Join the Legendary Circle

Exclusive access to drops, deals, and behind-the-scenes content.

{/* Footer */}
); }
[ where legends are made ]