import React from 'react'; import styled from 'styled-components'; import { Link } from 'react-scroll'; import logo from '../assets/images/logo.png'; // Ensure you have a logo image in the specified path import { Navbar, Nav } from 'react-bootstrap'; const Logo = styled.img` width: 50px; // Adjust the size as needed height: 50px; margin-right: 10px; `; const Header = () => ( Brilliant Interiors ); export default Header;