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