Skip to content

Commit f1dc77e

Browse files
🎨 Move community feedback section to a different position on the home page
1 parent fb1248e commit f1dc77e

File tree

4 files changed

+5
-37
lines changed

4 files changed

+5
-37
lines changed

‎resources/views/components/home/hero.blade.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,10 @@ class="font-afacad mx-auto max-w-2xl pt-5 text-center text-3xl leading-normal te
556556
}
557557
"
558558
href="{{ route('docs') }}"
559-
class="group inline-flex items-center gap-3 rounded-3xl bg-purple-200 py-2 pr-5 pl-2 text-lg font-medium transition duration-300 ease-in-out hover:bg-purple-200"
559+
class="group inline-flex items-center gap-3 rounded-3xl bg-purple-200 py-2 pr-5 pl-2 text-lg font-medium transition duration-300 ease-in-out hover:bg-blue-200"
560560
>
561561
<div
562-
class="relative isolate grid size-12 place-items-center overflow-hidden rounded-2xl bg-purple-300/50 transition duration-300 ease-in-out group-hover:bg-purple-300/50"
562+
class="relative isolate grid size-12 place-items-center overflow-hidden rounded-2xl bg-purple-300/50 transition duration-300 ease-in-out group-hover:bg-blue-300/50"
563563
>
564564
{{-- Left meteor 1 --}}
565565
<div

‎resources/views/components/home/sponsors.blade.php‎

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="mx-auto w-full max-w-(--breakpoint-lg) px-5 pt-20">
1+
<section class="mx-auto mt-20 w-full max-w-(--breakpoint-lg) px-5">
22
<div
33
x-data
44
x-ref="sponsors_section"
@@ -588,36 +588,4 @@ class="scale-90 rotate-20"
588588
</svg>
589589
</div>
590590
</div>
591-
592-
{{-- Dashed Separator --}}
593-
<div
594-
x-data
595-
x-ref="separator"
596-
x-init="
597-
() => {
598-
if (reducedMotion) return
599-
gsap.timeline({
600-
scrollTrigger: {
601-
trigger: $refs.separator,
602-
start: 'top bottom-=150px',
603-
},
604-
}).fromTo(
605-
$refs.separator,
606-
{
607-
clipPath: 'polygon(0 0, 100% 0, 100% 0, 0 0)',
608-
},
609-
{
610-
clipPath: 'polygon(0 0, 100% 0, 100% 100%, 0 100%)',
611-
duration: 0.7,
612-
ease: 'circ.out',
613-
},
614-
)
615-
}
616-
"
617-
class="bg-red my-8 grid h-24 place-items-center"
618-
>
619-
<div
620-
class="h-full border-r-[1.5px] border-dashed border-r-black/50"
621-
></div>
622-
</div>
623591
</section>

‎resources/views/components/home/v4-features.blade.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="mx-auto w-full max-w-(--breakpoint-lg) px-5 pt-20">
1+
<section class="mx-auto mt-32 w-full max-w-(--breakpoint-lg) px-5">
22
<div
33
x-init="
44
() => {

‎resources/views/home.blade.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<x-home.demo />
88
<x-home.stats />
99
<x-home.tall />
10+
<x-home.tweets />
1011
<x-home.v4-features />
1112
<x-home.v3-features />
1213
<x-home.sponsors />
13-
<x-home.tweets />
1414
<x-sunset />
1515
</x-layouts.app>

0 commit comments

Comments
 (0)