import React from “react”; import { Card, CardContent } from “@/components/ui/card”; import { Button } from “@/components/ui/button”; import { Carousel, CarouselItem } from “@/components/ui/carousel”; export default function HomePage() { return (
{/* Hero Section with Slides */}
{/* Slide 1 */}

Welcome to Aloko Buddhist Center

{/* Slide 2 */}

Practicing the Timeless Path of Theravāda Buddhism

{/* Slide 3 */}

Cultivating Wisdom, Virtue, and Peace

{/* Description Section */}

Discover the Path of Theravāda Buddhism

Aloko.org is dedicated to spreading the timeless teachings of the Buddha. Rooted in the Theravāda tradition, we aim to support your journey through meditation, Dhamma talks, and Sutta discussions.

{/* Three Main Sections */}

🧘‍♂️ Meditation

Guided and silent meditations to deepen mindfulness and concentration.

📖 Dhamma Talks

Weekly talks exploring Buddhist teachings and their relevance today.

📜 Sutta Discussion

Dive into the original words of the Buddha with guided sutta discussions.

{/* Footer */}
); }