Skip to content

Commit

Permalink
docs: fix spelling and added a new main headline
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGhiya committed Feb 2, 2025
1 parent c059ad6 commit ac9a7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code-confluence/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const FeatureList = [
<div className={styles.featurePoints}>
<div className={styles.featurePoint}>
<strong>🔄 Bottom-Up Summarization</strong>
<p>Hierarchical deterministicsummarization from functions to entire codebases, ensuring precise and contextual understanding at every level.</p>
<p>Hierarchical deterministic summarization from functions to entire codebases, ensuring precise and contextual understanding at every level.</p>
</div>

<div className={styles.featurePoint}>
Expand Down Expand Up @@ -181,7 +181,7 @@ export default function HomepageFeatures() {
return (
<div className={styles.lessWidth}>
<section className={styles.advertise}>
<Heading as="h2" className={styles.paddingLeftRight}> Transforming Code into Plain Language.</Heading>
<Heading as="h2" className={styles.paddingLeftRight}>Empower Your Code: From Static Syntax to Dynamic Dialogue.</Heading>
<p className={styles.paddingLeftRight}>
Centralize your siloed codebases across your organization, empowering all stakeholders.
</p>
Expand Down

0 comments on commit ac9a7da

Please sign in to comment.