marketing

package
v0.0.0-...-57fd1e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

templ: version: v0.3.1001

Package marketing contains reusable marketing page sections.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FeatureGrid

func FeatureGrid(props FeatureGridProps) templ.Component
func Footer(props FooterProps) templ.Component

func Hero

func Hero(props HeroProps) templ.Component

func LandingPage

func LandingPage(props LandingPageProps) templ.Component

Types

type Action

type Action struct {
	Label  string
	Href   string
	NewTab bool
}

type FeatureGridProps

type FeatureGridProps struct {
	Items []FeatureItem
}

type FeatureItem

type FeatureItem struct {
	Title       string
	Description string
	Icon        string
}

type FooterProps

type FooterProps struct {
	Text string
}

type HeroProps

type HeroProps struct {
	Kicker        string
	Title         string
	Subtitle      string
	PrimaryAction Action
	Actions       []Action
}

type LandingPageProps

type LandingPageProps struct {
	Hero     HeroProps
	Features FeatureGridProps
	Footer   FooterProps
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL