Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -196,7 +196,7 @@ export default function KazkovyyDimPage() {
|
||||
{
|
||||
id: "3", name: "Traditional Kebab Mix", price: "$52/kg", imageSrc: "https://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg", imageAlt: "Assorted fire-roasted kebabs", initialQuantity: 1
|
||||
}
|
||||
]
|
||||
]}
|
||||
className="py-16 lg:py-24"
|
||||
containerClassName="max-w-7xl"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-foreground"
|
||||
|
||||
Reference in New Issue
Block a user