import Image from "next/image"; import Link from "next/link"; import { SectionHeading, Stars, Arrow } from "@/components/ui"; import { FeaturedEventCard } from "@/components/EventCard"; import Faq from "@/components/Faq"; import HomeJourney from "@/components/HomeJourney"; import JourneyBanner from "@/components/JourneyBanner"; import { featuredEvents, testimonials, faqs } from "@/lib/data"; const pillars = [ { t: "Cultural Celebrations", d: "Celebrate Holi, Diwali, Janmashtami and more." }, { t: "Family Gatherings", d: "Meet families and build lasting friendships." }, { t: "Seva & Volunteering", d: "Give back through community initiatives." }, { t: "Stay Connected Roots", d: "Keep UP traditions alive in Dallas." }, ]; export default function Home() { return ( <> {/* HERO */}
Bringing Uttar Pradesh families together in Dallas
UP Parivar Dallas

Bringing Uttar Pradesh Families
Together in Dallas

Join Community
{/* ABOUT INTRO */}
About Us

10+

Years Of Creative Excellence

UP Parivar Dallas connects families, culture, seva, events and trusted local help across North Texas. The portal keeps public information{" "} easy to find and gives members a private, consent-led way to discover what matters.

Family gathering

From roots to North Texas

A public face for culture; a private portal for trusted member life.

More About
{/* JOURNEY TIMELINE (scroll-driven) */} {/* UPCOMING GATHERINGS */}
Upcoming Community Gatherings} desc="A family evening with devotional music, kids activities, volunteer desks and newcomer welcome." cta={{ label: "Subscribe Calendar", href: "/events" }} align="split" />
{featuredEvents.map((e) => ( ))}
{/* OUR JOURNEY BANNER (full-screen scroll) */} {/* GALLERY PREVIEW */}
A thousand moments, one family album} desc="Festivals, seva, youth and family, the memories we've made together. Drop your own photos in; the archive grows with every gathering." cta={{ label: "More Explore Gallery", href: "/gallery" }} align="split" />
{/* CULTURE BANNER */}

A Community Built Around
Culture & Connection

{pillars.map((p) => (

{p.t}

{p.d}

))}
{/* TESTIMONIALS */}
Loved by families across North Texas} cta={{ label: "View All", href: "/about" }} align="split" />
{testimonials.map((t, i) => (
{i === 1 && (
{t.name}

{t.name}

{t.role}

)}

{t.quote}

{i !== 1 && (
{t.name}

{t.name}

{t.role}

)}
))}
{/* FAQ */}
FAQ's

Frequently Asked Questions

Everything you need to know about UP Parivar Dallas, our community, events, membership, and ways to get involved.

{[ { a: -90, c: "#2530C4" }, { a: -30, c: "#F7A400" }, { a: 30, c: "#FF8001" }, { a: 90, c: "#F45700" }, { a: 150, c: "#7ECA4F" }, { a: 210, c: "#3FB27A" }, ].map((p, i) => { const rad = (p.a * Math.PI) / 180; const cx = 50 + Math.cos(rad) * 30; const cy = 50 + Math.sin(rad) * 30; return ( ); })}
{/* FINAL CTA */}
◉ Get Your Portal

Keeping the roots of Uttar Pradesh alive through family, culture, traditions, and community in Dallas.

Celebrate festivals, build lifelong friendships, and pass on the values, culture, and traditions of Uttar Pradesh to the next generation in Dallas.

Request A Community Portal Preview Member Portal
); }