@{ ViewData["Title"] = "Home"; } @if (ViewBag.Sections != null && ViewBag.Sections.Count > 0) { @foreach (var sect in ViewBag.Sections) { @if (sect.SectionType == "hero") {

@sect.Title

@if (!string.IsNullOrEmpty(sect.Subtitle)) {

@sect.Subtitle

} @if (!string.IsNullOrEmpty(sect.Content)) {
@Html.Raw(sect.Content)
} @if (!string.IsNullOrEmpty(sect.ButtonText) && !string.IsNullOrEmpty(sect.ButtonUrl)) { @sect.ButtonText }
@if (!string.IsNullOrEmpty(sect.ImageUrl)) {
@sect.Title
}
} else if (sect.SectionType == "inspiration") {

@sect.Title

@Html.Raw(sect.Content)
@if (!string.IsNullOrEmpty(sect.ImageUrl)) {
@sect.Title
}
@if (!string.IsNullOrEmpty(sect.ButtonText) && !string.IsNullOrEmpty(sect.ButtonUrl)) { @sect.ButtonText }
} else if (sect.SectionType == "promotion") {
@Html.Raw(sect.Content)
} else if (sect.SectionType == "collection") {

@sect.Title

@if (!string.IsNullOrEmpty(sect.Subtitle)) {

@sect.Subtitle

} @Html.Raw(sect.Content) @if (!string.IsNullOrEmpty(sect.ButtonText) && !string.IsNullOrEmpty(sect.ButtonUrl)) { @sect.ButtonText }
} else if (sect.SectionType == "custom") {
@if (!string.IsNullOrEmpty(sect.Title)) {

@sect.Title

} @if (!string.IsNullOrEmpty(sect.Subtitle)) {

@sect.Subtitle

} @Html.Raw(sect.Content) @if (!string.IsNullOrEmpty(sect.ImageUrl)) { @sect.Title } @if (!string.IsNullOrEmpty(sect.ButtonText) && !string.IsNullOrEmpty(sect.ButtonUrl)) { @sect.ButtonText }
} } } else {

Scrapbooking and Journaling Fun

Explore the world of creativity and self-expression.

Shop Now
Scrapbooking and crafts
}

Top Sellers

@if (ViewBag.TopProducts != null && ViewBag.TopProducts.Count > 0) { @foreach (var product in ViewBag.TopProducts) { } } else {
Product 1

Washi Tape Set

$15.99

Product 2

Sticker Pack

$8.99

Product 3

Journal Bundle

$24.99

Product 4

Craft Kit

$32.99

}
@section Scripts { }