Add new Lottie animation for Call Center 3 with multiple layers and transformations

This commit is contained in:
tuyenio
2026-06-23 13:36:49 +07:00
parent e16ce9069e
commit dd8b4b20d1
30 changed files with 3405 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import type { Metadata } from "next";
import VirtualTour from "@/app/components/VirtualTour";
export const metadata: Metadata = {
title: "VR360 Chùa Thái Lạc (Pháp Vân tự)",
description:
"Trải nghiệm tham quan thực tế ảo 360° Chùa Thái Lạc (Pháp Vân tự) — di tích quốc gia tại Xã Như Quỳnh, tỉnh Hưng Yên.",
};
export default function ChuaThaiLacTourPage() {
return <VirtualTour tourId="chua-thai-lac" />;
}