Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-16 16:08:27 +00:00
6 changed files with 61 additions and 34 deletions

View File

@@ -69,7 +69,7 @@ export default function ContactPage() {
tag="Our Location"
tagIcon={MapPin}
tagAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/man-is-working-laptop-cafe_651396-1976.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-is-working-laptop-cafe_651396-1976.jpg?_wi=2"
imageAlt="Workspace Café Location View"
useInvertedBackground={false}
buttons={[

View File

@@ -61,7 +61,7 @@ const GalleryPage = () => {
tag="Space & Ambiance"
tagIcon="Home"
tagAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/man-is-working-laptop-cafe_651396-1976.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-is-working-laptop-cafe_651396-1976.jpg?_wi=3"
imageAlt="Café ambiance cozy workspace seating"
useInvertedBackground={false}
buttons={[
@@ -80,7 +80,7 @@ const GalleryPage = () => {
tag="Coffee Culture"
tagIcon="Droplet"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-pouring-milk-cup-coffee_23-2148366657.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-pouring-milk-cup-coffee_23-2148366657.jpg?_wi=4"
imageAlt="specialty coffee pour over service"
useInvertedBackground={true}
buttons={[

View File

@@ -1,24 +1,49 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito_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 { Nunito_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 nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Workspace Café - Yerevan",
description: "Workspace café in Yerevan: premium coffee, delicious breakfast, and cozy workspace. Open until midnight. Reserve your table today. 4.9★ rated café on Pushkin St.",
keywords: "café Yerevan, coffee shop Armenia, workspace, co-working café, breakfast Yerevan",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Workspace Café - Yerevan",
description: "Premium coffee, delicious breakfast, and the perfect workspace in the heart of Yerevan.",
type: "website",
siteName: "Workspace Café",
},
twitter: {
card: "summary_large_image",
title: "Workspace Café - Yerevan",
description: "Premium coffee and cozy workspace in the heart of Yerevan.",
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +52,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunitoSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +66,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -59,7 +59,7 @@ export default function MenuPage() {
price: "3,500 AMD",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-pouring-kombucha-bottle_23-2149703998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-pouring-kombucha-bottle_23-2149703998.jpg?_wi=2",
},
{
id: "syrniki",
@@ -68,7 +68,7 @@ export default function MenuPage() {
price: "2,800 AMD",
rating: 5,
reviewCount: "142",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2828.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2828.jpg?_wi=2",
},
{
id: "chocolate-brownie",
@@ -77,7 +77,7 @@ export default function MenuPage() {
price: "1,500 AMD",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-brownies-arrangement_23-2149349270.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-brownies-arrangement_23-2149349270.jpg?_wi=2",
},
{
id: "espresso",
@@ -86,7 +86,7 @@ export default function MenuPage() {
price: "1,800 AMD",
rating: 5,
reviewCount: "87",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-milk-cup-coffee_23-2148366657.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-milk-cup-coffee_23-2148366657.jpg?_wi=2",
},
{
id: "pastry-selection",
@@ -95,7 +95,7 @@ export default function MenuPage() {
price: "2,200 AMD",
rating: 5,
reviewCount: "73",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2828.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2828.jpg?_wi=3",
},
{
id: "cappuccino",
@@ -104,7 +104,7 @@ export default function MenuPage() {
price: "2,500 AMD",
rating: 5,
reviewCount: "112",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-milk-cup-coffee_23-2148366657.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-milk-cup-coffee_23-2148366657.jpg?_wi=3",
},
]}
buttons={[

View File

@@ -68,7 +68,7 @@ export default function HomePage() {
imageAlt: "Workspace Café Interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-milk-cup-coffee_23-2148366657.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-milk-cup-coffee_23-2148366657.jpg?_wi=1",
imageAlt: "Premium Coffee Service",
},
]}
@@ -85,7 +85,7 @@ export default function HomePage() {
tag="About Us"
tagIcon={Heart}
tagAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/man-is-working-laptop-cafe_651396-1976.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-is-working-laptop-cafe_651396-1976.jpg?_wi=1"
imageAlt="Cozy Café Ambiance"
useInvertedBackground={false}
buttons={[
@@ -168,7 +168,7 @@ export default function HomePage() {
price: "3,500 AMD",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-pouring-kombucha-bottle_23-2149703998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-pouring-kombucha-bottle_23-2149703998.jpg?_wi=1",
},
{
id: "syrniki",
@@ -177,7 +177,7 @@ export default function HomePage() {
price: "2,800 AMD",
rating: 5,
reviewCount: "142",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2828.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2828.jpg?_wi=1",
},
{
id: "chocolate-brownie",
@@ -186,7 +186,7 @@ export default function HomePage() {
price: "1,500 AMD",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-brownies-arrangement_23-2149349270.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-brownies-arrangement_23-2149349270.jpg?_wi=1",
},
]}
buttons={[
@@ -212,7 +212,7 @@ export default function HomePage() {
role: "Freelancer",
company: "Creative Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2148815588.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2148815588.jpg?_wi=1",
},
{
id: "2",
@@ -220,7 +220,7 @@ export default function HomePage() {
role: "Business Owner",
company: "Tech Startup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=1",
},
{
id: "3",
@@ -228,7 +228,7 @@ export default function HomePage() {
role: "Student",
company: "Yerevan University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg?_wi=1",
},
{
id: "4",
@@ -236,7 +236,7 @@ export default function HomePage() {
role: "Designer",
company: "Design Agency",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg?_wi=1",
},
{
id: "5",
@@ -244,7 +244,7 @@ export default function HomePage() {
role: "Writer",
company: "Independent Author",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-glasses_23-2147678999.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-glasses_23-2147678999.jpg?_wi=1",
},
{
id: "6",
@@ -252,7 +252,7 @@ export default function HomePage() {
role: "Developer",
company: "Software Company",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-business-man-playing-digital-notebook-with-smiling-confident-face-white-backgroundcopy-space_1258-103939.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-business-man-playing-digital-notebook-with-smiling-confident-face-white-backgroundcopy-space_1258-103939.jpg?_wi=1",
},
]}
kpiItems={[

View File

@@ -55,7 +55,7 @@ export default function ReviewsPage() {
role: "Freelancer",
company: "Creative Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2148815588.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2148815588.jpg?_wi=2",
imageAlt: "Anahit Petrosyan",
},
{
@@ -64,7 +64,7 @@ export default function ReviewsPage() {
role: "Business Owner",
company: "Tech Startup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=2",
imageAlt: "Hayk Hovhannisyan",
},
{
@@ -73,7 +73,7 @@ export default function ReviewsPage() {
role: "Student",
company: "Yerevan University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg?_wi=2",
imageAlt: "Narine Mikaelyan",
},
{
@@ -82,7 +82,7 @@ export default function ReviewsPage() {
role: "Designer",
company: "Design Agency",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg?_wi=2",
imageAlt: "Rafik Grigoryan",
},
{
@@ -91,7 +91,7 @@ export default function ReviewsPage() {
role: "Writer",
company: "Independent Author",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-glasses_23-2147678999.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-glasses_23-2147678999.jpg?_wi=2",
imageAlt: "Kristine Abrahamyan",
},
{
@@ -100,7 +100,7 @@ export default function ReviewsPage() {
role: "Developer",
company: "Software Company",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-business-man-playing-digital-notebook-with-smiling-confident-face-white-backgroundcopy-space_1258-103939.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-business-man-playing-digital-notebook-with-smiling-confident-face-white-backgroundcopy-space_1258-103939.jpg?_wi=2",
imageAlt: "Vahe Manookyan",
},
]}