{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "dark-product-overview-01", "type": "registry:block", "description": "Dark themed product overview", "registryDependencies": [ "button", "tabs", "badge" ], "files": [ { "path": "creative-tim-ui/blocks/dark-product-overview-01/page.tsx", "content": "\"use client\"\n\nimport { useState } from \"react\"\nimport { Heart, Package, Shield, ShoppingCart, Star, Truck } from \"lucide-react\"\n\nimport { Badge } from \"@/components/ui/badge\"\nimport { Button } from \"@/components/ui/button\"\nimport {\n Tabs,\n TabsContent,\n TabsList,\n TabsTrigger,\n} from \"@/components/ui/tabs\"\n\nconst DATA = [\n {\n title: \"Features\",\n icon: Package,\n desc: `Premium cashmere blend with cable-knit pattern. Features a classic V-neck design, \n ribbed cuffs and hem for a perfect fit. Made with sustainable materials and ethically sourced \n fibers. Temperature-regulating properties keep you comfortable in any season.`,\n },\n {\n title: \"Product Care\",\n icon: Shield,\n desc: `Hand wash in cold water with mild detergent or dry clean for best results. \n Lay flat to dry, do not wring or twist. Store folded in a cool, dry place. \n Use a fabric shaver to remove any pilling. Steam gently to refresh between wears.`,\n },\n {\n title: \"Shipping\",\n icon: Truck,\n desc: `Free standard shipping on all orders over $100. Express shipping available at checkout. \n Orders are processed within 1-2 business days. International shipping available to select countries. \n 30-day hassle-free returns and exchanges.`,\n },\n]\n\nexport default function DarkProductOverview01() {\n const [isFavorite, setIsFavorite] = useState(false)\n\n return (\n
\n
\n
\n \n Shop Previewer\n \n

\n New Collection\n

\n

\n Easily preview furniture, decor, and more in your space, ensuring\n everything fits perfectly and looks just right. It's the\n ultimate tool for hassle-free home customization and design!\n

\n
\n\n
\n
\n
\n

Elegant Suite

\n New Arrival\n
\n\n
\n
\n {[1, 2, 3, 4, 5].map((star) => (\n \n ))}\n
\n (127 reviews)\n
\n\n
\n

$449.90

\n \n $599.90\n \n \n 25% OFF\n \n
\n\n

\n Add a touch of sophistication to your home with our handcrafted\n ceramic vase. Each piece is uniquely made, blending seamlessly\n into both modern and classic decors.\n

\n\n
\n \n \n Free shipping on orders over $100\n \n
\n\n
\n \n \n Add to Cart\n \n setIsFavorite(!isFavorite)}\n >\n \n \n
\n\n
\n \n \n {DATA.map(({ title, icon: Icon }) => (\n \n \n {title}\n \n ))}\n \n {DATA.map(({ title, desc }) => (\n \n

{desc}

\n \n ))}\n
\n
\n
\n\n
\n
\n \n
\n
\n
\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/dark-product-overview/page.tsx" } ], "meta": { "iframeHeight": "1100px", "container": "w-full bg-surface min-h-svh flex px-4 py-12 items-center md:py-20 justify-center min-w-0", "mobile": "component" }, "categories": [ "ecommerce" ] }