Skip to content

Commit f8a7aed

Browse files
committed
opensource
1 parent 96083a5 commit f8a7aed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Hero() {
2424

2525
{/* Section header */}
2626
<div className="max-w-3xl mx-auto text-center pb-12 md:pb-16">
27-
<h1 className="h1 mb-4" data-aos="fade-up">Pear: The Best AI-Powered Code Editor</h1>
27+
<h1 className="h1 mb-4" data-aos="fade-up">Pear: The Open-Source AI-Powered Code Editor</h1>
2828
<p className="text-xl text-gray-400 mb-8" data-aos="fade-up" data-aos-delay="200">Supercharge your development in an editor designed for less coding, with AI.</p>
2929
<div className="max-w-xs mx-auto sm:max-w-none sm:flex sm:justify-center">
3030
<div data-aos="fade-up" data-aos-delay="400">

lib/utlis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type MetadataProps = {
77

88
export const constructMetadata = ({
99
title,
10-
description = "The best AI-powered code editor",
10+
description = "The open source AI-powered code editor",
1111
canonical = "/",
1212
ogImage = "",
1313
}: MetadataProps) => {

0 commit comments

Comments
 (0)