From d2e5bcfe81863def20ecb05d9f60582d6e3df1be Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:50:35 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f645606..9313361 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,46 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + variable: "--font-figtree", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Saquella Café | Artisan Italian Coffee & Cuisine in Boca Raton", - description: "Experience authentic Italian café culture at Saquella in Boca Raton. Artisan espresso, fresh pastries, and premium Italian cuisine in a warm, welcoming atmosphere.", - keywords: "Italian café Boca Raton, artisan coffee, cappuccino, pastries, brunch, Italian restaurant", - robots: { + title: "Saquella Café | Artisan Italian Coffee & Cuisine in Boca Raton", description: "Experience authentic Italian café culture at Saquella in Boca Raton. Artisan espresso, fresh pastries, and premium Italian cuisine in a warm, welcoming atmosphere.", keywords: "Italian café Boca Raton, artisan coffee, cappuccino, pastries, brunch, Italian restaurant", robots: { index: true, follow: true, }, openGraph: { - title: "Saquella Café | Authentic Italian Experience in Boca Raton", - description: "Award-winning Italian café featuring artisan coffee, fresh pastries, and authentic European ambiance. Your favorite brunch and coffee destination.", - type: "website", - siteName: "Saquella Café", - images: [ + title: "Saquella Café | Authentic Italian Experience in Boca Raton", description: "Award-winning Italian café featuring artisan coffee, fresh pastries, and authentic European ambiance. Your favorite brunch and coffee destination.", type: "website", siteName: "Saquella Café", images: [ { - url: "http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg", - alt: "Saquella Café - Italian espresso and pastries", - }, + url: "http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg", alt: "Saquella Café - Italian espresso and pastries"}, ], }, twitter: { - card: "summary_large_image", - title: "Saquella Café | Artisan Italian Coffee in Boca Raton", - description: "Authentic Italian café with premium espresso, fresh pastries, and warm hospitality.", - images: ["http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg"], + card: "summary_large_image", title: "Saquella Café | Artisan Italian Coffee in Boca Raton", description: "Authentic Italian café with premium espresso, fresh pastries, and warm hospitality.", images: ["http://img.b2bpic.net/free-photo/people-serve-beautiful-fresh-relax-morning-coffee-cup-set_1150-7058.jpg"], }, }; @@ -1434,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}