From de1bfe6dabc966df93fb9ea46efd364cdc3bcbb7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:22:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 158 ++++++++++++----------------------------------- 1 file changed, 38 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81c6aa3..431fdcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,60 +29,26 @@ export default function LandingPage() {
@@ -124,16 +78,8 @@ export default function LandingPage() { sideDescription="Get quick answers about our district and services." faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "How do I visit Jhapa?", - content: "Jhapa is accessible via Bhadrapur Airport or by road through the East-West Highway.", - }, - { - id: "f2", - title: "What is the best time to visit?", - content: "October through March offers the most pleasant weather for exploration.", - }, + { id: "f1", title: "How do I visit Jhapa?", content: "Jhapa is accessible via Bhadrapur Airport or by road through the East-West Highway." }, + { id: "f2", title: "What is the best time to visit?", content: "October through March offers the most pleasant weather for exploration." }, ]} /> @@ -146,26 +92,8 @@ export default function LandingPage() { title="Local Insights" description="Latest updates and stories from Jhapa." blogs={[ - { - id: "b1", - category: "News", - title: "Tea Festival 2024", - excerpt: "Celebrating our golden leaf traditions.", - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-bud-leaves-green-tea-plantations-morning-nature-background_335224-954.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711135.jpg", - date: "Oct 15", - }, - { - id: "b2", - category: "Culture", - title: "Rivers of Jhapa", - excerpt: "Understanding the Kankai waterway.", - imageSrc: "http://img.b2bpic.net/free-photo/pitfour-lake_181624-2407.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-boy-scouts-woods_52683-94218.jpg", - date: "Nov 02", - }, + { id: "b1", category: "News", title: "Tea Festival 2024", excerpt: "Celebrating our golden leaf traditions.", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-bud-leaves-green-tea-plantations-morning-nature-background_335224-954.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711135.jpg", date: "Oct 15" }, + { id: "b2", category: "Culture", title: "Rivers of Jhapa", excerpt: "Understanding the Kankai waterway.", imageSrc: "http://img.b2bpic.net/free-photo/pitfour-lake_181624-2407.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-boy-scouts-woods_52683-94218.jpg", date: "Nov 02" }, ]} /> @@ -176,13 +104,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Proud Partners" description="Supporting organizations and local stakeholders." - names={[ - "Nepal Tourism Board", - "Eastern Regional Chamber", - "Tea Producers Association", - "Local Municipality Alliance", - "Agricultural Heritage Group", - ]} + names={["Nepal Tourism Board", "Eastern Regional Chamber", "Tea Producers Association", "Local Municipality Alliance", "Agricultural Heritage Group"]} /> @@ -190,32 +112,8 @@ export default function LandingPage() { @@ -224,3 +122,23 @@ export default function LandingPage() { ); } +" + }, + { + "path": "src/app/about/page.tsx", + "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport MediaAbout from '@/components/sections/about/MediaAbout';\nimport NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';\n\nexport default function AboutPage() {\n return (\n \n \n
\n \n
\n\n
\n \n
\n\n
\n \n
\n
\n \n );\n}" + }, + { + "path": "src/app/municipalities/page.tsx", + "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';\nimport FeatureCardSix from '@/components/sections/feature/FeatureCardSix';\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';\n\nexport default function MunicipalitiesPage() {\n return (\n \n \n
\n \n
\n\n
\n \n
\n\n
\n \n
\n\n
\n \n
\n
\n \n );\n}" + }, + { + "path": "src/app/gallery/page.tsx", + "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';\nimport ProductCardFour from '@/components/sections/product/ProductCardFour';\nimport ProductCardTwo from '@/components/sections/product/ProductCardTwo';\n\nexport default function GalleryPage() {\n return (\n \n \n
\n \n
\n\n
\n \n
\n\n
\n \n
\n\n
\n \n
\n
\n \n );\n}" + }, + { + "path": "src/app/contact/page.tsx", + "content": "\"use client\";\n\nimport { ThemeProvider } from \"@/providers/themeProvider/ThemeProvider\";\nimport ReactLenis from \"lenis/react\";\nimport ContactText from '@/components/sections/contact/ContactText';\nimport FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';\nimport NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';\n\nexport default function ContactPage() {\n return (\n \n \n
\n \n
\n\n
\n \n
\n\n
\n \n
\n
\n \n );\n}" + } + ] +} \ No newline at end of file -- 2.49.1