Merge version_1 into main #1
@@ -51,7 +51,7 @@ export default function AboutPage() {
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
background="radial-gradient"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg?_wi=2"
|
||||
imageAlt="Suto Cafe interior story and heritage"
|
||||
buttons={[
|
||||
{
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function ContactPage() {
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
background="radial-gradient"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg?_wi=5"
|
||||
imageAlt="Suto Cafe contact and location"
|
||||
buttons={[
|
||||
{
|
||||
|
||||
@@ -58,7 +58,7 @@ const GalleryPage = () => {
|
||||
tagIcon={Camera}
|
||||
tagAnimation="slide-up"
|
||||
background="radial-gradient"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg?_wi=4"
|
||||
imageAlt="Suto Cafe gallery showcase of ambience and food"
|
||||
buttons={[
|
||||
{
|
||||
@@ -86,7 +86,7 @@ const GalleryPage = () => {
|
||||
price: "₹150-250",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg?_wi=3",
|
||||
imageAlt: "Specialty coffee collection on wooden table",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ const GalleryPage = () => {
|
||||
price: "₹120-200",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg?_wi=3",
|
||||
imageAlt: "Fresh artisan pastries with coffee setup",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ const GalleryPage = () => {
|
||||
price: "₹200-350",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg?_wi=3",
|
||||
imageAlt: "Gourmet sandwich with fresh ingredients",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,28 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Suto Cafe Sambhajinagar | Best Coffee & Vibes",
|
||||
description: "Discover Suto Cafe in Aurangpura - your favorite local cafe for specialty coffee, pastries & great vibes. 4.7★ rated. Open 7 AM-10 PM. Call now: +918888999888",
|
||||
keywords: "cafe sambhajinagar, coffee shop aurangpura, best cafe near me, cozy cafe aurangabad, specialty coffee sambhajinagar, cafe vibes local favorite",
|
||||
metadataBase: new URL("https://sutocafe.com"),
|
||||
alternates: {
|
||||
canonical: "https://sutocafe.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Suto Cafe - Where Every Sip Meets a Vibe",
|
||||
description: "Join 250+ happy customers at the best cafe in Sambhajinagar. Specialty coffee, artisan pastries, cozy ambience. Visit us today!",
|
||||
url: "https://sutocafe.com",
|
||||
siteName: "Suto Cafe",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://sutocafe.com/og-image.jpg",
|
||||
alt: "Suto Cafe interior ambience and coffee",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Suto Cafe - Best Coffee in Sambhajinagar",
|
||||
description: "Specialty coffee, cozy vibes, artisan pastries. Your favorite local cafe in Aurangpura!",
|
||||
images: ["https://sutocafe.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -32,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${libreBaskerville.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -58,7 +58,7 @@ const MenuPage = () => {
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
background="radial-gradient"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg?_wi=3"
|
||||
imageAlt="Suto Cafe menu showcase with coffee and pastries"
|
||||
buttons={[
|
||||
{
|
||||
@@ -86,7 +86,7 @@ const MenuPage = () => {
|
||||
price: "₹150",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg?_wi=2",
|
||||
imageAlt: "Artisan espresso with latte art",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ const MenuPage = () => {
|
||||
price: "₹120",
|
||||
rating: 5,
|
||||
reviewCount: "140+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg?_wi=2",
|
||||
imageAlt: "Golden butter croissant fresh from oven",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ const MenuPage = () => {
|
||||
price: "₹280",
|
||||
rating: 5,
|
||||
reviewCount: "95+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg?_wi=2",
|
||||
imageAlt: "Fresh gourmet sandwich with quality ingredients",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -56,7 +56,7 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
background="radial-gradient"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jar-various-cookies-with-latte-coffee-cup-cafe-counter_23-2148209234.jpg?_wi=1"
|
||||
imageAlt="Suto Cafe cozy interior ambience with warm lighting"
|
||||
buttons={[
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function HomePage() {
|
||||
price: "₹150",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900626.jpg?_wi=1",
|
||||
imageAlt: "Artisan espresso with latte art",
|
||||
},
|
||||
{
|
||||
@@ -188,7 +188,7 @@ export default function HomePage() {
|
||||
price: "₹120",
|
||||
rating: 5,
|
||||
reviewCount: "140+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-plum-pie-with-chemex-coffee-ingredients-with-fabric-wooden-table-with-fabric_181624-27722.jpg?_wi=1",
|
||||
imageAlt: "Golden butter croissant fresh from oven",
|
||||
},
|
||||
{
|
||||
@@ -198,7 +198,7 @@ export default function HomePage() {
|
||||
price: "₹280",
|
||||
rating: 5,
|
||||
reviewCount: "95+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-vegetables_23-2148454710.jpg?_wi=1",
|
||||
imageAlt: "Fresh gourmet sandwich with quality ingredients",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user