From 322a8488c0643c7cfe6a6d603caca20d13503756 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 12:54:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 115 +++++++++++++---------------------------------- 1 file changed, 30 insertions(+), 85 deletions(-) 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() {