Skip to content

Commit

Permalink
Update Home.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Nov 14, 2024
1 parent 901edbf commit 316f678
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/BlazorPocket.WebAssembly/Pages/Home.razor
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
@page "/"

<PageTitle>Home</PageTitle>

<h1>@L["Hello, world!"]</h1>

@L["Welcome to your new app."]
<div class="d-flex flex-column gap-3">
<MudText Typo="Typo.h3" Align="Align.Center" Class="mt-16 mb-8">“Never had such a good time making a site“</MudText>
<div >
<Carousel />
</div>
<div>
<CarouselReverse />
</div>
</div>

<MudPaper Class="pa-4 mb-3">
<MudPaper Class="pa-4 mt-3">
<style>
.circle {
Expand Down

0 comments on commit 316f678

Please sign in to comment.