میخواهید بدانید کدام محصول برای پت شما مناسبتر است؟
تیم متخصص دامپزشکی کانینا ایران آماده پاسخگویی به سوالات شماست.
/** * @license * SPDX-License-Identifier: Apache-2.0 */ import { useState, useEffect, lazy, Suspense } from "react"; import Header from "./components/Header"; import Hero from "./components/Hero"; import Footer from "./components/Footer"; import { Toaster } from "sonner"; import { Product } from "./data/products"; import { useCartStore } from "./store/cartStore"; import { usePetStore } from "./store/usePetStore"; import { NetworkBanner } from './components/NetworkBanner'; import { ErrorBoundary } from './components/ErrorBoundary'; import { NotFoundPage } from './components/ErrorPages'; import { toast } from "sonner"; import labImage from "./assets/images/regenerated_image_1779109861747.png"; // Lazy Loaded Components const ArchivePage = lazy(() => import("./components/ArchivePage")); const ProductPage = lazy(() => import("./components/ProductPage")); const PetProfile = lazy(() => import("./components/PetProfile")); const UserDashboard = lazy(() => import("./components/UserDashboard")); const SearchResultsPage = lazy(() => import("./components/SearchResultsPage")); const IngredientWiki = lazy(() => import("./components/IngredientWiki")); const BlogPage = lazy(() => import("./components/BlogPage")); const VideosPage = lazy(() => import("./components/VideosPage")); const CheckoutPage = lazy(() => import("./components/CheckoutPage")); const OrderSuccess = lazy(() => import("./components/OrderSuccess")); const OrderTracking = lazy(() => import("./components/OrderTracking")); const SmartAdvisor = lazy(() => import("./components/SmartAdvisor")); const LoginModal = lazy(() => import("./components/LoginModal")); const CartDrawer = lazy(() => import("./components/CartDrawer")); const B2BPortal = lazy(() => import("./components/B2BPortal")); const FeaturedProducts = lazy(() => import("./components/FeaturedProducts")); const VetGallery = lazy(() => import("./components/VetGallery")); type View = "home" | "shop" | "wiki" | "product-detail" | "profile" | "checkout" | "search" | "order-success" | "order-tracking" | "blog" | "videos" | "user-dashboard"; function LoadingFallback() { return (
دسترسی به تمامی محصولات بر اساس علائم بالینی و نیازهای پت شما.
آشنایی با ترکیبات نایاب و استانداردهای دارویی محصولات آلمانی کانینا.
{item.desc}
تیم متخصص دامپزشکی کانینا ایران آماده پاسخگویی به سوالات شماست.