Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-16 16:15:25 +00:00
5 changed files with 81 additions and 42 deletions

View File

@@ -78,7 +78,7 @@ export default function GalleryPage() {
category: "Coffee",
title: "Specialty Coffee Art",
excerpt: "Experience our expertly crafted latte art and specialty brews prepared with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg?_wi=5",
imageAlt: "Latte art specialty coffee",
authorName: "Workspace Barista Team",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13397.jpg",
@@ -89,7 +89,7 @@ export default function GalleryPage() {
category: "Pastries",
title: "Fresh Pastry Selection",
excerpt: "Daily fresh pastries and baked goods to complement your morning coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-baked-products-arrangement_23-2150166002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-baked-products-arrangement_23-2150166002.jpg?_wi=3",
imageAlt: "Fresh pastries display",
authorName: "Workspace Pastry Chef",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg",
@@ -100,7 +100,7 @@ export default function GalleryPage() {
category: "Interior",
title: "Perfect Workspace",
excerpt: "Comfortable seating and productive ambiance for remote workers and students.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-guy-young-man-sits-cafe-watching-videos-digital-tablet-wearing-wireless-headphones-laughing-smiling-spending-time-coffee-shop_1258-314665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-guy-young-man-sits-cafe-watching-videos-digital-tablet-wearing-wireless-headphones-laughing-smiling-spending-time-coffee-shop_1258-314665.jpg?_wi=2",
imageAlt: "Comfortable workspace seating",
authorName: "Workspace Team",
authorAvatar: "http://img.b2bpic.net/free-photo/sunlight-falling-serene-young-woman-s-face_23-2147890771.jpg",
@@ -111,7 +111,7 @@ export default function GalleryPage() {
category: "Desserts",
title: "Dessert Showcase",
excerpt: "Indulge in our collection of homemade and artisan desserts.",
imageSrc: "http://img.b2bpic.net/free-photo/eclairs-wooden-platter-with-drink_114579-18516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/eclairs-wooden-platter-with-drink_114579-18516.jpg?_wi=2",
imageAlt: "Dessert platter selection",
authorName: "Workspace Dessert Team",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg",

View File

@@ -1,29 +1,66 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } 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 { Manrope } from "next/font/google";
import { DM_Sans } 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 manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Workspace Café - Yerevan | Premium Coffee & Breakfast",
description: "Discover Workspace Café in Yerevan - your perfect spot for specialty coffee, delicious Armenian breakfast, and a cozy work atmosphere. Rated 4.9★ by 224 reviews.",
keywords: "café Yerevan, specialty coffee, Armenian breakfast, workspace, remote work, coffee shop Armenia",
robots: {
index: true,
follow: true,
},
metadataBase: new URL("https://workspacecafe.am"),
alternates: {
canonical: "https://workspacecafe.am",
},
openGraph: {
title: "Workspace Café - Yerevan | Premium Coffee & Breakfast",
description: "Premium specialty coffee and Armenian breakfast in a cozy, productive atmosphere. 4.9★ rated café in Yerevan.",
type: "website",
siteName: "Workspace Café",
images: [
{
url: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg",
alt: "Workspace Café interior",
},
],
},
twitter: {
card: "summary_large_image",
title: "Workspace Café - Premium Coffee & Cozy Vibes",
description: "Experience specialty coffee and Armenian breakfast at Workspace Café. Your perfect workspace in Yerevan.",
images: ["http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +69,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +83,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -81,11 +81,11 @@ export default function MenuPage() {
icon: Coffee,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg?_wi=2",
imageAlt: "Classic espresso drinks",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cups-coffee-table_23-2148900664.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cups-coffee-table_23-2148900664.jpg?_wi=2",
imageAlt: "Freshly prepared coffee",
},
],
@@ -96,11 +96,11 @@ export default function MenuPage() {
icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2149600669.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2149600669.jpg?_wi=3",
imageAlt: "Chemex specialty brewing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg?_wi=3",
imageAlt: "Specialty coffee service",
},
],
@@ -111,11 +111,11 @@ export default function MenuPage() {
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg?_wi=4",
imageAlt: "Cold brew specialty drinks",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cups-coffee-table_23-2148900664.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cups-coffee-table_23-2148900664.jpg?_wi=3",
imageAlt: "Iced coffee service",
},
],
@@ -139,21 +139,21 @@ export default function MenuPage() {
id: "syrniki-dish",
name: "Syrniki with Sour Cream",
price: "3,500 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-cakes-dark_140725-120919.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-cakes-dark_140725-120919.jpg?_wi=3",
imageAlt: "Traditional syrniki cheese pancakes",
},
{
id: "breakfast-platter",
name: "Full Breakfast Platter",
price: "5,500 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-jam-honey-butter-cheeses-cottage-cheese-sausages-egg-vegetables-air-bread_141793-4361.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-jam-honey-butter-cheeses-cottage-cheese-sausages-egg-vegetables-air-bread_141793-4361.jpg?_wi=2",
imageAlt: "Complete breakfast spread",
},
{
id: "pastry-basket",
name: "Fresh Pastries Basket",
price: "4,000 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-baked-products-arrangement_23-2150166002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-baked-products-arrangement_23-2150166002.jpg?_wi=1",
imageAlt: "Selection of fresh baked pastries",
},
]}
@@ -176,21 +176,21 @@ export default function MenuPage() {
id: "brownie",
name: "Chocolate Brownie",
price: "2,000 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-chocolate-brownies_23-2148622259.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-chocolate-brownies_23-2148622259.jpg?_wi=2",
imageAlt: "Rich homemade chocolate brownie",
},
{
id: "dessert-platter",
name: "Dessert Platter",
price: "6,500 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/eclairs-wooden-platter-with-drink_114579-18516.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/eclairs-wooden-platter-with-drink_114579-18516.jpg?_wi=1",
imageAlt: "Selection of multiple desserts",
},
{
id: "pastry",
name: "Seasonal Pastry",
price: "1,800 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-baked-products-arrangement_23-2150166002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-baked-products-arrangement_23-2150166002.jpg?_wi=2",
imageAlt: "Fresh seasonal pastries",
},
]}

View File

@@ -94,7 +94,7 @@ export default function HomePage() {
imageAlt: "Workspace Café cozy interior with warm lighting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cups-coffee-table_23-2148900664.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cups-coffee-table_23-2148900664.jpg?_wi=1",
imageAlt: "Premium coffee being served",
},
]}
@@ -143,11 +143,11 @@ export default function HomePage() {
icon: Coffee,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2149600669.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2149600669.jpg?_wi=1",
imageAlt: "Specialty Chemex coffee brewing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoemaker-workshop-making-shoes_171337-12284.jpg?_wi=1",
imageAlt: "Latte art coffee service",
},
],
@@ -158,11 +158,11 @@ export default function HomePage() {
icon: UtensilsCrossed,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-cakes-dark_140725-120919.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-cakes-dark_140725-120919.jpg?_wi=1",
imageAlt: "Traditional syrniki breakfast",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-jam-honey-butter-cheeses-cottage-cheese-sausages-egg-vegetables-air-bread_141793-4361.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-jam-honey-butter-cheeses-cottage-cheese-sausages-egg-vegetables-air-bread_141793-4361.jpg?_wi=1",
imageAlt: "Full breakfast platter",
},
],
@@ -173,7 +173,7 @@ export default function HomePage() {
icon: Laptop,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-guy-young-man-sits-cafe-watching-videos-digital-tablet-wearing-wireless-headphones-laughing-smiling-spending-time-coffee-shop_1258-314665.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-guy-young-man-sits-cafe-watching-videos-digital-tablet-wearing-wireless-headphones-laughing-smiling-spending-time-coffee-shop_1258-314665.jpg?_wi=1",
imageAlt: "Comfortable workspace seating",
},
{
@@ -201,21 +201,21 @@ export default function HomePage() {
id: "chemex",
name: "Chemex Ethiopia",
price: "2,500 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2149600669.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-table_23-2149600669.jpg?_wi=2",
imageAlt: "Chemex Ethiopia specialty coffee",
},
{
id: "syrniki",
name: "Syrniki",
price: "3,500 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-cakes-dark_140725-120919.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-cakes-dark_140725-120919.jpg?_wi=2",
imageAlt: "Traditional syrniki with sour cream",
},
{
id: "brownie",
name: "Chocolate Brownie",
price: "2,000 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-chocolate-brownies_23-2148622259.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-chocolate-brownies_23-2148622259.jpg?_wi=1",
imageAlt: "Rich homemade chocolate brownie",
},
]}
@@ -240,7 +240,7 @@ export default function HomePage() {
role: "Freelancer",
company: "Remote Creative",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13397.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13397.jpg?_wi=1",
},
{
id: "2",
@@ -248,7 +248,7 @@ export default function HomePage() {
role: "Tech Startup Founder",
company: "Yerevan Tech Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=1",
},
{
id: "3",
@@ -256,7 +256,7 @@ export default function HomePage() {
role: "Writer & Blogger",
company: "Armenian Stories",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sunlight-falling-serene-young-woman-s-face_23-2147890771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sunlight-falling-serene-young-woman-s-face_23-2147890771.jpg?_wi=1",
},
{
id: "4",
@@ -264,7 +264,7 @@ export default function HomePage() {
role: "Design Professional",
company: "Creative Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg?_wi=1",
},
]}
kpiItems={[

View File

@@ -86,7 +86,7 @@ export default function ReviewsPage() {
role: "Freelancer",
company: "Remote Creative",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13397.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13397.jpg?_wi=2",
},
{
id: "2",
@@ -94,7 +94,7 @@ export default function ReviewsPage() {
role: "Tech Startup Founder",
company: "Yerevan Tech Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=2",
},
{
id: "3",
@@ -102,7 +102,7 @@ export default function ReviewsPage() {
role: "Writer & Blogger",
company: "Armenian Stories",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sunlight-falling-serene-young-woman-s-face_23-2147890771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sunlight-falling-serene-young-woman-s-face_23-2147890771.jpg?_wi=2",
},
{
id: "4",
@@ -110,7 +110,7 @@ export default function ReviewsPage() {
role: "Design Professional",
company: "Creative Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg?_wi=2",
},
]}
kpiItems={[