6 Commits

Author SHA1 Message Date
b3bf012131 Update src/app/page.tsx 2026-03-06 21:53:35 +00:00
28227d9f15 Update src/app/page.tsx 2026-03-06 21:52:33 +00:00
b08a225a6e Update src/app/layout.tsx 2026-03-06 21:52:32 +00:00
ec053f7084 Merge version_1 into main
Merge version_1 into main
2026-03-06 21:08:06 +00:00
cd415f80d6 Merge version_1 into main
Merge version_1 into main
2026-03-06 21:07:16 +00:00
49a97f0cc8 Merge version_1 into main
Merge version_1 into main
2026-03-06 21:05:46 +00:00
2 changed files with 25 additions and 59 deletions

View File

@@ -1,53 +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 { Nunito_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 nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans", subsets: ["latin"],
});
export const metadata: Metadata = { 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"), title: "Osaka Steakhouse", description: "Experience authentic Japanese teppanyaki dining"};
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"],
},
};
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} ${nunitoSans.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1415,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -102,25 +102,25 @@ export default function LandingPage() {
<div id="team" data-section="team"> <div id="team" data-section="team">
<TeamCardFive <TeamCardFive
title="Meet Our Cute Steakhouse Friends" title="Meet Our Professional Team"
description="Our adorable character mascots bring joy and personality to every visit" description="Experienced roofing specialists dedicated to protecting your home with excellence and integrity"
tag="Our Mascots" tag="Our Experts"
tagIcon={Sparkles} tagIcon={Sparkles}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
team={[ 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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=1", imageAlt: "Michael Rogers"
}, },
]} ]}
/> />
@@ -152,29 +152,29 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<TestimonialCardTen <TestimonialCardTen
title="What Our Guests Say" title="What Our Roofing Customers Say"
description="Join hundreds of satisfied diners who have experienced the Osaka magic" description="Join hundreds of satisfied homeowners who trust us with their most important investment"
tag="Customer Reviews" tag="Customer Reviews"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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?_wi=2", 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?_wi=2", 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?_wi=2", 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?_wi=2", 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"> <div id="contact" data-section="contact">
<ContactText <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" animationType="entrance-slide"
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Reserve Table", href: "#" }, { text: "Get Free Inspection", href: "#" },
{ text: "Call Us", href: "tel:+1234567890" }, { text: "Call Now", href: "tel:+1234567890" },
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -195,7 +195,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Osaka Steakhouse" logoText="Roofing Professionals"
leftLink={{ text: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "#contact" }} rightLink={{ text: "Contact Us", href: "#contact" }}
/> />