diff --git a/apps/www/app/(home)/page.tsx b/apps/www/app/(home)/page.tsx index 742d3ac..b66f0c1 100644 --- a/apps/www/app/(home)/page.tsx +++ b/apps/www/app/(home)/page.tsx @@ -1,10 +1,12 @@ import { Hero } from "@/components/ui/hero"; import { GeneralFAQ } from "@/components/ui/general-faq"; +import { FeatureContext } from "@/components/ui/feature-context"; export default function HomePage() { return (
+
); diff --git a/apps/www/components/ui/feature-context.tsx b/apps/www/components/ui/feature-context.tsx new file mode 100644 index 0000000..48e2178 --- /dev/null +++ b/apps/www/components/ui/feature-context.tsx @@ -0,0 +1,25 @@ +import React from "react"; +import MicContext from "./mic-with-apps"; + +export function FeatureContext() { + return ( +
+
+
+
+

+ Smart Context, Perfect Format, Incredible Accuracy +

+

+ Amical understands the context of your applications, automatically formatting your dictation into the perfect format - whether it's a professional email in Gmail or a casual post on Instagram. +

+
+ +
+ +
+
+
+
+ ); +} diff --git a/apps/www/components/ui/hero.tsx b/apps/www/components/ui/hero.tsx index 87b1907..0d41e8b 100644 --- a/apps/www/components/ui/hero.tsx +++ b/apps/www/components/ui/hero.tsx @@ -5,7 +5,7 @@ import { WavyBackground } from "../ui/wavy-background"; export function Hero() { return (

@@ -13,7 +13,7 @@ export function Hero() { powered by Gen AI

- Type 10x faster, no keyboards needed. Fast, Accurate, Context-aware and Private. + Type 10x faster, no keyboard needed. Fast, Accurate, Context-aware and Private.

+ {/* Microphone Component */} +
+
+ {/* Outer glow layers */} +
+
+
+ + {/* Inner glow layers */} +
+
+
+
+
+ + {/* Center circle with microphone */} +
+ +
+
+
+ + {/* Surrounding app logos */} + {appLogos.map((app, index) => { + // Calculate position in a circle + const angle = index * (360 / appLogos.length) * (Math.PI / 180) + const x = radius * Math.cos(angle) + const y = radius * Math.sin(angle) + + return ( +
+ {`${app.name} +
+ ) + })} +
+ ) +} diff --git a/apps/www/public/integrations/notion.svg b/apps/www/public/integrations/notion.svg index 6910bff..201f7bb 100644 --- a/apps/www/public/integrations/notion.svg +++ b/apps/www/public/integrations/notion.svg @@ -1 +1,9 @@ - \ No newline at end of file + + + + + + + + +