Merge version_1 into main #1
115
src/app/page.tsx
115
src/app/page.tsx
@@ -29,39 +29,31 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Trending",
|
||||
id: "trending",
|
||||
},
|
||||
name: "Trending", id: "trending"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Roastify"
|
||||
button={{
|
||||
text: "Get Started", href: "#generator"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="AI Roast Generator: Witty, Savage, Safe."
|
||||
description="Generate hilarious, sarcastic roasts for you and your friends in seconds. AI-powered fun that's always AdSense-safe."
|
||||
tag="Trending Daily"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Roasting",
|
||||
href: "#generator",
|
||||
},
|
||||
text: "Start Roasting", href: "#generator"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039367.jpg"
|
||||
imageAlt="AI Roasting Robot"
|
||||
@@ -75,34 +67,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "light",
|
||||
label: "Light",
|
||||
title: "Friendly Jests",
|
||||
items: [
|
||||
"Soft teasing",
|
||||
"Best for friends",
|
||||
"Safe and sweet",
|
||||
],
|
||||
id: "light", label: "Light", title: "Friendly Jests", items: [
|
||||
"Soft teasing", "Best for friends", "Safe and sweet"],
|
||||
},
|
||||
{
|
||||
id: "medium",
|
||||
label: "Medium",
|
||||
title: "Sarcastic Bites",
|
||||
items: [
|
||||
"Witty comebacks",
|
||||
"Sharp humor",
|
||||
"Memeworthy",
|
||||
],
|
||||
id: "medium", label: "Medium", title: "Sarcastic Bites", items: [
|
||||
"Witty comebacks", "Sharp humor", "Memeworthy"],
|
||||
},
|
||||
{
|
||||
id: "savage",
|
||||
label: "Savage",
|
||||
title: "Pure Fire",
|
||||
items: [
|
||||
"Maximum wit",
|
||||
"No-mercy roasts",
|
||||
"Top-tier comedy",
|
||||
],
|
||||
id: "savage", label: "Savage", title: "Pure Fire", items: [
|
||||
"Maximum wit", "No-mercy roasts", "Top-tier comedy"],
|
||||
},
|
||||
]}
|
||||
title="Roast Categories"
|
||||
@@ -115,9 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Roastify?"
|
||||
description={[
|
||||
"We believe humor should be clever, not cruel. Our AI is tuned to provide high-quality, sarcasm-filled jokes that keep the vibes positive and the comments section clean.",
|
||||
"Built for Gen-Z, we provide meme-worthy content that you can share anywhere without worry.",
|
||||
]}
|
||||
"We believe humor should be clever, not cruel. Our AI is tuned to provide high-quality, sarcasm-filled jokes that keep the vibes positive and the comments section clean.", "Built for Gen-Z, we provide meme-worthy content that you can share anywhere without worry."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to roast?"
|
||||
description="Don't settle for boring. Join the Roastify community and start generating witty comebacks today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Try it free",
|
||||
href: "#generator",
|
||||
},
|
||||
text: "Try it free", href: "#generator"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,42 +133,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Generator",
|
||||
href: "#generator",
|
||||
},
|
||||
label: "Generator", href: "#generator"},
|
||||
{
|
||||
label: "Trending",
|
||||
href: "#trending",
|
||||
},
|
||||
label: "Trending", href: "#trending"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user