File tree Expand file tree Collapse file tree 1 file changed +64
-1
lines changed
resources/views/components/blog Expand file tree Collapse file tree 1 file changed +64
-1
lines changed Original file line number Diff line number Diff line change 12
12
"
13
13
class =" sticky top-20 right-0 hidden max-w-52 shrink-0 min-[850px]:block"
14
14
>
15
+ <a
16
+ href =" {{ route (' pricing' ) } }"
17
+ class =" group relative z-0 grid place-items-center overflow-hidden rounded-2xl bg-gray-100 px-4 pt-10 text-center text-pretty transition duration-200 hover:bg-gray-200/70 hover:ring-1 hover:ring-black/60 dark:bg-mirage dark:hover:bg-haiti dark:hover:ring-cloud"
18
+ >
19
+ {{-- Logo --}}
20
+ <div >
21
+ <x-logo class =" h-5" />
22
+ <span class =" sr-only" >NativePHP</span >
23
+ </div >
24
+
25
+ {{-- Tagline --}}
26
+ <div class =" mt-3" >
27
+ Bring your
28
+ <strong >Laravel</strong >
29
+ skills to
30
+ <strong >mobile apps.</strong >
31
+ </div >
32
+
33
+ {{-- Iphone --}}
34
+ <div class =" mt-4 -mb-25" >
35
+ <img
36
+ src =" {{ Vite:: asset (' resources/images/home/iphone.webp' ) } }"
37
+ alt =" "
38
+ aria-hidden =" true"
39
+ class =" w-25 transition duration-200 will-change-transform group-hover:-translate-y-1 dark:brightness-80 dark:contrast-150"
40
+ width =" 92"
41
+ height =" 190"
42
+ loading =" lazy"
43
+ />
44
+ </div >
45
+
46
+ {{-- Star 1 --}}
47
+ <x-icons .star
48
+ class =" absolute top-6 right-3 z-10 w-4 -rotate-7 text-white dark:w-3 dark:text-slate-300"
49
+ />
50
+ {{-- Star 2 --}}
51
+ <x-icons .star
52
+ class =" absolute top-3 right-14 z-10 w-3 rotate-5 text-white dark:w-2 dark:text-slate-300"
53
+ />
54
+ {{-- Star 3 --}}
55
+ <x-icons .star
56
+ class =" absolute top-2.5 right-7.5 z-10 w-2.5 text-white dark:w-2 dark:text-slate-300"
57
+ />
58
+ {{-- White blur --}}
59
+ <div class =" absolute top-5 -right-10 -z-5" >
60
+ <div
61
+ class =" h-5 w-36 rotate-30 rounded-full bg-white/80 blur-md dark:bg-white/5"
62
+ ></div >
63
+ </div >
64
+ {{-- Sky blur --}}
65
+ <div class =" absolute top-5 -right-20 -z-10" >
66
+ <div
67
+ class =" h-15 w-36 rotate-30 rounded-full bg-sky-300 blur-xl dark:bg-sky-500/30"
68
+ ></div >
69
+ </div >
70
+ {{-- Violet blur --}}
71
+ <div class =" absolute -top-10 -right-5 -z-10" >
72
+ <div
73
+ class =" h-15 w-36 rotate-30 rounded-full bg-violet-300 blur-xl dark:bg-violet-400/30"
74
+ ></div >
75
+ </div >
76
+ </a >
77
+
15
78
{{-- Sponsors --}}
16
- <h3 class =" flex items-center gap-1.5 opacity-60" >
79
+ <h3 class =" mt-3 flex items-center gap-1.5 opacity-60" >
17
80
{{-- Icon --}}
18
81
<x-icons .star-circle class =" size-6" />
19
82
{{-- Label --}}
You can’t perform that action at this time.
0 commit comments