Skip to content

Commit 47536ed

Browse files
authored
add fastly quote (#1374)
1 parent 45c88a6 commit 47536ed

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

pcweb/pages/landing/landing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from pcweb.pages.framework.views.os_newsletter import os_newsletter
1010
from pcweb.pages.landing.views.start_building import start_building
1111
from pcweb.pages.landing.views.companies import companies
12-
from pcweb.components.icons.patterns import landing_patterns
1312
from pcweb.meta.meta import meta_tags
1413

1514

pcweb/pages/landing/views/companies.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"apple",
1313
"microsoft",
1414
"amazon",
15-
"unicef",
15+
"fastly",
1616
"accenture",
1717
"ibm",
18-
"fastly",
18+
"unicef",
1919
"autodesk",
2020
"STATS",
2121
"sellerx",
@@ -46,9 +46,16 @@
4646
"role": "Principal Consultant",
4747
"url": "/customers/autodesk",
4848
},
49+
"fastly": {
50+
"company_name": "Fastly",
51+
"quote": "Migrating our cybersecurity app from Streamlit to Reflex has been excellent. We quickly built a unified interface connecting BigQuery, Salesforce, and PagerDuty for our 15+ team members. The ease of use and rapid development, supported by your responsive team, made it a great experience.",
52+
"person": "Emanuele Bonura",
53+
"picture": "/favicon.ico",
54+
"role": "Senior SOC Engineer",
55+
},
4956
# "unicef": {
5057
# "company_name": "Unicef",
51-
# "quote": """Reflex made it easy to focus on building my app with pure Python and integrate the components I needed without the hassle of learning new front-end frameworks.
58+
# "quote": """Reflex made it easy to focus on building my app with pure Python and integrate the components I needed without the hassle of learning new front-end frameworks.
5259
# It integrates seamlessly with Microsoft Azure, making deployment and scaling smooth and efficient.""",
5360
# "person": "Lakshmi",
5461
# "picture": "/favicon.ico",

0 commit comments

Comments
 (0)