Skip to content

Commit

Permalink
replace homepage main image
Browse files Browse the repository at this point in the history
  • Loading branch information
auxibee committed Mar 23, 2024
1 parent 3cfaed6 commit 892f2e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added apps/www/assets/project-app-screenshot.webp
Binary file not shown.
4 changes: 3 additions & 1 deletion apps/www/components/dashboard/feautressection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
} from "lucide-react";
import { Balancer } from "react-wrap-balancer";

import screenshot from "../../assets/project-app-screenshot.webp";

const features = [
{
name: "Revolutionizing Finance: AI-Powered Analysis",
Expand Down Expand Up @@ -81,7 +83,7 @@ export default function Featuressection() {
<div className="relative overflow-hidden pt-16">
<div className="mx-auto max-w-7xl px-6 lg:px-8">
<Image
src="https://tailwindui.com/img/component-images/project-app-screenshot.png"
src={screenshot}
alt="App screenshot"
className="mb-[-12%] rounded-xl shadow-2xl ring-1 ring-gray-900/10"
width={2432}
Expand Down

0 comments on commit 892f2e7

Please sign in to comment.