diff --git a/src/app/page.tsx b/src/app/page.tsx
index 98e8471..1b1b6c3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,39 +29,31 @@ export default function LandingPage() {
@@ -127,20 +99,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Is the content safe for AdSense?",
- content: "Yes! Our AI is strictly filtered to ensure no hate speech, bullying, or explicit content.",
- },
+ id: "q1", title: "Is the content safe for AdSense?", content: "Yes! Our AI is strictly filtered to ensure no hate speech, bullying, or explicit content."},
{
- id: "q2",
- title: "Can I save my favorite roasts?",
- content: "Absolutely. Use our 'Save' feature to keep your favorite roasts right in your browser.",
- },
+ id: "q2", title: "Can I save my favorite roasts?", content: "Absolutely. Use our 'Save' feature to keep your favorite roasts right in your browser."},
{
- id: "q3",
- title: "How does the AI work?",
- content: "It uses advanced NLP to detect humor patterns and craft witty comebacks tailored to your input.",
- },
+ id: "q3", title: "How does the AI work?", content: "It uses advanced NLP to detect humor patterns and craft witty comebacks tailored to your input."},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg"
mediaAnimation="slide-up"
@@ -155,16 +118,13 @@ export default function LandingPage() {
@@ -173,42 +133,27 @@ export default function LandingPage() {