Skip to content

Commit

Permalink
Finish first cut
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Feb 19, 2025
1 parent 0829a3c commit 8aa1f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions insights-ui/src/components/home-page/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export function Hero() {
{/* Main Hero Text and CTA */}
<div className="pt-16 lg:col-span-7 lg:pt-0 lg:pl-16 xl:pl-20">
<div className="mx-auto px-4 sm:px-6 md:max-w-2xl md:px-4 lg:px-0">
<h1 className="font-display text-5xl font-extrabold text-white sm:text-6xl">Data-Driven Investing with KoalaGains</h1>
<p className="mt-4 text-3xl text-gray-400">Powerful AI insights and deep data extraction to unlock new opportunities. All in one place.</p>
<h1 className="font-display text-4xl font-extrabold text-white sm:text-6xl">Data-Driven Investing with KoalaGains</h1>
<p className="mt-4 text-2xl text-gray-400">Powerful AI insights and deep data extraction to unlock new opportunities. All in one place.</p>
<div className="mt-8 flex gap-4">
<Link
href="/crowd-funding"
Expand Down

0 comments on commit 8aa1f58

Please sign in to comment.