fix fomatting, add title slide and correct location
diff --git a/content/Apache/Incubator/VendorNeutrality/src/main/asciidoc/index.adoc b/content/Apache/Incubator/VendorNeutrality/src/main/asciidoc/index.adoc
index be9a1d9..06b9c98 100644
--- a/content/Apache/Incubator/VendorNeutrality/src/main/asciidoc/index.adoc
+++ b/content/Apache/Incubator/VendorNeutrality/src/main/asciidoc/index.adoc
@@ -27,6 +27,18 @@
 :sectanchors:
 :customcss: apache.css
 
+[.title-slide]
+== Vendor Neutrality
+
+_Why balanced governance keeps Apache projects healthy_
+
+[.notes]
+--
+Set expectations: this session is for mentors, PPMC members, and anyone guiding a podling to graduation.  
+Briefly explain that the session explores how Apache projects maintain independence from any single vendor,  
+and why this principle matters for graduation and long-term sustainability.
+--
+
 == Vendor Neutrality
 
 - Understand why vendor neutrality is essential for ASF project health and independence  
@@ -37,7 +49,6 @@
 --
 Purpose of this module.
 
-Set expectations: this session is for mentors, PPMC members, and anyone guiding a podling to graduation.  
 Neutrality is a key graduation indicator — a measure of how independent and open the community has become.  
 Encourage participants to think about their own project’s balance: who decides, who releases, and how transparent decisions are.
 --
diff --git a/content/Apache/Incubator/VendorNeutrality/src/main/resources/apache.css b/content/Apache/Incubator/VendorNeutrality/src/main/resources/apache.css
index 2624cf5..02c467f 100644
--- a/content/Apache/Incubator/VendorNeutrality/src/main/resources/apache.css
+++ b/content/Apache/Incubator/VendorNeutrality/src/main/resources/apache.css
@@ -390,9 +390,19 @@
   text-align: left !important;
 }
 
-/* Optional: keep headings centered (remove if you want headings left too) */
+/* Keep headings centered (remove if you want headings left too) */
 .reveal .slides section h1,
 .reveal .slides section h2,
 .reveal .slides section h3 {
   text-align: center !important;
+}
+
+/* Center only the subtitle line on title slides */
+.reveal .slides section.title-slide em,
+.reveal .slides section.title-slide p em {
+  display: block;
+  text-align: center !important;
+  margin-top: 0.5em;
+  font-size: 1.2em;
+  color: #555;
 }
\ No newline at end of file
diff --git a/site/pom.xml b/site/pom.xml
index 94ba23a..55d53db 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -342,7 +342,7 @@
                   <artifactId>incubator-vendor-neutrality</artifactId>
                   <version>1.0.0-SNAPSHOT</version>
                   <type>war</type>
-                  <outputDirectory>${project.build.directory}/site/presentations/apache/incubator/ASFvalues</outputDirectory>
+                  <outputDirectory>${project.build.directory}/site/presentations/apache/incubator/VendorNeturality</outputDirectory>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.training.content</groupId>