completionId: cgen-cc6c64bf2efc4e9f96dd2025c8b1c45e

cgen-cc6c64bf2efc4e9f96dd2025c8b1c45e
This commit is contained in:
Builder.io 2025-11-07 16:55:52 +00:00
parent 43939f5355
commit 5ad796175f

View file

@ -3,8 +3,11 @@ import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Heart, BookOpen, Code, Globe } from "lucide-react";
import { useNavigate } from "react-router-dom";
export default function Foundation() {
const navigate = useNavigate();
return (
<Layout>
<div className="relative min-h-screen bg-black text-white overflow-hidden">