6 Commits

Author SHA1 Message Date
ad84b139de Update theme colors 2026-03-05 18:01:33 +00:00
f37ea0c625 Update src/app/page.tsx 2026-03-04 17:40:17 +00:00
1721684c84 Update src/app/layout.tsx 2026-03-04 17:40:16 +00:00
8b7ea7fac5 Merge version_1 into main
Merge version_1 into main
2026-03-04 17:27:50 +00:00
01344a4c64 Merge version_1 into main
Merge version_1 into main
2026-03-04 17:27:05 +00:00
66e83de2af Merge version_1 into main
Merge version_1 into main
2026-03-04 17:25:45 +00:00
3 changed files with 16 additions and 51 deletions

View File

@@ -1,54 +1,20 @@
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 { Public_Sans } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Almar | Sunset Restaurant in Montevideo", description: "Enjoy ocean views, afternoon tea, sushi, and unforgettable sunsets at Almar in Montevideo. Call now to reserve your table. Opens at 4:00 PM.", keywords: "restaurant Montevideo, sunset restaurant, Rambla restaurant, afternoon tea Montevideo, sushi Montevideo, ocean view dining", robots: { title: "Almar - Sunset Dining in Montevideo", description: "Experience Montevideo's most beautiful sunset dining at Almar. Ocean views, afternoon tea, and exquisite cuisine."};
index: true,
follow: true,
},
openGraph: {
title: "Almar | Premium Sunset Dining in Montevideo", description: "Experience Montevideo's most beautiful sunset dining. Premium sushi, afternoon tea, and ocean views.", siteName: "Almar Restaurant", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg", alt: "Ocean sunset view from Almar restaurant"},
],
},
twitter: {
card: "summary_large_image", title: "Almar | Sunset Restaurant Montevideo", description: "Unforgettable ocean view dining experience", images: ["http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.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.className}>{children}
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1416,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -165,7 +165,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardTen
title="Guest Testimonials" title="Guest Testimonials"
description="Real experiences from real guests who've fallen in love with Almar" description="4.2★ from 1,200+ verified reviews. Real experiences from real guests who've fallen in love with Almar."
tag="Reviews" tag="Reviews"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4ef; --background: #ffffff;
--card: #dad6cd; --card: #f9f9f9;
--foreground: #2a2928; --foreground: #000612e6;
--primary-cta: #2a2928; --primary-cta: #15479c;
--primary-cta-text: #f5f4ef; --primary-cta-text: #ffffff;
--secondary-cta: #ecebea; --secondary-cta: #f9f9f9;
--secondary-cta-text: #2a2928; --secondary-cta-text: #000612e6;
--accent: #ffffff; --accent: #e2e2e2;
--background-accent: #c6b180; --background-accent: #c4c4c4;
/* 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);