| export const Logo = () => { | |
| return ( | |
| <p className="scroll-m-20 text-2xl md:text-3xl font-semibold tracking-tight transition-colors first:mt-0"> | |
| ShopSmart | |
| </p> | |
| ); | |
| }; | |
| export const Logo = () => { | |
| return ( | |
| <p className="scroll-m-20 text-2xl md:text-3xl font-semibold tracking-tight transition-colors first:mt-0"> | |
| ShopSmart | |
| </p> | |
| ); | |
| }; | |