diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 1cc64ca..e17f307 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -27,21 +27,13 @@ export default function LandingPage() {
@@ -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."
/>
@@ -77,18 +62,13 @@ export default function LandingPage() {
@@ -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"},
],
},
]}