Merge version_2 into main #4
@@ -1,53 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_Sans } 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 nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Osaka Steakhouse | Premium Teppanyaki Dining", description: "Experience authentic Japanese teppanyaki at Osaka Steakhouse. Premium wagyu beef, live chef performances, and cute mascots create unforgettable dining moments.", keywords: "teppanyaki, Japanese steakhouse, wagyu beef, hibachi dining, premium steakhouse, teppanyaki restaurant", metadataBase: new URL("https://osakasterakhouse.com"),
|
||||
alternates: {
|
||||
canonical: "https://osakasterakhouse.com"},
|
||||
openGraph: {
|
||||
title: "Osaka Steakhouse | Premium Teppanyaki Dining", description: "Watch master chefs create culinary magic at your table. Premium wagyu, fresh seafood, and theatrical cooking performances.", url: "https://osakasterakhouse.com", siteName: "Osaka Steakhouse", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461457.jpg", alt: "Osaka Steakhouse Teppanyaki Performance"},
|
||||
],
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Osaka Steakhouse | Premium Teppanyaki Dining", description: "Authentic Japanese teppanyaki with master chefs, premium wagyu, and unforgettable experiences.", images: ["http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461457.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Osaka Steakhouse", description: "Experience authentic Japanese teppanyaki dining"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1415,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -102,25 +102,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Meet Our Cute Steakhouse Friends"
|
||||
description="Our adorable character mascots bring joy and personality to every visit"
|
||||
tag="Our Mascots"
|
||||
title="Meet Our Professional Team"
|
||||
description="Experienced roofing specialists dedicated to protecting your home with excellence and integrity"
|
||||
tag="Our Experts"
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Chef Teppan", role: "Master Chef Mascot", imageSrc: "http://img.b2bpic.net/free-vector/cooking-stickers-collection-with-tomomi-cat_23-2150818858.jpg", imageAlt: "Chef Teppan mascot"
|
||||
id: "1", name: "John Mitchell", role: "Lead Roofing Contractor", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "John Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Kome-chan", role: "Rice Bowl Friend", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-kawaii-sushi-collection_23-2148096045.jpg", imageAlt: "Kome-chan mascot"
|
||||
id: "2", name: "Sarah Coleman", role: "Quality Assurance Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Sarah Coleman"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Shoyu-kun", role: "Soy Sauce Buddy", imageSrc: "http://img.b2bpic.net/free-vector/friendship-day-background-with-sauces_23-2147845707.jpg", imageAlt: "Shoyu-kun mascot"
|
||||
id: "3", name: "David Torres", role: "Senior Roof Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Torres"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Honō-san", role: "Flame Guardian", imageSrc: "http://img.b2bpic.net/free-vector/halloween-sale-background-with-demon-flames_23-2147693162.jpg", imageAlt: "Honō-san mascot"
|
||||
id: "4", name: "Michael Rogers", role: "Customer Relations Specialist", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "Michael Rogers"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -152,29 +152,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTen
|
||||
title="What Our Guests Say"
|
||||
description="Join hundreds of satisfied diners who have experienced the Osaka magic"
|
||||
title="What Our Roofing Customers Say"
|
||||
description="Join hundreds of satisfied homeowners who trust us with their most important investment"
|
||||
tag="Customer Reviews"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "An Unforgettable Evening", quote: "The teppanyaki show was absolutely incredible! The chef's skill was mesmerizing, and the food was perfectly cooked. We'll definitely be back!", name: "Sarah Johnson", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", title: "Professional and Reliable", quote: "John and his team completed our roof replacement ahead of schedule. The quality of work was exceptional and they kept the property clean throughout. Highly recommend!", name: "Robert Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Robert Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Best Steakhouse Experience", quote: "The quality of the wagyu beef is outstanding. The entire experience from start to finish was premium and memorable. Highly recommended!", name: "Michael Chen", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", title: "Best Investment for Our Home", quote: "We were worried about finding a trustworthy roofer. Their crew was punctual, professional, and explained everything clearly. Our new roof looks amazing!", name: "Jennifer Martinez", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Jennifer Martinez"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Perfect for Special Occasions", quote: "We celebrated our anniversary here and it was perfect. The atmosphere, the entertainment, and the delicious food made it truly special.", name: "Emma Rodriguez", role: "Celebrating Couple", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Emma Rodriguez"
|
||||
id: "3", title: "Fast and Efficient Service", quote: "Had an emergency roof leak and they came out same day. Fixed the problem quickly and professionally. Their attention to detail is outstanding.", name: "William Davis", role: "Commercial Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "William Davis"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Family Fun and Great Food", quote: "Our kids loved the cute mascots and the whole family was entertained. The food was excellent and the service was impeccable!", name: "David Kim", role: "Family Visitor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Kim"
|
||||
id: "4", title: "Excellent Communication", quote: "From the initial inspection to final walkthrough, they kept us informed every step of the way. Fair pricing and exceptional craftsmanship!", name: "Patricia Anderson", role: "Residential Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Patricia Anderson"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Worth Every Penny", quote: "The premium ingredients and skilled cooking justify every yen spent. This is fine dining done right!", name: "Jessica Moore", role: "Fine Dining Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Jessica Moore"
|
||||
id: "5", title: "Worth Every Dollar", quote: "The warranty on their work gives me peace of mind. I've recommended them to all my friends and family. Best roofing company in the area!", name: "Christopher Lee", role: "Repeat Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "Christopher Lee"
|
||||
},
|
||||
{
|
||||
id: "6", title: "A Culinary Performance", quote: "More than just a meal, it's a theatrical experience. The chefs are artists and the food is the masterpiece.", name: "James Wilson", role: "Food & Wine Lover", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "James Wilson"
|
||||
id: "6", title: "Professional Team, Perfect Results", quote: "They inspected our roof, provided a detailed report, and gave us honest recommendations. The workmanship on our new roof is impeccable.", name: "Susan Williams", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Susan Williams"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -182,12 +182,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to experience the magic of authentic teppanyaki? Reserve your table at Osaka Steakhouse today and discover why we're the premier destination for Japanese dining excellence."
|
||||
text="Ready to protect your home with a quality roof? Contact our team today for a free inspection and detailed estimate. We're committed to providing professional, reliable roofing solutions for homeowners and businesses."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Reserve Table", href: "#" },
|
||||
{ text: "Call Us", href: "tel:+1234567890" },
|
||||
{ text: "Get Free Inspection", href: "#" },
|
||||
{ text: "Call Now", href: "tel:+1234567890" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -195,7 +195,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Osaka Steakhouse"
|
||||
logoText="Roofing Professionals"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user