4 Commits

Author SHA1 Message Date
e1ba89ea9d Update src/app/styles/variables.css 2026-03-06 22:27:40 +00:00
54e28784a9 Update src/app/page.tsx 2026-03-06 22:27:40 +00:00
363efd44b5 Update src/app/layout.tsx 2026-03-06 22:27:39 +00:00
66077e00b9 Merge version_2 into main
Merge version_2 into main
2026-03-06 22:25:08 +00:00
3 changed files with 12 additions and 44 deletions

View File

@@ -1,54 +1,23 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import { Figtree } from "next/font/google"; import "./styles/variables.css";
import "./globals.css"; import "./styles/base.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({ const inter = Inter({
variable: "--font-inter", subsets: ["latin"], variable: "--font-inter", subsets: ["latin"],
}); });
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Caramella | Premium Hookah Lounge | Lebanese Heritage", description: "Experience authentic Lebanese hookah at Caramella. Premium flavors, elegant ambiance, and exceptional hospitality. A taste of Lebanon closer than you think.", keywords: "hookah lounge, shisha bar, Lebanese, premium tobacco, cafe, relaxation, Mediterranean", robots: { title: "Caramella - Premium Hookah Lounge", description: "Experience authentic Lebanese hookah culture at Caramella. Premium flavors, luxurious ambiance, and exceptional hospitality."};
index: true,
follow: true,
},
openGraph: {
title: "Caramella | Premium Hookah Lounge", description: "A taste of Lebanon closer than you think. Experience premium hookah in an elegant, welcoming atmosphere.", siteName: "Caramella", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/ramadan-concept-with-glasses_23-2147791754.jpg", alt: "Caramella Premium Hookah Lounge"},
],
},
twitter: {
card: "summary_large_image", title: "Caramella | Premium Hookah Lounge", description: "A taste of Lebanon closer than you think.", images: ["http://img.b2bpic.net/free-photo/ramadan-concept-with-glasses_23-2147791754.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 className={inter.variable}>{children}
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1416,7 +1385,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -16,7 +16,7 @@ export default function LandingPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="expand-hover" defaultButtonVariant="expand-hover"
defaultTextAnimation="background-highlight" defaultTextAnimation="background-highlight"
borderRadius="soft" borderRadius="rounded"
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="noise" background="noise"

View File

@@ -13,12 +13,12 @@
--background: #fffefe; --background: #fffefe;
--card: #f6f7f4; --card: #f6f7f4;
--foreground: #080908; --foreground: #080908;
--primary-cta: #ff8c42; --primary-cta: #ff5a00;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f7f6f7;
--secondary-cta: #e7eecd; --secondary-cta: #e7eecd;
--secondary-cta-text: #0c1325; --secondary-cta-text: #0c1325;
--accent: #ff9d5c; --accent: #ff6b1a;
--background-accent: #ffb380; --background-accent: #ff8533;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);