Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import com.varabyte.kobweb.framework.annotations.DelicateApi
import com.varabyte.kobweb.silk.components.icons.mdi.IconStyle
import com.varabyte.kobweb.silk.components.icons.mdi.MdiHelp
import com.varabyte.kobweb.silk.style.breakpoint.Breakpoint
import com.varabyte.kobweb.silk.style.breakpoint.displayIfAtLeast
import com.varabyte.kobweb.silk.style.toModifier
import com.varabyte.kobweb.silk.theme.breakpoint.rememberBreakpoint
import com.zenmo.web.zenmo.components.widgets.LangText
Expand Down Expand Up @@ -71,21 +72,21 @@ fun QuestionsGrid() {
.color(Colors.White),
) {
Column {
Row(
verticalAlignment = Alignment.CenterVertically,
) {
Row {
Box(
Modifier
.displayIfAtLeast(Breakpoint.MD)
.size(48.px)
.margin(right = 12.px)
.flexShrink(0)
.luxBorderRadius()
.verticalLinearBackground()
.color(Colors.White),
contentAlignment = Alignment.Center
) { MdiHelp(style = IconStyle.OUTLINED) }
HeaderText(
enText = "Typical questions",
nlText = "Typische vragen",
enText = "What LUX Neighbourhood solves",
nlText = "Wat LUX Woonwijk oplost",
)
}
P {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fun ResHero() {
TextContent()
Box(Modifier.fillMaxWidth()) {
ImageContent(
imageUrl = "/lux/images/horizon_img.jpg",
imageUrl = "/lux/images/lux_neighbourhood.png",
alt = "horizon",
)
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.