This is an automated email from the ASF dual-hosted git repository.

kranti pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/iggy-website.git


The following commit(s) were added to refs/heads/staging by this push:
     new 82bd2c373 touch index files
82bd2c373 is described below

commit 82bd2c373804d2c91a77b63c57187af9d0c745bd
Author: kparisa <[email protected]>
AuthorDate: Sat Jul 12 18:20:53 2025 -0500

    touch index files
---
 src/components/HomepageFeatures/index.tsx | 2 +-
 src/pages/index.tsx                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index 48393a21e..b46f1a3cf 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -60,7 +60,7 @@ const FeatureList: FeatureItem[] = [
     Svg: require('@site/static/img/FullyOpenSourced.svg').default,
     description: (
       <>
-        Thanks to the power of community, we can constantly improve Iggy and 
support multiple programming languages SDKs.
+        Thanks to the power of community, we can constantly improve Apache 
Iggy and support multiple programming languages SDKs.
       </>
     ),
   },
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index ddc3117b7..96fcac4c0 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -81,7 +81,7 @@ export default function Home(): ReactNode {
   return (
     <Layout
       title={`Apache Iggy (Incubating)`}
-      description="Description will go into a meta tag in <head />">
+      description="Apache Iggy, A blazing-fast, reliable, and scalable message 
streaming platform written in Rust and built for modern distributed systems. 
Process millions of messages per node with unparalleled efficiency.">
       <HomepageHeader />
       <main>
         <HomepageFeatures />

Reply via email to