2024-09-30 21:16:13 -04:00
amends "https://pkl.sh/uiux.pkl";
2024-09-30 20:08:38 -04:00
2024-10-02 20:23:28 -04:00
home = new Home {
hero = new Hero {
2024-09-30 21:16:13 -04:00
titleFirst = "Simplified";
titleEmphasis = "self-custody";
titleSecond = "for everyone";
subtitle = "Sonr is a modern re-imagination of online user identity, empowering users to take ownership of their digital footprint and unlocking a new era of self-sovereignty.";
primaryButton = new Button {
text = "Get Started";
href = "/register";
};
secondaryButton = new Button {
text = "Learn More";
href = "/about";
};
image = new Image {
2024-10-01 19:23:24 -04:00
src = "https://cdn.sonr.id/img/hero-clipped.svg";
width = "500";
height = "500";
2024-09-30 21:16:13 -04:00
};
2024-10-02 20:23:28 -04:00
stats {
new Stat {
value = "476K";
label = "Assets packed with power beyond your imagination.";
};
new Stat {
value = "1.44K";
label = "Assets packed with power beyond your imagination.";
};
new Stat {
value = "1.5M+";
label = "Assets packed with power beyond your imagination.";
}
};
2024-09-30 21:16:13 -04:00
};
2024-10-02 18:01:30 -04:00
};