Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8aeeddee36 |
@@ -3,7 +3,6 @@ import { Plus_Jakarta_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { MusicPlayer } from "@/components/MusicPlayer";
|
||||
|
||||
const plusJakartaSans = Plus_Jakarta_Sans({
|
||||
variable: "--font-plus-jakarta-sans", subsets: ["latin"],
|
||||
@@ -25,7 +24,6 @@ export default function RootLayout({
|
||||
className={`${plusJakartaSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
<MusicPlayer />
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
@@ -38,6 +38,7 @@ function ShopPageContent() {
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Cozy Brews"
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -69,6 +70,7 @@ function ShopPageContent() {
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Cozy Brews"
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCatalog" data-section="productCatalog">
|
||||
|
||||
Reference in New Issue
Block a user