You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add demo video and update performance metrics (#217)
This PR adds a YouTube demo video to the homepage and updates the
performance metrics to reflect the latest benchmarks (7.7x faster than ERB)
with a link to the benchmark source.
renderHomeView::Card.new(class: "col-span-6 sm:col-span-3 md:col-span-4",title: "Built for Speed",subtitle: "Dive into a world where your Rails UI development happens at light speed. Phlex is not just fast - it's blazing fast.",color: :secondary)do |card|
renderHomeView::Card.new(class: "col-span-6",color: :card,title: "Speed Tests",subtitle: "Huge thanks to @KonnorRogers for running these tests")do |card|
55
-
card.contentdo
56
-
render_speed_tests
57
-
end
58
-
end
59
64
renderHomeView::Card.new(class: "col-span-6 sm:col-span-3",title: "UI that... Wow!",subtitle: "Design stunning, streamlined, and customizable UIs that not only look great but sell your app without you lifting a finger.",color: :violet)do |card|
0 commit comments