Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-03-07 01:45:27 +00:00
2 changed files with 77 additions and 76 deletions

View File

@@ -1,50 +1,25 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Public_Sans } from "next/font/google";
import localFont from "next/font/local";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const geistSans = localFont({
src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"});
const geistMono = localFont({
src: "./fonts/GeistMonoVF.woff2", variable: "--font-geist-mono", weight: "100 900"});
export const metadata: Metadata = {
title: "ETNO HOUSE - Authentic Serbian Fast Food Restaurant", description: "Discover authentic Serbian cuisine at ETNO HOUSE in Zrenjanin. Award-winning traditional pastries, filled breads, pancakes, and toasts. 5.0 rating, open 7AM daily.", keywords: "Serbian food, fast food, Zrenjanin restaurant, lepinja, pancakes, traditional cuisine, authentic food", openGraph: {
title: "ETNO HOUSE - Authentic Serbian Fast Food", description: "Traditional Serbian pastries and filled breads made fresh daily. Perfect for breakfast, lunch, or snacks. 5.0 rated restaurant in Zrenjanin.", siteName: "ETNO HOUSE", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-with-cinnamon-roll_23-2148543694.jpg", alt: "ETNO HOUSE Traditional Serbian Food"},
],
},
twitter: {
card: "summary_large_image", title: "ETNO HOUSE - Authentic Serbian Cuisine", description: "Experience traditional Serbian food in Zrenjanin. Lepinja, pancakes, toasts and more. Open daily 7AM.", images: ["http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-with-cinnamon-roll_23-2148543694.jpg"],
},
};
title: "ETNO HOUSE - Аутентична српска традиција", description: "Откройте аутентичну српску традицију у ETNO HOUSE. Специјализовани смо за традиционалне рецепте и пречане са пажњом."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="sr">
<body className={`${geistSans.variable} ${geistMono.variable}`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1412,7 +1387,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -19,78 +19,98 @@ export default function LandingPage() {
const sweetPanCakesProducts = [
{
id: "euro-etno", name: "EURO ETNO", price: "180 RSD", variant: "Sweet pancake with eurocream", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-tower-with-banana-raspberries_23-2148354671.jpg?_wi=1", imageAlt: "Euro Etno pancake"},
id: "euro-etno", name: "EURO ETNO", price: "180 RSD", variant: "Sweet pancake with eurocream", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-tower-with-banana-raspberries_23-2148354671.jpg?_wi=1", imageAlt: "Euro Etno pancake"
},
{
id: "plazma-kremix", name: "PLAZMA KREMIX", price: "200 RSD", variant: "Sweet pancake with eurocream and plazma", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-tower-with-banana-raspberries_23-2148354671.jpg?_wi=2", imageAlt: "Plazma Kremix pancake"},
id: "plazma-kremix", name: "PLAZMA KREMIX", price: "200 RSD", variant: "Sweet pancake with eurocream and plazma", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-tower-with-banana-raspberries_23-2148354671.jpg?_wi=2", imageAlt: "Plazma Kremix pancake"
},
{
id: "bakina-tajna", name: "BAKINA TAJNA", price: "180 RSD", variant: "Sweet pancake with jam", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-tower-with-banana-raspberries_23-2148354671.jpg?_wi=3", imageAlt: "Bakina Tajna pancake"},
id: "bakina-tajna", name: "BAKINA TAJNA", price: "180 RSD", variant: "Sweet pancake with jam", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-tower-with-banana-raspberries_23-2148354671.jpg?_wi=3", imageAlt: "Bakina Tajna pancake"
},
{
id: "choko-krem", name: "ČOKO KREM MIX", price: "280 RSD", variant: "Premium pancake with chocolate and cream", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-tower-with-banana-raspberries_23-2148354671.jpg?_wi=4", imageAlt: "Chocolate cream mix pancake"},
id: "choko-krem", name: "ČOKO KREM MIX", price: "280 RSD", variant: "Premium pancake with chocolate and cream", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancake-tower-with-banana-raspberries_23-2148354671.jpg?_wi=4", imageAlt: "Chocolate cream mix pancake"
}
];
const stripedPanCakesProducts = [
{
id: "traka-krem-choko", name: "TRAKA KREM ČOKO", price: "280 RSD", variant: "Striped pancake with cream and chocolate", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-plate-with-pancake_1268-18325.jpg?_wi=1", imageAlt: "Striped pancake cream chocolate"},
id: "traka-krem-choko", name: "TRAKA KREM ČOKO", price: "280 RSD", variant: "Striped pancake with cream and chocolate", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-plate-with-pancake_1268-18325.jpg?_wi=1", imageAlt: "Striped pancake cream chocolate"
},
{
id: "traka-krem-vocko", name: "TRAKA KREM VOĆKO", price: "290 RSD", variant: "Striped pancake with cream and fruit", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-plate-with-pancake_1268-18325.jpg?_wi=2", imageAlt: "Striped pancake cream fruit"},
id: "traka-krem-vocko", name: "TRAKA KREM VOĆKO", price: "290 RSD", variant: "Striped pancake with cream and fruit", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-plate-with-pancake_1268-18325.jpg?_wi=2", imageAlt: "Striped pancake cream fruit"
},
{
id: "traka-plazma-choko", name: "TRAKA PLAZMA ČOKO", price: "280 RSD", variant: "Striped pancake with plazma and chocolate", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-plate-with-pancake_1268-18325.jpg?_wi=3", imageAlt: "Striped pancake plazma chocolate"},
id: "traka-plazma-choko", name: "TRAKA PLAZMA ČOKO", price: "280 RSD", variant: "Striped pancake with plazma and chocolate", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-plate-with-pancake_1268-18325.jpg?_wi=3", imageAlt: "Striped pancake plazma chocolate"
},
{
id: "traka-plazma-vocko", name: "TRAKA PLAZMA VOĆKO", price: "290 RSD", variant: "Striped pancake with plazma and fruit", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-plate-with-pancake_1268-18325.jpg?_wi=4", imageAlt: "Striped pancake plazma fruit"},
id: "traka-plazma-vocko", name: "TRAKA PLAZMA VOĆKO", price: "290 RSD", variant: "Striped pancake with plazma and fruit", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-plate-with-pancake_1268-18325.jpg?_wi=4", imageAlt: "Striped pancake plazma fruit"
}
];
const lepinjaProducts = [
{
id: "etno-pretop", name: "ETNO PRETOP", price: "160 RSD", variant: "Lepinja with traditional pretop", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-kebab-topped-with-tomato-sauce_140725-3903.jpg?_wi=1", imageAlt: "Etno Pretop lepinja"},
id: "etno-pretop", name: "ETNO PRETOP", price: "160 RSD", variant: "Lepinja with traditional pretop", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-kebab-topped-with-tomato-sauce_140725-3903.jpg?_wi=1", imageAlt: "Etno Pretop lepinja"
},
{
id: "etno-kajmak", name: "ETNO KAJMAK", price: "220 RSD", variant: "Lepinja with creamy kajmak", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-kebab-topped-with-tomato-sauce_140725-3903.jpg?_wi=2", imageAlt: "Etno Kajmak lepinja"},
id: "etno-kajmak", name: "ETNO KAJMAK", price: "220 RSD", variant: "Lepinja with creamy kajmak", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-kebab-topped-with-tomato-sauce_140725-3903.jpg?_wi=2", imageAlt: "Etno Kajmak lepinja"
},
{
id: "etno-sumadijska", name: "ETNO ŠUMADIJSKA", price: "390 RSD", variant: "Lepinja with eggs, kajmak, pretop, and bacon", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-kebab-topped-with-tomato-sauce_140725-3903.jpg?_wi=3", imageAlt: "Etno Sumadijska lepinja"},
id: "etno-sumadijska", name: "ETNO ŠUMADIJSKA", price: "390 RSD", variant: "Lepinja with eggs, kajmak, pretop, and bacon", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-kebab-topped-with-tomato-sauce_140725-3903.jpg?_wi=3", imageAlt: "Etno Sumadijska lepinja"
},
{
id: "etno-specijal", name: "ETNO SPECIJAL", price: "550 RSD", variant: "Premium lepinja with all ingredients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-kebab-topped-with-tomato-sauce_140725-3903.jpg?_wi=4", imageAlt: "Etno Specijal lepinja"},
id: "etno-specijal", name: "ETNO SPECIJAL", price: "550 RSD", variant: "Premium lepinja with all ingredients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-kebab-topped-with-tomato-sauce_140725-3903.jpg?_wi=4", imageAlt: "Etno Specijal lepinja"
}
];
const etnoToastProducts = [
{
id: "sunka-tost", name: "ETNO ŠUNKA TOST", price: "360 RSD", variant: "Toast with ham, eggs, cheese and fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwiches-with-cucumbers-olives-white-background-lunch-burger-horizontal-health-meal-toast-food_140725-158763.jpg?_wi=1", imageAlt: "Ham toast"},
id: "sunka-tost", name: "ETNO ŠUNKA TOST", price: "360 RSD", variant: "Toast with ham, eggs, cheese and fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwiches-with-cucumbers-olives-white-background-lunch-burger-horizontal-health-meal-toast-food_140725-158763.jpg?_wi=1", imageAlt: "Ham toast"
},
{
id: "slaninica-tost", name: "ETNO SLANINICA TOST", price: "380 RSD", variant: "Toast with bacon, eggs, cheese and fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwiches-with-cucumbers-olives-white-background-lunch-burger-horizontal-health-meal-toast-food_140725-158763.jpg?_wi=2", imageAlt: "Bacon toast"},
id: "slaninica-tost", name: "ETNO SLANINICA TOST", price: "380 RSD", variant: "Toast with bacon, eggs, cheese and fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwiches-with-cucumbers-olives-white-background-lunch-burger-horizontal-health-meal-toast-food_140725-158763.jpg?_wi=2", imageAlt: "Bacon toast"
},
{
id: "pecenica-tost", name: "ETNO PEČENICA TOST", price: "390 RSD", variant: "Toast with roasted meat, eggs, cheese and fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwiches-with-cucumbers-olives-white-background-lunch-burger-horizontal-health-meal-toast-food_140725-158763.jpg?_wi=3", imageAlt: "Roasted meat toast"},
id: "pecenica-tost", name: "ETNO PEČENICA TOST", price: "390 RSD", variant: "Toast with roasted meat, eggs, cheese and fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwiches-with-cucumbers-olives-white-background-lunch-burger-horizontal-health-meal-toast-food_140725-158763.jpg?_wi=3", imageAlt: "Roasted meat toast"
},
{
id: "mix-tost", name: "ETNO MIX TOST", price: "450 RSD", variant: "Premium mix toast with multiple meats and fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwiches-with-cucumbers-olives-white-background-lunch-burger-horizontal-health-meal-toast-food_140725-158763.jpg?_wi=4", imageAlt: "Mix toast premium"},
id: "mix-tost", name: "ETNO MIX TOST", price: "450 RSD", variant: "Premium mix toast with multiple meats and fries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwiches-with-cucumbers-olives-white-background-lunch-burger-horizontal-health-meal-toast-food_140725-158763.jpg?_wi=4", imageAlt: "Mix toast premium"
}
];
const houseKiflaProducts = [
{
id: "house-djacki", name: "HOUSE ĐAČKI", price: "180 RSD", variant: "Kifla with student favorite parizer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cable-knit-breadsticks-apples-rectangle-wood-board-oats-wheat-grains-bowls_179666-43730.jpg?_wi=1", imageAlt: "House Djacki kifla"},
id: "house-djacki", name: "HOUSE ĐAČKI", price: "180 RSD", variant: "Kifla with student favorite parizer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cable-knit-breadsticks-apples-rectangle-wood-board-oats-wheat-grains-bowls_179666-43730.jpg?_wi=1", imageAlt: "House Djacki kifla"
},
{
id: "house-sunka", name: "HOUSE ŠUNKA", price: "180 RSD", variant: "Kifla with quality ham", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cable-knit-breadsticks-apples-rectangle-wood-board-oats-wheat-grains-bowls_179666-43730.jpg?_wi=2", imageAlt: "House Sunka kifla"},
id: "house-sunka", name: "HOUSE ŠUNKA", price: "180 RSD", variant: "Kifla with quality ham", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cable-knit-breadsticks-apples-rectangle-wood-board-oats-wheat-grains-bowls_179666-43730.jpg?_wi=2", imageAlt: "House Sunka kifla"
},
{
id: "house-kulen", name: "HOUSE KULEN", price: "220 RSD", variant: "Kifla with spicy kulen sausage", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cable-knit-breadsticks-apples-rectangle-wood-board-oats-wheat-grains-bowls_179666-43730.jpg?_wi=3", imageAlt: "House Kulen kifla"},
id: "house-kulen", name: "HOUSE KULEN", price: "220 RSD", variant: "Kifla with spicy kulen sausage", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cable-knit-breadsticks-apples-rectangle-wood-board-oats-wheat-grains-bowls_179666-43730.jpg?_wi=3", imageAlt: "House Kulen kifla"
},
{
id: "house-mix", name: "HOUSE MIX", price: "350 RSD", variant: "Kifla with bacon, dried meat and roasted meat", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cable-knit-breadsticks-apples-rectangle-wood-board-oats-wheat-grains-bowls_179666-43730.jpg?_wi=4", imageAlt: "House Mix kifla"},
id: "house-mix", name: "HOUSE MIX", price: "350 RSD", variant: "Kifla with bacon, dried meat and roasted meat", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cable-knit-breadsticks-apples-rectangle-wood-board-oats-wheat-grains-bowls_179666-43730.jpg?_wi=4", imageAlt: "House Mix kifla"
}
];
const testimonialItems = [
{
id: "1", name: "Katarina Djoković", role: "Regular Customer", company: "Zrenjanin Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Katarina Djoković"},
id: "1", name: "Katarina Djoković", role: "Regular Customer", company: "Zrenjanin Community", rating: 5
},
{
id: "2", name: "Jelena Lela Stupar", role: "Food Enthusiast", company: "Traveler from Zlatibor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Jelena Lela Stupar"},
id: "2", name: "Jelena Lela Stupar", role: "Food Enthusiast", company: "Traveler from Zlatibor", rating: 5
},
{
id: "3", name: "Stefan Arsenijevic", role: "Local Patron", company: "Zrenjanin Food Lovers", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Stefan Arsenijevic"},
id: "3", name: "Stefan Arsenijevic", role: "Local Patron", company: "Zrenjanin Food Lovers", rating: 5
},
{
id: "4", name: "Community Member", role: "Satisfied Customer", company: "ETNO HOUSE Family", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Happy customer"},
id: "4", name: "Community Member", role: "Satisfied Customer", company: "ETNO HOUSE Family", rating: 5
}
];
const kpiItems = [
{ value: "5.0★", label: "Perfect Rating" },
{ value: "27+", label: "Happy Reviews" },
{ value: "7AM-Late", label: "Open Daily" },
{ value: "7AM-Late", label: "Open Daily" }
] as [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }];
return (
@@ -120,7 +140,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Call Now", href: "tel:+381611437755" },
{ text: "Call Now", href: "tel:+381611437755" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-with-cinnamon-roll_23-2148543694.jpg"
@@ -134,10 +154,12 @@ export default function LandingPage() {
<TextSplitAbout
title="About ETNO HOUSE"
description={[
"Located in the heart of Zrenjanin, ETNO HOUSE is your destination for authentic Serbian fast food. We specialize in traditional recipes passed down through generations.", "Our menu features genuine Serbian specialties including the legendary 'lepinja' (flatbread), perfectly crafted 'palačinke' (pancakes), and signature toasts. Every dish is prepared with care to deliver authentic flavors.", "With a 5.0 rating from 27 reviews, our customers consistently praise our quality, friendly service, and delicious offerings. We're open daily starting at 7 AM to serve you fresh, delicious meals."]}
"Located in the heart of Zrenjanin, ETNO HOUSE is your destination for authentic Serbian fast food. We specialize in traditional recipes passed down through generations.", "Our menu features genuine Serbian specialties including the legendary 'lepinja' (flatbread), perfectly crafted 'palačinke' (pancakes), and signature toasts. Every dish is prepared with care to deliver authentic flavors.", "With a 5.0 rating from 27 reviews, our customers consistently praise our quality, friendly service, and delicious offerings. We're open daily starting at 7 AM to serve you fresh, delicious meals."
]}
buttons={[
{
text: "Visit Us", href: "https://maps.google.com/?q=Obala+Sonje+Marinković+1a+Zrenjanin"},
text: "Visit Us", href: "https://maps.google.com/?q=Obala+Sonje+Marinković+1a+Zrenjanin"
}
]}
useInvertedBackground={false}
showBorder={true}
@@ -173,11 +195,14 @@ export default function LandingPage() {
useInvertedBackground={false}
accordionItems={[
{
id: "1", title: "Classic Combinations", content: "Choose from our signature combinations: Eurocream delight, Plazma chocolate varieties, or traditional jam-filled pancakes. Each creation balances taste and texture perfectly."},
id: "1", title: "Classic Combinations", content: "Choose from our signature combinations: Eurocream delight, Plazma chocolate varieties, or traditional jam-filled pancakes. Each creation balances taste and texture perfectly."
},
{
id: "2", title: "Premium Toppings", content: "Enhance your pancake with our delicious toppings: chocolate sauce, caramel drizzle, fresh berries, and seasonal fruits. Mix and match to create your perfect pancake."},
id: "2", title: "Premium Toppings", content: "Enhance your pancake with our delicious toppings: chocolate sauce, caramel drizzle, fresh berries, and seasonal fruits. Mix and match to create your perfect pancake."
},
{
id: "3", title: "Striped Specialty", content: "Try our unique striped pancakes combining multiple ingredients for an elevated taste experience. Perfect for those seeking something special and indulgent."},
id: "3", title: "Striped Specialty", content: "Try our unique striped pancakes combining multiple ingredients for an elevated taste experience. Perfect for those seeking something special and indulgent."
}
]}
/>
</div>
@@ -261,11 +286,13 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="ETNO HOUSE"
leftLink={{
text: "Call: +381 61 1437755", href: "tel:+381611437755"}}
text: "Call: +381 61 1437755", href: "tel:+381611437755"
}}
rightLink={{
text: "Obala Sonje Marinković 1a, Zrenjanin", href: "https://maps.google.com/?q=Obala+Sonje+Marinković+1a+Zrenjanin"}}
text: "Obala Sonje Marinković 1a, Zrenjanin", href: "https://maps.google.com/?q=Obala+Sonje+Marinković+1a+Zrenjanin"
}}
/>
</div>
</ThemeProvider>
);
}
}