Update src/app/layout.tsx

This commit is contained in:
2026-03-03 05:19:24 +00:00
parent 33129ae399
commit f2e4281fae

View File

@@ -6,29 +6,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "BarFlow - Financial Dashboard for Bars",
description: "Real-time financial dashboard built for bars. Track revenue, manage inventory, and increase profitability. Start your free 14-day trial today.",
keywords: "bar financial software, POS system, inventory management, bar analytics, hospitality tech, revenue tracking",
openGraph: {
title: "BarFlow - Financial Dashboard for Bars",
description: "Take control of your bar's finances with BarFlow. Real-time insights, inventory tracking, and advanced analytics.",
type: "website",
},
title: "BarFlow - Financial Dashboard for Bars", description: "Real-time financial dashboard built for bars. Track revenue, manage inventory, and increase profitability. Start your free 14-day trial today.", keywords: "bar financial software, POS system, inventory management, bar analytics, hospitality tech, revenue tracking", openGraph: {
title: "BarFlow - Financial Dashboard for Bars", description: "Take control of your bar's finances with BarFlow. Real-time insights, inventory tracking, and advanced analytics.", type: "website"},
twitter: {
card: "summary_large_image",
title: "BarFlow - Financial Dashboard for Bars",
},
card: "summary_large_image", title: "BarFlow - Financial Dashboard for Bars"},
};
export default function RootLayout({