Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 165cdf6bab | |||
| 61101d4227 | |||
| 5ff7311174 |
@@ -1,10 +1,13 @@
|
|||||||
import type { Metadata } from 'next';
|
import type { Metadata } from "next";
|
||||||
import './globals.css';
|
import { DM_Sans } from "next/font/google";
|
||||||
|
import "@/styles/globals.css";
|
||||||
|
|
||||||
|
const dm_sans = DM_Sans({
|
||||||
|
subsets: ["latin"],
|
||||||
|
display: "swap"});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Al Madeena Kaka - Hotel & Restaurant',
|
title: "Al Madeena Kaka - Premium Hotel & Restaurant", description: "Experience authentic taste at Al Madeena Kaka. Trusted by 1,000+ families for fresh, hygienic meals. Reserve your table today."};
|
||||||
description: 'Authentic taste, trusted by families. Fresh & hygienic meals daily.',
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -13,9 +16,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body>
|
<body className={dm_sans.className}>{children}
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
|
|||||||
@@ -50,6 +50,13 @@ export default function AlMadeenaKakaPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Established Local Brand"
|
tag="Established Local Brand"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
|
avatars={[
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Customer 1" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 2" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-vector/women-avatar-collection_24908-60284.jpg", alt: "Customer 3" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-young-woman-outdoors_1163-4733.jpg", alt: "Customer 4" }
|
||||||
|
]}
|
||||||
|
avatarText="Trusted by 1,000+ families"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/lunch-main-dishes-potato-chicken-dolma-cocktails-buns-side-view_141793-12270.jpg?_wi=1"
|
||||||
imageAlt="Al Madeena Kaka Hotel - Premium Restaurant & Hospitality"
|
imageAlt="Al Madeena Kaka Hotel - Premium Restaurant & Hospitality"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -96,9 +103,6 @@ export default function AlMadeenaKakaPage() {
|
|||||||
description="Our most loved and bestselling culinary creations. Fresh ingredients, authentic recipes, exceptional taste."
|
description="Our most loved and bestselling culinary creations. Fresh ingredients, authentic recipes, exceptional taste."
|
||||||
tag="Most Popular"
|
tag="Most Popular"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
buttons={[
|
|
||||||
{ text: "View Full Menu", href: "#contact" }
|
|
||||||
]}
|
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Al Madeena Kaka", name: "Butter Chicken Biryani", price: "From $12.99", rating: 5,
|
id: "1", brand: "Al Madeena Kaka", name: "Butter Chicken Biryani", price: "From $12.99", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user