5 Commits

Author SHA1 Message Date
17fdfd2e5a Update src/app/page.tsx 2026-03-03 20:30:52 +00:00
6e5c6e0d63 Update src/app/layout.tsx 2026-03-03 20:30:50 +00:00
5d7f6865bb Merge version_1 into main
Merge version_1 into main
2026-03-03 20:17:51 +00:00
e9bc420853 Merge version_1 into main
Merge version_1 into main
2026-03-03 20:05:49 +00:00
3d03389178 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:50:35 +00:00
2 changed files with 7 additions and 47 deletions

View File

@@ -1,59 +1,20 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Benzinska stanica Juhor - Поуздано гориво у Поточцу", description: "Квалитетан дизел и бензин у Поточцу. Отворено 06:00-21:00 свих дана. Брза услуга без чекања. Локација: Бановински пут 17.", keywords: "бензинска пумпа Поточац, дизел Поточац, гориво Поточац, бензинска станица, Параћин", metadataBase: new URL("https://juhor.rs"),
alternates: {
canonical: "https://juhor.rs"
},
openGraph: {
title: "Benzinska stanica Juhor - Поуздано гориво", description: "Локална бензинска пумпа са дизелом и бензином у Поточцу. Отворено сваки дан од 06:00 до 21:00.", siteName: "Benzinska stanica Juhor", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049651.jpg", alt: "Benzinska stanica Juhor"
}
]
},
twitter: {
card: "summary_large_image", title: "Benzinska stanica Juhor - Поуздано гориво", description: "Дизел и бензин у Поточцу. Брза услуга. Отворено 06:00-21:00.", images: ["http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049651.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1421,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
title="Поуздано гориво за ваш пут"
description="Квалитетно гориво и брза услуга у Поточцу. Отворени сваки дан од 06:00 до 21:00."
buttons={[
{ text: "Позови одмах", href: "tel:+381641234567" },
{ text: "Позови: +381 64 123 4567", href: "tel:+381641234567" },
{ text: "Погледај локацију", href: "#location" }
]}
buttonAnimation="slide-up"