Logo Updated

This commit is contained in:
akash 2025-08-08 05:34:28 -07:00
parent 8123783fe5
commit 5269f2adae
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import React from 'react'
import Link from 'next/link'
import Logo from '/public/images/logo-s2.svg'
import Logo from '/public/images/logo.png'
import Image from 'next/image'
const HeaderTopbar = () => {

View File

@ -1,6 +1,6 @@
import React from 'react'
import Link from 'next/link'
import Logo from '/public/images/logo.svg'
import Logo from '/public/images/logo.png'
import Services from '../../api/service';
import Image from 'next/image';

View File

@ -2,7 +2,7 @@ import React, { useState } from 'react'
import Link from 'next/link'
import HeaderTopbar from '../HeaderTopbar/HeaderTopbar'
import MobileMenu from '../MobileMenu/MobileMenu'
import Logo from '/public/images/logo-s2.svg'
import Logo from '/public/images/logo.png'
import Image from 'next/image'
const Header2 = (props) => {

BIN
public/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB