From 1abd323250638d2e479681b85cb8a9f5d6268449 Mon Sep 17 00:00:00 2001 From: Owen Gretzinger Date: Fri, 11 Jul 2025 23:28:56 -0400 Subject: [PATCH] fix: clean up merge issues --- landing-page/app/components/hero.tsx | 48 ++++++---------------------- 1 file changed, 9 insertions(+), 39 deletions(-) diff --git a/landing-page/app/components/hero.tsx b/landing-page/app/components/hero.tsx index c99d898..dd66109 100644 --- a/landing-page/app/components/hero.tsx +++ b/landing-page/app/components/hero.tsx @@ -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 (
- - + ✨ Open-Source Alternative to Granola – Completely Free! @@ -28,9 +18,7 @@ export default function Hero() { Engineers -

- Just you and your OpenAI API key. Go crazy. -

+

Just you and your OpenAI API key. Go crazy.

@@ -77,16 +65,7 @@ export default function Hero() {
- - +
-

- Demo Video -

-

- Demo Video -

+

Demo Video

See Meetingnotes in action

- 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

@@ -124,6 +95,5 @@ export default function Hero() {
- ); - ); + ) }