theme color updated

This commit is contained in:
Selvi 2025-08-08 21:59:18 +05:30
commit 1609019a8e
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