fix: clean up merge issues

This commit is contained in:
Owen Gretzinger
2025-07-11 23:28:56 -04:00
parent 5247f11ba9
commit 1abd323250
+9 -39
View File
@@ -1,22 +1,12 @@
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { Download, Github, Star, Shield, Code, Zap } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { Download, Github, Star, Shield, Code, Zap } from "lucide-react";
import { Button } from "@/components/ui/button"
import { Badge } from "@/components/ui/badge"
import { Download, Github, Star, Shield, Code, Zap } from "lucide-react"
export default function Hero() {
return (
<section className="py-20 px-4 bg-gradient-to-b from-black to-gray-900">
<div className="container mx-auto text-center">
<Badge
variant="secondary"
className="mb-8 bg-blue-600/20 text-blue-400 border-blue-600/30"
>
<Badge
variant="secondary"
className="mb-8 bg-blue-600/20 text-blue-400 border-blue-600/30"
>
<Badge variant="secondary" className="mb-8 bg-blue-600/20 text-blue-400 border-blue-600/30">
Open-Source Alternative to Granola Completely Free!
</Badge>
@@ -28,9 +18,7 @@ export default function Hero() {
Engineers
</h1>
<p className="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
Just you and your OpenAI API key. Go crazy.
<p className="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
<p className="text-xl md:text-2xl text-gray-300 mb-8 max-w-[52rem] mx-auto leading-relaxed">
Just you and your OpenAI API key. Go crazy.
</p>
@@ -77,16 +65,7 @@ export default function Hero() {
<div className="aspect-video bg-gray-800 rounded-lg flex items-center justify-center border-2 border-dashed border-gray-600">
<div className="text-center">
<div className="w-16 h-16 bg-blue-600/20 rounded-full flex items-center justify-center mx-auto mb-4">
<svg
className="w-8 h-8 text-blue-400"
fill="currentColor"
viewBox="0 0 20 20"
>
<svg
className="w-8 h-8 text-blue-400"
fill="currentColor"
viewBox="0 0 20 20"
>
<svg className="w-8 h-8 text-blue-400" fill="currentColor" viewBox="0 0 20 20">
<path
fillRule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z"
@@ -94,20 +73,12 @@ export default function Hero() {
/>
</svg>
</div>
<h3 className="text-xl font-semibold text-white mb-2">
Demo Video
</h3>
<h3 className="text-xl font-semibold text-white mb-2">
Demo Video
</h3>
<h3 className="text-xl font-semibold text-white mb-2">Demo Video</h3>
<p className="text-gray-400">See Meetingnotes in action</p>
</div>
</div>
<p className="text-sm text-gray-400 mt-4 text-center">
Watch how Meetingnotes transcribes meetings and generates
AI-enhanced notes in real-time
Watch how Meetingnotes transcribes meetings and generates
AI-enhanced notes in real-time
Watch how Meetingnotes transcribes meetings and generates AI-enhanced notes in real-time
</p>
</div>
</div>
@@ -124,6 +95,5 @@ export default function Hero() {
</div>
</div>
</section>
);
);
)
}