fix: clean up merge issues
This commit is contained in:
@@ -1,22 +1,12 @@
|
|||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button"
|
||||||
import { Badge } from "@/components/ui/badge";
|
import { Badge } from "@/components/ui/badge"
|
||||||
import { Download, Github, Star, Shield, Code, Zap } from "lucide-react";
|
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() {
|
export default function Hero() {
|
||||||
return (
|
return (
|
||||||
<section className="py-20 px-4 bg-gradient-to-b from-black to-gray-900">
|
<section className="py-20 px-4 bg-gradient-to-b from-black to-gray-900">
|
||||||
<div className="container mx-auto text-center">
|
<div className="container mx-auto text-center">
|
||||||
<Badge
|
<Badge variant="secondary" className="mb-8 bg-blue-600/20 text-blue-400 border-blue-600/30">
|
||||||
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!
|
✨ Open-Source Alternative to Granola – Completely Free!
|
||||||
</Badge>
|
</Badge>
|
||||||
|
|
||||||
@@ -28,9 +18,7 @@ export default function Hero() {
|
|||||||
Engineers
|
Engineers
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<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 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.
|
Just you and your OpenAI API key. Go crazy.
|
||||||
</p>
|
</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="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="text-center">
|
||||||
<div className="w-16 h-16 bg-blue-600/20 rounded-full flex items-center justify-center mx-auto mb-4">
|
<div className="w-16 h-16 bg-blue-600/20 rounded-full flex items-center justify-center mx-auto mb-4">
|
||||||
<svg
|
<svg className="w-8 h-8 text-blue-400" fill="currentColor" viewBox="0 0 20 20">
|
||||||
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
|
<path
|
||||||
fillRule="evenodd"
|
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"
|
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>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h3 className="text-xl font-semibold text-white mb-2">
|
<h3 className="text-xl font-semibold text-white mb-2">Demo Video</h3>
|
||||||
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>
|
<p className="text-gray-400">See Meetingnotes in action</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-sm text-gray-400 mt-4 text-center">
|
<p className="text-sm text-gray-400 mt-4 text-center">
|
||||||
Watch how Meetingnotes transcribes meetings and generates
|
Watch how Meetingnotes transcribes meetings and generates AI-enhanced notes in real-time
|
||||||
AI-enhanced notes in real-time
|
|
||||||
Watch how Meetingnotes transcribes meetings and generates
|
|
||||||
AI-enhanced notes in real-time
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -124,6 +95,5 @@ export default function Hero() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
)
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user