Update src/app/private-hire/page.tsx

This commit is contained in:
2026-05-12 00:49:29 +00:00
parent e31adc58dc
commit 30b437be67

View File

@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
export default function PrivateHirePage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<NavbarStyleCentered
brandName="Kuro Gyu"
navItems={[{ name: "Home", id: "/" }, { name: "Chef's Table", id: "/chefs-table" }, { name: "Private Dining", id: "/private-dining" }, { name: "Private Hire", id: "/private-hire" }]}