import React from 'react'; import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs" import { Card, CardContent } from "@/components/ui/card" import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar" import { Search, ShoppingBag, Heart } from 'lucide-react' export default function Component() { return ( <div className="min-h-screen bg-white"> {/* Header */} <header className="flex justify-between items-center p-4 border-b"> <div className="flex items-center space-x-4"> <svg className="w-8 h-8" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21 7L3 7" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/> <path d="M21 12L3 12" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/> <path d="M21 17L3 17" stroke="currentColor" strokeWidth="2" | A shadcn/ui and v0 generation - v0