Skip to content

Commit c83cde8

Browse files
committed
updated Logo & Hero Section
1 parent 9f6e1f3 commit c83cde8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/CarouselData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const carouselData = [
2-
"Translate Quran in Your Own Language",
2+
"Translate scriptures in Your Own Language",
33
"Explore Hundreds of Translations for each verse"
44
// "Enjoy Productive Discussions"
55
]

src/sections/navbar/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const NavbarComponent = () => {
108108
<FaBookOpenReader></FaBookOpenReader>
109109
</div>
110110

111-
<Link to='/home' className='tracking-wider text-xl'>Translate Quran</Link>
111+
<Link to='/home' className='tracking-wider text-xl'>Scriptures</Link>
112112
</div>
113113

114114
</NavbarBrand>

0 commit comments

Comments
 (0)