diff --git a/app/globals.css b/app/globals.css index fc1cd16..21af96a 100644 --- a/app/globals.css +++ b/app/globals.css @@ -79,6 +79,11 @@ width: auto; } + .swiper { + width: 600px; + height: 300px; + } + * { @apply border-border; } diff --git a/components/llm-factories/index.tsx b/components/llm-factories/index.tsx index ea46156..614a53c 100644 --- a/components/llm-factories/index.tsx +++ b/components/llm-factories/index.tsx @@ -1,35 +1,50 @@ "use client"; import { APIProvider, Map, Marker } from "@vis.gl/react-google-maps"; +import { Swiper, SwiperSlide } from "swiper/react"; +import "swiper/css"; export default function Factories() { const position = { lat: 23.0124433, lng: 120.212851 }; const marker1 = { lat: 23.0124433, lng: 120.312851 }; - const marker2 = { lat: 23.018500, lng: 120.312751 }; + const marker2 = { lat: 23.0185, lng: 120.312751 }; const marker3 = { lat: 23.0124222, lng: 120.318951 }; return ( -