{
@@ -23,7 +23,7 @@ const NotFoundPage = () => {
return (
-
diff --git a/src/pages/PortfolioPage.jsx b/src/pages/PortfolioPage.jsx
index aa9a1f6..2803724 100644
--- a/src/pages/PortfolioPage.jsx
+++ b/src/pages/PortfolioPage.jsx
@@ -9,7 +9,7 @@ import {
import { CTASection } from "@/components/common/CTASection";
import Lightbox from "@/components/ui/Lightbox";
import SocialLinks from "@/components/common/SocialLinks";
-import { SEO } from "@/components/common/SEO";
+import { Seo } from "@/components/common/Seo";
import { portfolioImages } from "@/data/portfolioImages";
const PortfolioPage = () => {
@@ -46,7 +46,7 @@ const PortfolioPage = () => {
return (