Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 42962a6197 | |||
| 8195a66cdc | |||
| fed62088f1 | |||
| cd5a29c510 | |||
| ca421a18ef | |||
| bb986e95fa |
@@ -1,51 +1,17 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Open_Sans } from "next/font/google";
|
|
||||||
import "./globals.css";
|
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 openSans = Open_Sans({
|
|
||||||
variable: "--font-open-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Golden Flame - Authentic Balkan Cuisine & Grilled Specialties", description: "Experience authentic Balkan cuisine at Golden Flame. Premium grilled meats, traditional chevapi, fresh seafood, and more. Order online or make a reservation today.", keywords: "Balkan restaurant, grilled meats, authentic cuisine, chevapi, schnitzel, steaks, seafood, Mediterranean food", openGraph: {
|
title: "Golden Flame - Authentic Balkan Cuisine", description: "Experience authentic Balkan cuisine grilled to perfection at Golden Flame Restaurant."};
|
||||||
title: "Golden Flame - Authentic Balkan Cuisine", description: "Discover traditional Balkan flavors expertly grilled to perfection. Premium quality meats, seafood, and traditional dishes.", siteName: "Golden Flame", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/saj-made-from-vegetables-meat-charcoal_140725-3569.jpg", alt: "Golden Flame Balkan Restaurant"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Golden Flame - Authentic Balkan Restaurant", description: "Experience authentic Balkan cuisine. Grilled to perfection.", images: ["http://img.b2bpic.net/free-photo/saj-made-from-vegetables-meat-charcoal_140725-3569.jpg"]
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1413,7 +1379,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -171,22 +171,28 @@ export default function LandingPage() {
|
|||||||
showRating={true}
|
showRating={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Maria Kovacs", handle: "@maria_dines", testimonial: "The best Balkan food I've had in years! Golden Flame's steaks are absolutely incredible - perfectly grilled with amazing flavor. The staff is so friendly too!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Maria Kovacs"
|
id: "1", name: "Maria Kovacs", handle: "@maria_dines", testimonial: "The best Balkan food I've had in years! Golden Flame's steaks are absolutely incredible - perfectly grilled with amazing flavor. The staff is so friendly too!", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Maria Kovacs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Dimitri Aleksov", handle: "@dimitri_foodlover", testimonial: "Authentic, delicious, and worth every penny. The chevapi here remind me of home. Golden Flame brings true Balkan hospitality to the table.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Dimitri Aleksov"
|
id: "2", name: "Dimitri Aleksov", handle: "@dimitri_foodlover", testimonial: "Authentic, delicious, and worth every penny. The chevapi here remind me of home. Golden Flame brings true Balkan hospitality to the table.", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Dimitri Aleksov"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Elena Rodriguez", handle: "@elena_eats", testimonial: "Took my family here and everyone loved their meals. From the gypsy burger to the seafood, everything was fresh and perfectly prepared. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Elena Rodriguez"
|
id: "3", name: "Elena Rodriguez", handle: "@elena_eats", testimonial: "Took my family here and everyone loved their meals. From the gypsy burger to the seafood, everything was fresh and perfectly prepared. Highly recommend!", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Elena Rodriguez"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Stefan Milojevic", handle: "@stefan_local", testimonial: "Finally found a place that serves real Balkan cuisine! The mixed platter for 2 is perfect for sharing. Best dining experience in town, hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Stefan Milojevic"
|
id: "4", name: "Stefan Milojevic", handle: "@stefan_local", testimonial: "Finally found a place that serves real Balkan cuisine! The mixed platter for 2 is perfect for sharing. Best dining experience in town, hands down.", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Stefan Milojevic"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Anna Svetkovic", handle: "@anna_flavors", testimonial: "The salmon was perfectly cooked and the schnitzel was incredibly tender. Every dish shows the care and expertise of the chef. Golden Flame is a gem!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Anna Svetkovic"
|
id: "5", name: "Anna Svetkovic", handle: "@anna_flavors", testimonial: "The salmon was perfectly cooked and the schnitzel was incredibly tender. Every dish shows the care and expertise of the chef. Golden Flame is a gem!", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Anna Svetkovic"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Nikola Petrovic", handle: "@nikola_grill", testimonial: "As someone who grew up eating Balkan food, I can say Golden Flame nails it. The grilling technique, the flavors, the portions - everything is perfect!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Nikola Petrovic"
|
id: "6", name: "Nikola Petrovic", handle: "@nikola_grill", testimonial: "As someone who grew up eating Balkan food, I can say Golden Flame nails it. The grilling technique, the flavors, the portions - everything is perfect!", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Nikola Petrovic"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -198,7 +204,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Get In Touch"
|
title="Get In Touch"
|
||||||
description="Ready to experience authentic Balkan cuisine? Contact us to make a reservation, place an order, or just say hello. We'd love to hear from you!"
|
description="Located at 142 Hwy 8, Stoney Creek, ON L8G 1C2 | Call us at (905) 664-4744. Ready to experience authentic Balkan cuisine? Contact us to make a reservation, place an order, or just say hello. We'd love to hear from you!"
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user