Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion savebook/app/(legal)/privacy/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ const PrivacyPolicyContent = () => {
Policy Updates
</h3>
<p className="text-gray-300">
We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date. You are advised to review this Privacy Policy periodically for any changes.
We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the &quot;Last Updated&quot; date. You are advised to review this Privacy Policy periodically for any changes.
</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion savebook/app/(legal)/terms/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const TermsOfServiceContent = () => {
</div>
</div>
<p className="text-gray-300 leading-relaxed mb-4">
By accessing or using SaveBook ("the Service"), you agree to be bound by these Terms of Service and all applicable laws and regulations. If you do not agree with any of these terms, you are prohibited from using or accessing this Service.
By accessing or using SaveBook (&quot;the Service&quot;), you agree to be bound by these Terms of Service and all applicable laws and regulations. If you do not agree with any of these terms, you are prohibited from using or accessing this Service.
</p>
<div className="bg-blue-500/10 border border-blue-500/20 rounded-xl p-4 mt-4">
<p className="text-blue-300 text-sm">
Expand Down
2 changes: 1 addition & 1 deletion savebook/app/contact/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ContactPage = () => {
Contact Us
</h1>
<p className="text-lg text-gray-300 max-w-2xl mx-auto">
Have questions or feedback? We'd love to hear from you. Send us a message and we'll respond as soon as possible.
Have questions or feedback? We&apos;d love to hear from you. Send us a message and we&apos;ll respond as soon as possible.
</p>
</div>
{/* Alert (replaces success toast) */}
Expand Down
2 changes: 1 addition & 1 deletion savebook/app/not-found.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const NotFoundContent = () => {
<h2 className="mt-6 text-2xl font-semibold">Page not found</h2>

<p className="mt-3 text-gray-400">
The page you're looking for doesn't exist or has been moved.
The page you&apos;re looking for doesn&apos;t exist or has been moved.
</p>

{/* Simple action button */}
Expand Down
2 changes: 1 addition & 1 deletion savebook/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default function Home() {
className="mt-8 p-4 bg-green-50 dark:bg-green-900/20 border border-green-200 dark:border-green-800 rounded-xl"
>
<p className="text-green-700 dark:text-green-400 text-sm">
✨ You're all set! Start organizing your thoughts and ideas.
✨ You&apos;re all set! Start organizing your thoughts and ideas.
</p>
</motion.div>
)}
Expand Down
Loading