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 8aa1f58 commit 49d0a8c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
Binary file modified insights-ui/src/app/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions insights-ui/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const geistMono = Geist_Mono({
});

export const metadata: Metadata = {
title: 'Agentic Insights',
description: 'Agents progress and reports',
title: 'KoalaGains',
description: 'Making investments more insightful',
};

export default function RootLayout({
Expand Down
2 changes: 0 additions & 2 deletions insights-ui/src/components/home-page/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { GridPattern } from '@/components/home-page/GridPattern';

export function Footer() {
return (
<footer className="relative bg-gray-800 pt-5 pb-20 sm:pt-14 sm:pb-32">
Expand Down
7 changes: 3 additions & 4 deletions insights-ui/src/components/home-page/Hero.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { StarRating } from '@/components/home-page/StarRating';
import coverImage from '@/images/cover.png';
import coverImage from '@/images/koala.png';
import Image from 'next/image';
import Link from 'next/link';

Expand All @@ -26,9 +26,8 @@ export function Hero() {
<div className="mx-auto grid max-w-6xl grid-cols-1 grid-rows-[auto_1fr] gap-y-16 pt-16 md:pt-20 lg:grid-cols-12 lg:gap-y-20 lg:px-3 lg:pt-20 lg:pb-36 xl:py-32">
{/* Hero Image + Background Pattern */}
<div className="relative flex items-end lg:col-span-5 lg:row-span-2">
<div className="absolute -top-20 right-1/2 -bottom-12 left-0 z-10 rounded-br-6xl bg-indigo-600 text-white/10 md:bottom-8 lg:-inset-y-32 lg:right-full lg:left-[-100vw] lg:-mr-40" />
<div className="relative z-10 mx-auto flex w-64 rounded-xl bg-white/5 shadow-xl md:w-80 lg:w-auto">
<Image className="w-full" src={coverImage} alt="" priority />
<div className="relative z-10 mx-auto flex w-64 rounded-xl shadow-xl md:w-80 lg:w-auto">
<Image src={coverImage} alt="" priority />
</div>
</div>

Expand Down
Binary file added insights-ui/src/images/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added insights-ui/src/images/koala.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49d0a8c

Please sign in to comment.