11 lines
337 B
JavaScript
11 lines
337 B
JavaScript
export const metadata = {
|
|
title: "Community Photo Gallery | View Our Memories",
|
|
description: "Browse photos from Tamil cultural events and community programs in Waterloo Region.",
|
|
};
|
|
|
|
import PhotoGallerySection from "@/components/events/PhotoGallerySection";
|
|
|
|
export default function Memories() {
|
|
return <PhotoGallerySection />;
|
|
}
|