Skip to content

Commit

Permalink
IDKDKDK
Browse files Browse the repository at this point in the history
  • Loading branch information
103sbavert committed Nov 30, 2024
1 parent 6291fb5 commit c1be78c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/comparisonCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const ComparisonCards = () => {
</span>
{dropdown.flockiq === index && (
<div className="feature-dropdown">
<img
<Image
src={feature.img} // Correct path to image
alt={feature.title}
className="feature-img"
Expand Down Expand Up @@ -100,7 +100,7 @@ const ComparisonCards = () => {
</span>
{dropdown.googleForms === index && (
<div className="feature-dropdown">
<img
<Image
src={feature.img} // Correct path to image
alt={feature.title}
className="feature-img"
Expand Down
4 changes: 2 additions & 2 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Header() {
return (
<nav className="sticky top-0 bg-black border-b border-gray-700 py-4 z-50">
<div className="container mx-auto flex justify-between items-center px-4">
<a href="/" className="flex items-center gap-2 text-white no-underline">
<Link href="/" className="flex items-center gap-2 text-white no-underline">
<div className="bg-white text-black w-8 h-8 flex items-center justify-center rounded-lg font-bold">
FQ
</div>
Expand All @@ -35,7 +35,7 @@ export default function Header() {
>
FlockIQ
</span>
</a>
</Link>
<div className="flex gap-4 items-center">
<a href="#features" className="text-gray-400 hover:text-white transition">
Features
Expand Down

0 comments on commit c1be78c

Please sign in to comment.