Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 11:46:22 +00:00
2 changed files with 28 additions and 86 deletions

View File

@@ -6,38 +6,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Ravintola Dalal - Authentic Pizza & Kebab in Hollola",
description: "Authentic pizza and kebab restaurant in Hollola. Fresh ingredients, generous portions, great flavors. Order online or visit us at K-Market Soramäki.",
keywords: "kebab Hollola, pizza Hollola, best kebab Hollola, Ravintola Dalal, takeaway Hollola, iskender, food delivery",
openGraph: {
title: "Ravintola Dalal - Pizza & Kebab Restaurant",
description: "Fresh, authentic pizza and kebab. Located in Hollola at K-Market Soramäki. Order online or visit today.",
siteName: "Ravintola Dalal",
type: "website",
images: [
title: "Ravintola Dalal - Authentic Pizza & Kebab in Hollola", description: "Authentic pizza and kebab restaurant in Hollola. Fresh ingredients, generous portions, great flavors. Order online or visit us at K-Market Soramäki.", keywords: "kebab Hollola, pizza Hollola, best kebab Hollola, Ravintola Dalal, takeaway Hollola, iskender, food delivery", openGraph: {
title: "Ravintola Dalal - Pizza & Kebab Restaurant", description: "Fresh, authentic pizza and kebab. Located in Hollola at K-Market Soramäki. Order online or visit today.", siteName: "Ravintola Dalal", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/closeup-italian-appetizer-bruschettas-with-tomato-sauce-parmesan-cheese-wooden-table-h_1258-97103.jpg",
alt: "Fresh pizza at Ravintola Dalal",
},
url: "http://img.b2bpic.net/free-photo/closeup-italian-appetizer-bruschettas-with-tomato-sauce-parmesan-cheese-wooden-table-h_1258-97103.jpg", alt: "Fresh pizza at Ravintola Dalal"},
],
},
twitter: {
card: "summary_large_image",
title: "Ravintola Dalal - Pizza & Kebab",
description: "Authentic street food. Fresh ingredients, generous portions, great flavors.",
images: [
"http://img.b2bpic.net/free-photo/closeup-italian-appetizer-bruschettas-with-tomato-sauce-parmesan-cheese-wooden-table-h_1258-97103.jpg",
],
card: "summary_large_image", title: "Ravintola Dalal - Pizza & Kebab", description: "Authentic street food. Fresh ingredients, generous portions, great flavors.", images: [
"http://img.b2bpic.net/free-photo/closeup-italian-appetizer-bruschettas-with-tomato-sauce-parmesan-cheese-wooden-table-h_1258-97103.jpg"],
},
robots: {
index: true,
@@ -1429,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -21,24 +21,21 @@ export default function HomePage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Gallery", href: "/gallery" },
],
},
{
title: "Information",
items: [
title: "Information", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Order Online", href: "https://foodzone.fi" },
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Call Us", href: "tel:+358449791809" },
{ label: "Find Us", href: "#" },
{ label: "Services", href: "#" },
@@ -94,37 +91,17 @@ export default function HomePage() {
description="Try our most loved menu items. Fresh, flavorful, and made with quality ingredients."
products={[
{
id: "1",
name: "Iskender Kebab",
price: "€12.50",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-khinkali-leaf-with-grilled-minced-meat_141793-3899.jpg?_wi=1",
imageAlt: "Iskender kebab with sauce and bread",
},
id: "1", name: "Iskender Kebab", price: "€12.50", imageSrc:
"http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-khinkali-leaf-with-grilled-minced-meat_141793-3899.jpg?_wi=1", imageAlt: "Iskender kebab with sauce and bread"},
{
id: "2",
name: "Kebab Plate",
price: "€11.90",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables-lemon-sauce-plate_141793-12574.jpg?_wi=1",
imageAlt: "Kebab plate with rice and vegetables",
},
id: "2", name: "Kebab Plate", price: "€11.90", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables-lemon-sauce-plate_141793-12574.jpg?_wi=1", imageAlt: "Kebab plate with rice and vegetables"},
{
id: "3",
name: "Pepperoni Pizza",
price: "€11.90",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-sauce_23-2148601647.jpg?_wi=1",
imageAlt: "Pepperoni pizza with melted cheese",
},
id: "3", name: "Pepperoni Pizza", price: "€11.90", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-sauce_23-2148601647.jpg?_wi=1", imageAlt: "Pepperoni pizza with melted cheese"},
{
id: "4",
name: "Chicken Kebab",
price: "€11.50",
imageSrc:
"http://img.b2bpic.net/free-photo/meat-rolls-served-with-cucumbers-tomatoes_140725-3155.jpg?_wi=1",
imageAlt: "Grilled chicken kebab skewers",
},
id: "4", name: "Chicken Kebab", price: "€11.50", imageSrc:
"http://img.b2bpic.net/free-photo/meat-rolls-served-with-cucumbers-tomatoes_140725-3155.jpg?_wi=1", imageAlt: "Grilled chicken kebab skewers"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -140,29 +117,17 @@ export default function HomePage() {
author="Satisfied Customer"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-isolated-yellow_23-2149088335.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-smiling-isolated-yellow_23-2149088335.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-with-smile-face_141793-54612.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-with-smile-face_141793-54612.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-congratulate-you-pointing-fingers-camera_176420-17990.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-congratulate-you-pointing-fingers-camera_176420-17990.jpg", alt: "Customer 5"},
{
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
alt: "Customer 6",
},
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Customer 6"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -174,7 +139,7 @@ export default function HomePage() {
<ContactCTA
tag="Ready to Order?"
title="Hungry? Order Your Favorite Meal Now"
description="Fast delivery, fresh ingredients, and authentic flavors. Order online from the comfort of your home or visit us for dine-in service."
description="Quick, delicious, and authentic. Order now for same-day delivery or dine-in."
buttons={[
{ text: "Order Online", href: "https://foodzone.fi" },
{ text: "Call Restaurant", href: "tel:+358449791809" },
@@ -191,15 +156,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Food Zone",
"K-Market Soramäki",
"Hollola Community",
"Local Favorite",
"Best Kebab",
"Fresh Pizza",
"Fast Delivery",
"Quality Food",
]}
"Food Zone", "K-Market Soramäki", "Hollola Community", "Local Favorite", "Best Kebab", "Fresh Pizza", "Fast Delivery", "Quality Food"]}
speed={40}
showCard={true}
/>
@@ -213,4 +170,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}