File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { ArrowUpRight, Medal } from "@phosphor-icons/react/dist/ssr";
3
3
import { FlickeringGrid } from "../magicui/flickering-grid" ;
4
4
import { Button } from "../ui/button" ;
5
5
import { Badge } from "../ui/badge" ;
6
+ import { Cube } from "@phosphor-icons/react/dist/ssr" ;
6
7
7
8
export default function Features ( ) {
8
9
return (
@@ -60,7 +61,8 @@ export default function Features() {
60
61
</ div >
61
62
</ div >
62
63
< Badge className = "z-[40] transition-all p-2 rounded-lg px-4 duration-500 cursor-pointer hover:bg-muted/80 text-foreground bg-accent" >
63
- { feature . badgeText } < ArrowUpRight weight = "bold" />
64
+ { feature . badgeText } { " " }
65
+ < Cube weight = "fill" className = "ml-2 size-4" />
64
66
</ Badge >
65
67
< div className = "transition-all duration-700 opacity-0 group-hover:opacity-100 bottom-[-10rem] md:bottom-[-10rem] right-[0%] z-[-1] absolute bg-gradient-to-t from-primary to-purple-900/20 blur-[8em] rounded-xl ease-out size-[12rem] dark:md:size-[25rem] " > </ div >
66
68
< div className = "transition-all duration-700 opacity-0 group-hover:opacity-100 top-[-10rem] md:top-[-10rem] left-[-20%] z-[10] absolute bg-gradient-to-t from-background to-background/90 blur-[4em] rounded-full ease-out size-[12rem] dark:md:size-[30rem] " > </ div >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const features = [
29
29
} ,
30
30
{
31
31
icon : Clock ,
32
- badgeText : "Results in<10s" ,
32
+ badgeText : "Results in <10s" ,
33
33
title : "Get your photos in minutes, not days" ,
34
34
description : "Get your photos in minutes, not days" ,
35
35
gradient : "from-red-500 to-orange-500" ,
You can’t perform that action at this time.
0 commit comments