Skip to content

Commit c92d265

Browse files
committed
ui
1 parent 90abf21 commit c92d265

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

pcweb/pages/affiliates/affiliates.py

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,32 +100,27 @@ def features() -> rx.Component:
100100
grid(),
101101
rx.box(
102102
rx.box(
103-
# Left column with steps 2 and 4
104103
feature_card(
105104
"frame",
106105
"Submit Your Application",
107106
"Provide your basic info to get a unique affiliate link.",
108107
),
109-
# step_box("2"),
110108
feature_card(
111109
"audio-lines",
112110
"Track Your Referrals",
113111
"Log in to your Affiliate Dashboard to see clicks, sign‑ups, and revenue data.",
114112
),
115-
# step_box("4"),
116113
spacer(),
117114
class_name="flex flex-col pt-8 lg:border-r border-slate-3",
118115
),
119116
rx.box(
120117
# Right column with steps 1 and 3
121118
spacer(),
122-
# step_box("1"),
123119
feature_card(
124120
"share-2",
125121
"Share Reflex",
126122
"Post your link anywhere—blog posts, social media, email newsletters, even your YouTube channel.",
127123
),
128-
# step_box("3"),
129124
feature_card(
130125
"dollar-sign",
131126
"Get Paid",
@@ -139,7 +134,7 @@ def features() -> rx.Component:
139134
button("Become a Partner", variant="primary", size="xl"),
140135
href="https://cal.com/forms/09dc3703-39fc-42ec-b03b-8ee32de7590f",
141136
is_external=True,
142-
class_name="p-2 border border-slate-3 rounded-[1.375rem] border-solid lg:mt-0 mt-4",
137+
class_name="p-3 border border-slate-3 rounded-[1.375rem] border-solid lg:mt-0 mt-4",
143138
),
144139
class_name="flex flex-col justify-center items-center max-w-[64.19rem] lg:border-x border-slate-3 w-full mx-auto lg:pb-[5.5rem] pb-4 relative overflow-hidden pt-10",
145140
)
@@ -149,36 +144,32 @@ def features_small_screen():
149144
return rx.box(
150145
rx.box(
151146
rx.box(
152-
# step_box("1"),
153147
feature_card(
154-
"backend_db",
148+
"frame",
155149
"Submit Your Application",
156150
"Provide your basic info to get a unique affiliate link.",
157151
),
158152
class_name="flex flex-col",
159153
),
160154
rx.box(
161-
# step_box("2"),
162155
feature_card(
163-
"backend_auth",
156+
"share-2",
164157
"Share Reflex",
165158
"Post your link anywhere—blog posts, social media, email newsletters, even your YouTube channel.",
166159
),
167160
class_name="flex flex-col",
168161
),
169162
rx.box(
170-
# step_box("3"),
171163
feature_card(
172-
"infinity",
164+
"audio-lines",
173165
"Track Your Referrals",
174166
"Log in to your Affiliate Dashboard to see clicks, sign‑ups, and revenue data.",
175167
),
176168
class_name="flex flex-col",
177169
),
178170
rx.box(
179-
# step_box("4"),
180171
feature_card(
181-
"analytics",
172+
"dollar-sign",
182173
"Get Paid",
183174
"We'll send you 50% of each referred user's subscription revenue for their first six months.",
184175
),
@@ -191,7 +182,7 @@ def features_small_screen():
191182
button("Become a Partner", variant="primary", size="xl"),
192183
href="https://cal.com/forms/09dc3703-39fc-42ec-b03b-8ee32de7590f",
193184
is_external=True,
194-
class_name="p-4 border border-slate-3 rounded-[1.375rem] border-solid lg:mt-0 mt-4",
185+
class_name="p-3 border border-slate-3 rounded-[1.375rem] border-solid lg:mt-0 mt-4",
195186
),
196187
class_name="flex items-center justify-center",
197188
),

0 commit comments

Comments
 (0)