diff --git a/app/components/NavBar.tsx b/app/components/NavBar.tsx index a4a8ee6..8aead0c 100644 --- a/app/components/NavBar.tsx +++ b/app/components/NavBar.tsx @@ -3,6 +3,7 @@ import { useState, useEffect } from "react"; import Link from "next/link"; import { X, Menu } from "lucide-react"; +import Image from "next/image"; /* function debounce void>( @@ -61,7 +62,19 @@ const NavBar = () => { className='flex justify-between items-center transition-all duration-300' style={{ height: `${height}px` }}> {/* Logo */} -
+
+
+ Pools Dubai Logo +
+ {"pools

Contact

diff --git a/app/page.tsx b/app/page.tsx index df83f19..ffccbd8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -5,6 +5,7 @@ import { CheckCircle, Star, ChevronRight } from "lucide-react"; const images = [ { src: "img/latest/burj-pools.jpg", alt: "Burj Pools" }, { src: "img/latest/mozaic-tiling.jpg", alt: "Tiling Project" }, + { src: "img/latest/logo-squarex512.png", alt: "Pools Dubai" }, { src: "img/latest/pool-cleaning-service-dubai.jpg", alt: "Pool Cleaning Dubai", diff --git a/public/img/latest/logo-squarex512.png b/public/img/latest/logo-squarex512.png new file mode 100644 index 0000000..c5b64fb Binary files /dev/null and b/public/img/latest/logo-squarex512.png differ diff --git a/public/img/logo-square.png b/public/img/logo-square.png new file mode 100644 index 0000000..1affe22 Binary files /dev/null and b/public/img/logo-square.png differ diff --git a/public/img/logo-squarex80.png b/public/img/logo-squarex80.png new file mode 100644 index 0000000..0615966 Binary files /dev/null and b/public/img/logo-squarex80.png differ