diff --git a/src/app/page.tsx b/src/app/page.tsx
index 54a9bf2..7f09f84 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,95 +45,26 @@ export default function LandingPage() {
@@ -150,9 +73,9 @@ export default function LandingPage() {
@@ -192,28 +105,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Common Questions"
- description="Everything you wanted to know about the Mohan project."
+ description="Everything you wanted to know about Mohan Yadav and his dairy business."
faqs={[
{
- id: "1",
- title: "Who is Mohan?",
- content: "Mohan is a global icon of humor and fashion, whether he knows it or not.",
- },
+ id: "1", title: "Is Mohan really a bull-like character?", content: "Yes, he's known for his bull-like energy and sheer presence!"},
{
- id: "2",
- title: "Can I submit photos?",
- content: "Absolutely! We encourage all funny captures.",
- },
+ id: "2", title: "What is the deal with Maya Bhabhi?", content: "That's just Mohan's fabulous alter-ego that comes out to play."},
{
- id: "3",
- title: "Is this site safe?",
- content: "Yes, purely for fun and laughter.",
- },
+ id: "3", title: "Can I visit the dairy?", content: "Only if you're prepared to handle the chaos and funny antics."},
{
- id: "4",
- title: "Will there be more updates?",
- content: "Daily, as long as Mohan keeps being himself.",
- },
+ id: "4", title: "Will there be more updates?", content: "Daily, as long as Mohan keeps being his funny self."},
]}
faqsAnimation="slide-up"
/>
@@ -223,16 +124,13 @@ export default function LandingPage() {
@@ -242,37 +140,17 @@ export default function LandingPage() {
logoText="Mohan.in"
columns={[
{
- title: "Navigate",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Gallery",
- href: "#gallery",
- },
+ title: "Navigate", items: [
+ { label: "Home", href: "#hero" },
+ { label: "About", href: "#about" },
+ { label: "Gallery", href: "#gallery" },
],
},
{
- title: "Connect",
- items: [
- {
- label: "Contact",
- href: "#contact",
- },
- {
- label: "Twitter",
- href: "#",
- },
- {
- label: "Instagram",
- href: "#",
- },
+ title: "Connect", items: [
+ { label: "Contact", href: "#contact" },
+ { label: "Twitter", href: "#" },
+ { label: "Instagram", href: "#" },
],
},
]}
@@ -282,4 +160,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file