8 Commits

Author SHA1 Message Date
a549822d0a Update src/app/styles/variables.css 2026-03-05 10:18:10 +00:00
e25e612510 Update src/app/layout.tsx 2026-03-05 10:18:10 +00:00
df1700d9ad Merge version_2 into main
Merge version_2 into main
2026-03-04 10:36:17 +00:00
e3db346d25 Update src/app/page.tsx 2026-03-04 10:36:13 +00:00
35e499e8d3 Update src/app/layout.tsx 2026-03-04 10:36:13 +00:00
cb30f4ced0 Merge version_1 into main
Merge version_1 into main
2026-03-04 10:19:08 +00:00
7d94e272ed Merge version_1 into main
Merge version_1 into main
2026-03-04 10:18:13 +00:00
22ffd30534 Merge version_1 into main
Merge version_1 into main
2026-03-04 10:16:54 +00:00
3 changed files with 19 additions and 56 deletions

View File

@@ -1,60 +1,21 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
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 montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Cube Restaurant | Best Restaurant in Deira, Dubai Spice Souk", description: "Authentic restaurant in Dubai Deira serving quality meals. Dine-in, takeaway & delivery. 4.5★ rated. AED 50-100. Open until 12 AM. Call 056 805 7794.", keywords: "restaurant Dubai, Deira restaurant, Dubai Spice Souk, restaurant near me, dine in Dubai, takeaway Dubai, delivery Dubai, authentic food Dubai", metadataBase: new URL("https://www.cuberestaurant.ae"),
alternates: {
canonical: "https://www.cuberestaurant.ae"
},
openGraph: {
title: "Cube Restaurant | Authentic Dining in Dubai Spice Souk", description: "Discover authentic flavors at Cube Restaurant in the heart of Deira. Quality meals, friendly service, convenient location. Call now to reserve!", url: "https://www.cuberestaurant.ae", siteName: "Cube Restaurant", images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794277.jpg", alt: "Cube Restaurant - Authentic dining in Dubai Deira"
}
],
type: "website"
},
twitter: {
card: "summary_large_image", title: "Cube Restaurant | Best Restaurant in Deira", description: "Authentic food, friendly service, perfect location in Dubai Spice Souk. Open until 12 AM.", images: ["http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794277.jpg"]
},
robots: {
index: true,
follow: true
}
title: "Cube Restaurant", description: "Authentic Flavors in the Heart of Dubai Spice Souk"
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1422,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -81,13 +81,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Freshly Prepared Meals", author: "Daily Specials", description: "Every dish is prepared fresh to order using premium, locally-sourced ingredients that capture authentic flavors.", tags: ["Quality", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg?_wi=1", imageAlt: "Freshly prepared grilled specialties"
id: "1", title: "Freshly Prepared Meals", author: "Daily Specials", description: "Every dish is prepared fresh to order using premium, locally-sourced ingredients that capture authentic flavors.", tags: ["Quality", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg?_wi=1", imageAlt: "Freshly prepared grilled specialties"
},
{
id: "2", title: "Friendly Service", author: "Welcoming Atmosphere", description: "Our team treats every guest like family, ensuring a warm, hospitable experience whether you're a local or tourist.", tags: ["Hospitality", "Service"], imageSrc: "http://img.b2bpic.net/free-photo/vegan-salads-cabbage-carrots-mushroom-cheese-onion-pepper-top-view-concept_176474-213.jpg?_wi=1", imageAlt: "Friendly restaurant staff serving guests"
id: "2", title: "Friendly Service", author: "Welcoming Atmosphere", description: "Our team treats every guest like family, ensuring a warm, hospitable experience whether you're a local or tourist.", tags: ["Hospitality", "Service"],
imageSrc: "http://img.b2bpic.net/free-photo/vegan-salads-cabbage-carrots-mushroom-cheese-onion-pepper-top-view-concept_176474-213.jpg?_wi=1", imageAlt: "Friendly restaurant staff serving guests"
},
{
id: "3", title: "Convenient Deira Location", author: "Old Baladiya Street", description: "Located in the iconic Dubai Spice Souk with easy access for shoppers, tourists, and hotel guests exploring the area.", tags: ["Location", "Accessible"], imageSrc: "http://img.b2bpic.net/free-photo/hand-tapping-tablet-with-map_23-2147732953.jpg", imageAlt: "Dubai Deira Spice Souk location"
id: "3", title: "Convenient Deira Location", author: "Old Baladiya Street", description: "Located in the iconic Dubai Spice Souk with easy access for shoppers, tourists, and hotel guests exploring the area.", tags: ["Location", "Accessible"],
imageSrc: "http://img.b2bpic.net/free-photo/hand-tapping-tablet-with-map_23-2147732953.jpg", imageAlt: "Dubai Deira Spice Souk location"
}
]}
animationType="slide-up"
@@ -125,7 +128,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Order Online", href: "tel:+971568057794" }]}
buttons={[{ text: "Order via WhatsApp", href: "https://wa.me/971568057794" }]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #d8cef5;;
--background-accent: #c4a8f9;; */
--background: #fbfaff;;
--card: #f7f5ff;;
--foreground: #0f0022;;
--primary-cta: #8b5cf6;;
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #2b180ae6;;
--primary-cta: #d4a574;;
--primary-cta-text: #fbfaff;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #0f0022;;
--accent: #d8cef5;;
--background-accent: #c4a8f9;;
--accent: #e8d7c3;;
--background-accent: #d4a574;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);