Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 016b1f913c | |||
| ddea7ef480 | |||
| 8bb8149205 | |||
| ab170bc9ee | |||
| 5f51b8f67b |
@@ -1,57 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Tham Le Thong | Authentic Thai Restaurant", description: "Experience authentic Thai cuisine at Tham Le Thong. Traditional recipes, premium ingredients, and warm hospitality in an elegant setting.", keywords: "Thai restaurant, authentic Thai cuisine, pad thai, green curry, tom yum, Thai food, dining", metadataBase: new URL("https://thamleothong.com"),
|
||||
alternates: {
|
||||
canonical: "https://thamleothong.com"},
|
||||
openGraph: {
|
||||
title: "Tham Le Thong | Authentic Thai Restaurant", description: "Experience authentic Thai cuisine with traditional recipes and the finest ingredients.", url: "https://thamleothong.com", siteName: "Tham Le Thong", type: "website", images: [
|
||||
{
|
||||
url: "https://images.unsplash.com/photo-1455619452474-d2be8b1e4e31?w=1200&h=630", alt: "Authentic Thai Cuisine"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Tham Le Thong | Authentic Thai Restaurant", description: "Experience authentic Thai cuisine with traditional recipes and exceptional service.", images: ["https://images.unsplash.com/photo-1455619452474-d2be8b1e4e31?w=1200&h=630"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Tham Le Thong - Authentic Thai Cuisine", description: "Experience authentic Thai cuisine at Tham Le Thong. Reserve your table today."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1419,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve a Table", href: "#contact"}}
|
||||
text: "Reserve a Table", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -57,13 +58,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Food Critic", testimonial: "Exceptional flavors and impeccable service. A true gem for authentic Thai cuisine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-33452.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-33452.jpg"
|
||||
},
|
||||
{
|
||||
name: "David Chen", handle: "Chef & Restaurateur", testimonial: "The authenticity and attention to detail in every dish is remarkable. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-posing-camera_1262-18333.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-posing-camera_1262-18333.jpg"
|
||||
},
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "Travel Blogger", testimonial: "This restaurant captures the true essence of Thailand. An unforgettable experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-natural-woman_329181-4328.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-natural-woman_329181-4328.jpg"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -100,13 +104,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Green Curry", description: "Fragrant green curry with chicken, basil leaves, and coconut milk. A perfect balance of heat and creaminess that defines authentic Thai cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-vegetables-fork-red-tablecloth-spices_140725-72163.jpg", imageAlt: "Thai Green Curry"},
|
||||
title: "Green Curry", description: "Fragrant green curry with chicken, basil leaves, and coconut milk. A perfect balance of heat and creaminess that defines authentic Thai cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-vegetables-fork-red-tablecloth-spices_140725-72163.jpg", imageAlt: "Thai Green Curry"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Tom Yum Soup", description: "Legendary hot and sour soup with shrimp, lemongrass, and galangal. A harmonious blend of bold flavors that awakens the palate.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-shrimp-meal-top-view_23-2148771283.jpg", imageAlt: "Tom Yum Soup"},
|
||||
title: "Tom Yum Soup", description: "Legendary hot and sour soup with shrimp, lemongrass, and galangal. A harmonious blend of bold flavors that awakens the palate.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-shrimp-meal-top-view_23-2148771283.jpg", imageAlt: "Tom Yum Soup"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Spring Rolls", description: "Crispy vegetable spring rolls served with our house-made peanut sauce. The perfect appetizer to begin your culinary journey.", imageSrc: "http://img.b2bpic.net/free-photo/spring-rolls_74190-1373.jpg", imageAlt: "Thai Spring Rolls"},
|
||||
title: "Spring Rolls", description: "Crispy vegetable spring rolls served with our house-made peanut sauce. The perfect appetizer to begin your culinary journey.", imageSrc: "http://img.b2bpic.net/free-photo/spring-rolls_74190-1373.jpg", imageAlt: "Thai Spring Rolls"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
@@ -121,13 +128,17 @@ export default function LandingPage() {
|
||||
author="James Patterson, Michelin-Rated Food Writer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-33452.jpg", alt: "Sarah Mitchell"},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-white_181624-33452.jpg", alt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-posing-camera_1262-18333.jpg", alt: "David Chen"},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-posing-camera_1262-18333.jpg", alt: "David Chen"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-natural-woman_329181-4328.jpg", alt: "Emma Rodriguez"},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-natural-woman_329181-4328.jpg", alt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg", alt: "Michael Thompson"},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg", alt: "Michael Thompson"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -143,8 +154,8 @@ export default function LandingPage() {
|
||||
description="Experience the warmth and flavors of authentic Thai cuisine. Reserve your table now and let us welcome you to Tham Le Thong."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Reserve"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Reserve Table"
|
||||
inputPlaceholder="Your email address"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
/>
|
||||
</div>
|
||||
@@ -183,4 +194,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user