Update src/app/about/page.tsx

This commit is contained in:
2026-06-03 07:01:01 +00:00
parent f0d5450548
commit b3d59458dd

View File

@@ -27,21 +27,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Stories",
id: "/blog",
},
name: "Stories", id: "/blog"},
{
name: "Videos",
id: "/videos",
},
name: "Videos", id: "/videos"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
]}
brandName="Darawani Kahaniyan"
/>
@@ -54,22 +46,15 @@ export default function LandingPage() {
metrics={[
{
icon: BookOpen,
label: "Total Stories Written",
value: "500+",
},
label: "Total Stories Written", value: "500+"},
{
icon: Users,
label: "Active Horror Fans",
value: "1M+",
},
label: "Active Horror Fans", value: "1M+"},
{
icon: Zap,
label: "Years Scaring You",
value: "5+",
},
label: "Years Scaring You", value: "5+"},
]}
metricsAnimation="slide-up"
description="Hamara Mission Aapko Darana Nahi, Balki Khauff Ki Ek Nayi Duniya Se Milana Hai. Jahan Har Kahani Aapke Dil Ki Dhadkan Tez Kar Degi. Hum likhte hain asli ghatnaon par based kahaniyan aur banate hain chilling videos."
/>
</div>
@@ -77,18 +62,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Apni Sacchi Bhootiyya Kahani Ya Apne Anubhav Humare Saath Share Karein. Ya Koi Feedback Dena Chahte Hain? Hum Sunne Ko Taiyaar Hain."
buttons={[
{
text: "Humein Email Karein",
href: "mailto:share@yourchannelname.com",
},
text: "Humein Email Karein", href: "mailto:share@yourchannelname.com"},
{
text: "Instagram Par Connect Karein",
href: "https://www.instagram.com/YourChannelName",
},
text: "Instagram Par Connect Karein", href: "https://www.instagram.com/YourChannelName"},
]}
/>
</div>
@@ -98,54 +78,33 @@ export default function LandingPage() {
logoText="Darawani Kahaniyan"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Stories",
href: "/blog",
},
label: "Stories", href: "/blog"},
{
label: "Videos",
href: "/videos",
},
label: "Videos", href: "/videos"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "YouTube",
href: "https://www.youtube.com/@YourChannelName",
},
label: "YouTube", href: "https://www.youtube.com/@YourChannelName"},
{
label: "Instagram",
href: "https://www.instagram.com/YourChannelName",
},
label: "Instagram", href: "https://www.instagram.com/YourChannelName"},
{
label: "Email Us",
href: "mailto:contact@yourchannelname.com",
},
label: "Email Us", href: "mailto:contact@yourchannelname.com"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy-policy",
},
label: "Privacy Policy", href: "/privacy-policy"},
{
label: "Terms of Service",
href: "/terms-of-service",
},
label: "Terms of Service", href: "/terms-of-service"},
],
},
]}