import { ShoppingCartOutlined, UserOutlined, SearchOutlined, DownOutlined } from "@ant-design/icons";
const MainMenu = (props) => {
return (
{props.title}
{props.icon && }
)
}
const Layout = function (props) {
return (
{/* top menu*/}
{/* logo dan search */}
{/* main menu */}
{props.children}
{/* footer */}
Get in touch
- About Us
- Careers
- Press Releases
- Blog
Connections
- Facebook
- Twitter
- Instagram
- Youtube
- LinkedIn
Earnings
- Become an Affiliate
- Advertise your product
- Sell on Market
Account
- Your account
- Return Center
- 100 % purchase protection
- Chat with us
- Help
{/* copyright */}
Copyright © 2022 petrbilek.com
)
}
export default Layout;