diff --git a/pkg/nebula/components/home/features.templ b/pkg/nebula/components/home/features.templ index d8183e371..a7c1d09e9 100644 --- a/pkg/nebula/components/home/features.templ +++ b/pkg/nebula/components/home/features.templ @@ -186,10 +186,10 @@ templ Features() { diff --git a/pkg/nebula/components/home/features_templ.go b/pkg/nebula/components/home/features_templ.go index 30d2a6d6c..b7edd8a4e 100644 --- a/pkg/nebula/components/home/features_templ.go +++ b/pkg/nebula/components/home/features_templ.go @@ -29,7 +29,7 @@ func Features() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
L1 Blockchain

The Protocol for Decentralized Identity & Authentication

We're creating the Global Standard for Decentralized Identity. Authenticate users with PassKeys, Issue Crypto Wallets, Build Payment flows, Send Encrypted Messages - all on a single platform.

\"Carousel
\"Carousel
\"Carousel
\"Features
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
L1 Blockchain

The Protocol for Decentralized Identity & Authentication

We're creating the Global Standard for Decentralized Identity. Authenticate users with PassKeys, Issue Crypto Wallets, Build Payment flows, Send Encrypted Messages - all on a single platform.

\"Carousel
\"Carousel
\"Carousel
\"Features
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/pkg/nebula/components/home/header.templ b/pkg/nebula/components/home/header.templ index 3fa10f5e0..cfafb61c7 100644 --- a/pkg/nebula/components/home/header.templ +++ b/pkg/nebula/components/home/header.templ @@ -21,7 +21,7 @@ templ MarketingHeader() { Log in
  • - Register +
    Register
  • diff --git a/pkg/nebula/components/home/header_templ.go b/pkg/nebula/components/home/header_templ.go index cdf09392c..86a37e577 100644 --- a/pkg/nebula/components/home/header_templ.go +++ b/pkg/nebula/components/home/header_templ.go @@ -29,7 +29,7 @@ func MarketingHeader() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
    ") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
    \"Logo\"
    ") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/pkg/nebula/components/home/highlights.templ b/pkg/nebula/components/home/highlights.templ index 513d28369..62883e04f 100644 --- a/pkg/nebula/components/home/highlights.templ +++ b/pkg/nebula/components/home/highlights.templ @@ -12,9 +12,8 @@ templ Highlights() { The Internet Rebuilt for You

    - AI reads and understands your designs, and with nothing more - than a single line of feedback, perform complex actions - autonomously. + Sonr is a comprehensive system for Identity Management which proteects users across their digital personas while + providing Developers a cost-effective solution for decentralized authentication.

    @@ -146,10 +145,10 @@ templ Highlights() { alt="Feature 01" /> @@ -175,10 +174,10 @@ templ Highlights() { alt="Feature 02" /> @@ -204,10 +203,10 @@ templ Highlights() { alt="Feature 03" /> @@ -233,10 +232,10 @@ templ Highlights() { alt="Feature 04" /> diff --git a/pkg/nebula/components/home/highlights_templ.go b/pkg/nebula/components/home/highlights_templ.go index 3c7d4e087..93099482b 100644 --- a/pkg/nebula/components/home/highlights_templ.go +++ b/pkg/nebula/components/home/highlights_templ.go @@ -29,7 +29,7 @@ func Highlights() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

    The Internet Rebuilt for You

    AI reads and understands your designs, and with nothing more than a single line of feedback, perform complex actions autonomously.

    \"Feature \"Illustration\"
    \"Feature \"Illustration\"
    \"Feature \"Illustration\"
    \"Feature \"Illustration\"
    ") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

    The Internet Rebuilt for You

    Sonr is a comprehensive system for Identity Management which proteects users across their digital personas while providing Developers a cost-effective solution for decentralized authentication.

    \"Feature \"Illustration\"
    \"Feature \"Illustration\"
    \"Feature \"Illustration\"
    \"Feature \"Illustration\"
    ") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/pkg/nebula/nebula.pkl b/pkg/nebula/nebula.pkl index 7c50c3c67..df048aed5 100644 --- a/pkg/nebula/nebula.pkl +++ b/pkg/nebula/nebula.pkl @@ -14,9 +14,9 @@ hero = new Hero { href = "/about"; }; image = new Image { - src = "https://cdn.sonr.id/img/hero-clipped.png"; - width = "520"; - height = "520"; + src = "https://cdn.sonr.id/img/hero-clipped.svg"; + width = "500"; + height = "500"; }; }; diff --git a/pkg/orm/schemas.go b/pkg/orm/schema.go similarity index 100% rename from pkg/orm/schemas.go rename to pkg/orm/schema.go