11import { component$ } from "@builder.io/qwik" ;
2-
32export const ThreePillarsSection = component$ ( ( ) => {
43 return (
5- < section class = "bg-white py-24" >
4+ < section class = "bg-[hsl(33,56%,93%)] py-24" >
65 < div class = "container mx-auto px-4" >
7- < h2 class = "mb-16 text-center text-4xl font-bold tracking-tight text-[#5B3E29 ]" >
8- < span class = "border-b-4 border-[#D98E73 ] pb-2" >
6+ < h2 class = "mb-16 text-center text-4xl font-bold tracking-tight text-[hsl(28,45%,29%) ]" >
7+ < span class = "border-b-4 border-[hsl(32,47%,75%) ] pb-2" >
98 Our Three Pillars
109 </ span >
1110 </ h2 >
1211 < div class = "grid gap-8 md:grid-cols-3" >
13- < div class = "rounded-2xl bg-[#FFF8F0 ] p-8 text-center transition-all duration-300 hover:-translate-y-2" >
14- < div class = "mb-6 inline-block rounded-full bg-[#D98E73 ] p-4" >
12+ < div class = "rounded-2xl bg-[hsl(32,47%,85%) ] p-8 text-center shadow-lg transition-all duration-300 hover:-translate-y-2 hover:bg-[hsl(32,47%,80%)] hover:shadow-xl " >
13+ < div class = "mb-6 inline-block rounded-full bg-[hsl(32,33%,98%) ] p-4" >
1514 < svg
16- class = "h-8 w-8 text-white "
15+ class = "h-8 w-8 text-[hsl(28,45%,29%)] "
1716 fill = "none"
1817 stroke = "currentColor"
1918 viewBox = "0 0 24 24"
@@ -26,16 +25,18 @@ export const ThreePillarsSection = component$(() => {
2625 />
2726 </ svg >
2827 </ div >
29- < h3 class = "mb-4 text-2xl font-semibold text-[#5B3E29]" > Create</ h3 >
30- < p class = "text-[#6D5D4E]" >
28+ < h3 class = "mb-4 text-2xl font-semibold text-[hsl(28,45%,29%)]" >
29+ Create
30+ </ h3 >
31+ < p class = "text-[hsl(28,29%,49%)]" >
3132 Share your favorite cozy spots and organize meaningful events that
3233 bring people together.
3334 </ p >
3435 </ div >
35- < div class = "rounded-2xl bg-[#FFF8F0 ] p-8 text-center transition-all duration-300 hover:-translate-y-2" >
36- < div class = "mb-6 inline-block rounded-full bg-[#D98E73 ] p-4" >
36+ < div class = "rounded-2xl bg-[hsl(32,47%,85%) ] p-8 text-center shadow-lg transition-all duration-300 hover:-translate-y-2 hover:bg-[hsl(32,47%,80%)] hover:shadow-xl " >
37+ < div class = "mb-6 inline-block rounded-full bg-[hsl(32,33%,98%) ] p-4" >
3738 < svg
38- class = "h-8 w-8 text-white "
39+ class = "h-8 w-8 text-[hsl(28,45%,29%)] "
3940 fill = "none"
4041 stroke = "currentColor"
4142 viewBox = "0 0 24 24"
@@ -48,16 +49,18 @@ export const ThreePillarsSection = component$(() => {
4849 />
4950 </ svg >
5051 </ div >
51- < h3 class = "mb-4 text-2xl font-semibold text-[#5B3E29]" > Share</ h3 >
52- < p class = "text-[#6D5D4E]" >
52+ < h3 class = "mb-4 text-2xl font-semibold text-[hsl(28,45%,29%)]" >
53+ Share
54+ </ h3 >
55+ < p class = "text-[hsl(28,29%,49%)]" >
5356 Connect with like-minded individuals and build a community around
5457 your favorite spaces.
5558 </ p >
5659 </ div >
57- < div class = "rounded-2xl bg-[#FFF8F0 ] p-8 text-center transition-all duration-300 hover:-translate-y-2" >
58- < div class = "mb-6 inline-block rounded-full bg-[#D98E73 ] p-4" >
60+ < div class = "rounded-2xl bg-[hsl(32,47%,85%) ] p-8 text-center shadow-lg transition-all duration-300 hover:-translate-y-2 hover:bg-[hsl(32,47%,80%)] hover:shadow-xl " >
61+ < div class = "mb-6 inline-block rounded-full bg-[hsl(32,33%,98%) ] p-4" >
5962 < svg
60- class = "h-8 w-8 text-white "
63+ class = "h-8 w-8 text-[hsl(28,45%,29%)] "
6164 fill = "none"
6265 stroke = "currentColor"
6366 viewBox = "0 0 24 24"
@@ -70,8 +73,10 @@ export const ThreePillarsSection = component$(() => {
7073 />
7174 </ svg >
7275 </ div >
73- < h3 class = "mb-4 text-2xl font-semibold text-[#5B3E29]" > Join</ h3 >
74- < p class = "text-[#6D5D4E]" >
76+ < h3 class = "mb-4 text-2xl font-semibold text-[hsl(28,45%,29%)]" >
77+ Join
78+ </ h3 >
79+ < p class = "text-[hsl(28,29%,49%)]" >
7580 Discover and participate in events that match your interests and
7681 expand your social circle.
7782 </ p >
@@ -80,4 +85,4 @@ export const ThreePillarsSection = component$(() => {
8085 </ div >
8186 </ section >
8287 ) ;
83- } ) ;
88+ } ) ;
0 commit comments