Skip to content

Commit bc7ed11

Browse files
committed
cleanup
1 parent 8a61385 commit bc7ed11

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
<body>
2121
<div id="root"></div>
22-
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
23-
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
2422
<script type="module" src="/src/main.tsx"></script>
2523
</body>
2624
</html>

src/components/Hero.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { Button } from "@/components/ui/button";
32
import { ArrowRight, Workflow, Zap, Shield } from "lucide-react";
43

@@ -9,7 +8,7 @@ const Hero = () => {
98

109
<div className="container relative py-20 md:py-32 flex flex-col items-center text-center">
1110
<div className="animate-fade-in opacity-0" style={{ animationDelay: "0.1s" }}>
12-
<h1 className="text-3xl md:text-5xl lg:text-6xl font-extrabold tracking-tight mb-6 bg-clip-text text-transparent bg-gradient-to-r from-cf-blue to-cf-orange">
11+
<h1 className="text-3xl md:text-5xl lg:text-6xl font-extrabold tracking-tight mb-8 bg-clip-text text-transparent bg-gradient-to-r from-cf-blue to-cf-orange">
1312
Better State Management for Edge Computing
1413
</h1>
1514
</div>

0 commit comments

Comments
 (0)