Skip to content

Commit 35ee0f6

Browse files
committed
feat: update meta description
1 parent 7218c54 commit 35ee0f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
2727
<Meta name="expected-hostname" content="rust-dd.com" />
2828
<Meta
2929
name="description"
30-
content="Discover the Rust-DD framework, enabling the application of domain-driven design (DDD) principles in Rust. Write efficient, safe, and clean code with this modern development tool."
30+
content="Explore open-source Rust projects, learn innovative techniques, and connect with a passionate community. Get expert Rust development and consulting services."
3131
/>
3232
<Meta
3333
name="keywords"
@@ -48,7 +48,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
4848
/>
4949
<Meta
5050
property="og:description"
51-
content="Discover the Rust-DD framework, enabling the application of domain-driven design (DDD) principles in Rust. Write efficient, safe, and clean code with this modern development tool."
51+
content="Explore open-source Rust projects, learn innovative techniques, and connect with a passionate community. Get expert Rust development and consulting services."
5252
/>
5353
<Meta property="og:url" content="https://rust-dd.com/" />
5454
<Meta
@@ -67,15 +67,15 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {
6767
/>
6868
<Meta
6969
name="twitter:description"
70-
content="Discover the Rust-DD framework, enabling the application of domain-driven design (DDD) principles in Rust. Write efficient, safe, and clean code with this modern development tool."
70+
content="Explore open-source Rust projects, learn innovative techniques, and connect with a passionate community. Get expert Rust development and consulting services."
7171
/>
7272
<Meta name="twitter:site" content="@rust_dd" />
7373
<Meta name="twitter:url" content="https://rust-dd.com/" />
7474
<Meta
7575
name="twitter:image"
7676
content="https://static.rust-dd.com/rust-dd_custom_bg.png"
7777
/>
78-
<Meta name="twitter:image:alt" content="Rust-DD Framework" />
78+
<Meta name="twitter:image:alt" content="Rust-DD logo" />
7979
<Link rel="preconnect" href="https://fonts.googleapis.com" />
8080
<Link rel="preconnect" href="https://fonts.gstatic.com" />
8181
</head>

0 commit comments

Comments
 (0)