Update src/app/layout.tsx
This commit is contained in:
@@ -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({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user