Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04ec9afb1c | |||
| e83bc4f27e | |||
| da091e9732 | |||
| cda4ab5307 | |||
| 1638dacd18 |
@@ -19,8 +19,8 @@ const inter = Inter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Sakura Steakhouse: Authentic Japanese Wagyu & Sushi',
|
title: 'Shuman\'s - Your Local Homewood Hub in Pittsburgh',
|
||||||
description: 'Experience the pinnacle of Japanese culinary artistry at Sakura Steakhouse. Indulge in premium Wagyu, fresh sushi, and an exquisite dining atmosphere.',
|
description: 'Serving the Pittsburgh community of Homewood with quality products and dedicated services. Discover Shuman\'s commitment to excellence.',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
270
src/app/page.tsx
270
src/app/page.tsx
@@ -1,17 +1,17 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react';
|
import { Flame, Sparkles, Home, MapPin, Linkedin, Globe } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -29,54 +29,45 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="Kuro Gyu"
|
brandName="Shuman's"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Cuts", id: "cuts" },
|
{ name: "Offerings", id: "cuts" },
|
||||||
{ name: "Experience", id: "experience" },
|
{ name: "Experience", id: "experience" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Team", id: "team" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Reserve Table",
|
text: "Contact Us", href: "contact"
|
||||||
href: "contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
title="Premium Japanese Steakhouse"
|
title="Shuman's: Your Local Homewood Hub"
|
||||||
description="Experience the art of Wagyu perfection. Authentic Japanese steakhouse craftsmanship with the finest cuts, prepared with precision and served in an atmosphere of refined elegance."
|
description="Serving the Pittsburgh community of Homewood with quality and care. Discover our commitment to excellence right in your neighborhood."
|
||||||
tag="Est. 2020"
|
tag="Homewood Pride"
|
||||||
tagIcon={Flame}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve Now", href: "contact" },
|
{ text: "Discover More", href: "about" },
|
||||||
{ text: "View Menu", href: "cuts" }
|
{ text: "Connect With Us", href: "contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047",
|
imageSrc: "https://img.b2bpic.net/free-photo/modern-store-exterior_23-2149301980.jpg", imageAlt: "Shuman's Store Front in Homewood"
|
||||||
imageAlt: "Master Chef Preparing Premium Wagyu"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg",
|
imageSrc: "https://img.b2bpic.net/free-photo/young-man-working-cafe_23-2149591039.jpg", imageAlt: "Friendly Staff Member Working"
|
||||||
imageAlt: "A5 Wagyu Ribeye"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081502.jpg?id=94766451",
|
imageSrc: "https://img.b2bpic.net/free-photo/diverse-group-people-working-together_23-2150935515.jpg?_wi=1", imageAlt: "Shuman's Team Collaborating"
|
||||||
imageAlt: "Elegant Dining Room"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg",
|
imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-pittsburgh-cityscape-night_1340-22123.jpg", imageAlt: "Pittsburgh Cityscape at Night"
|
||||||
imageAlt: "Japanese Prime Filet"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/top-view-meat-with-salt-cleaver_23-2148610980.jpg",
|
|
||||||
imageAlt: "Aged Bone-In Ribeye"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -84,16 +75,16 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
tag="Our Story"
|
tag="Our Roots"
|
||||||
tagIcon={ChefHat}
|
tagIcon={Home}
|
||||||
title="Mastery Through Tradition"
|
title="A Homewood Tradition"
|
||||||
description="For over two decades, Kuro Gyu has been dedicated to bringing authentic Japanese steakhouse excellence to discerning diners. Our head chef trained in Tokyo's most prestigious establishments, perfecting the art of Wagyu preparation. Every cut is carefully selected, aged to perfection, and prepared with meticulous attention to detail."
|
description="For generations, Shuman's has been a cornerstone of the Homewood community. We've grown with Pittsburgh, always striving to offer unparalleled service and products that reflect our deep local roots and commitment to our neighbors. Our legacy is built on trust, quality, and community engagement."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "25+", title: "Years of Excellence" },
|
{ value: "30+", title: "Years in Homewood" },
|
||||||
{ value: "100%", title: "Premium Wagyu" }
|
{ value: "100%", title: "Community Focused" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047"
|
imageSrc="https://img.b2bpic.net/free-photo/group-business-people-having-meeting-office_23-2150085854.jpg"
|
||||||
imageAlt="Master chef preparing premium steakhouse cuisine"
|
imageAlt="Business meeting with diverse team"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -102,40 +93,22 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="cuts" data-section="cuts">
|
<div id="cuts" data-section="cuts">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Signature Cuts"
|
title="Our Offerings"
|
||||||
description="Handpicked premium Wagyu selections, aged to perfection and prepared by our master chefs"
|
description="Explore the range of products and services that make Shuman's a trusted name in Homewood."
|
||||||
tag="Premium Selection"
|
tag="Quality Assured"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", brand: "Shuman's", name: "Community Support Programs", price: "Varies", rating: 5,
|
||||||
brand: "Kuro Gyu",
|
reviewCount: "150", imageSrc: "https://img.b2bpic.net/free-photo/hands-holding-seedling_23-2149176465.jpg", imageAlt: "Community Support Program"
|
||||||
name: "A5 Wagyu Ribeye",
|
|
||||||
price: "$125",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "312",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg",
|
|
||||||
imageAlt: "A5 Wagyu Ribeye"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", brand: "Shuman's", name: "Local Product Sourcing", price: "Best Value", rating: 5,
|
||||||
brand: "Kuro Gyu",
|
reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/variety-fresh-fruits-vegetables-local-market_23-2151020054.jpg", imageAlt: "Local Produce and Products"
|
||||||
name: "Japanese Prime Filet",
|
|
||||||
price: "$145",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "287",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg",
|
|
||||||
imageAlt: "Japanese Prime Filet"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", brand: "Shuman's", name: "Neighborhood Services", price: "Custom", rating: 5,
|
||||||
brand: "Kuro Gyu",
|
reviewCount: "100", imageSrc: "https://img.b2bpic.net/free-photo/group-diverse-people-working-together-office_23-2150495393.jpg", imageAlt: "Neighborhood Services"
|
||||||
name: "Aged Bone-In Ribeye",
|
|
||||||
price: "$135",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "256",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/top-view-meat-with-salt-cleaver_23-2148610980.jpg",
|
|
||||||
imageAlt: "Aged Bone-In Ribeye"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
@@ -147,33 +120,18 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="experience" data-section="experience">
|
<div id="experience" data-section="experience">
|
||||||
<FeatureCardNineteen
|
<FeatureCardNineteen
|
||||||
title="The Kuro Gyu Experience"
|
title="The Shuman's Difference"
|
||||||
description="Every visit is a masterclass in Japanese steakhouse tradition"
|
description="More than just a business, we're a part of the Homewood story."
|
||||||
tag="Fine Dining"
|
tag="Our Values"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Selection",
|
tag: "Local Focus", title: "Homewood Sourcing", subtitle: "Proudly Pittsburgh", description: "We prioritize local suppliers and partners, ensuring our offerings truly reflect the spirit and quality of the Pittsburgh community. Supporting local means investing in our shared future.", imageSrc: "https://img.b2bpic.net/free-photo/happy-family-buying-food-supermarket-generated-by-ai_188544-24584.jpg?id=41334994", imageAlt: "Family shopping at local market"
|
||||||
title: "Premium Sourcing",
|
|
||||||
subtitle: "Authentic Wagyu Excellence",
|
|
||||||
description: "We source only A5 grade Wagyu beef directly from Japan's most prestigious ranches. Every cut undergoes rigorous quality inspection to ensure perfection for your table.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg",
|
|
||||||
imageAlt: "Premium Wagyu selection"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: "Preparation",
|
tag: "Community Driven", title: "Dedicated Service", subtitle: "Neighbors Serving Neighbors", description: "Our team is comprised of dedicated members of the Homewood community. We understand your needs because they are our needs too. Expect friendly, attentive service every time.", imageSrc: "https://img.b2bpic.net/free-photo/diverse-group-people-working-together_23-2150935515.jpg?_wi=2", imageAlt: "Team members collaborating"
|
||||||
title: "Master Craftsmanship",
|
|
||||||
subtitle: "Traditional Techniques",
|
|
||||||
description: "Our chefs employ traditional Japanese grilling methods perfected over decades. Each steak is cooked to precise temperatures, seared at optimal heat, and finished with meticulous timing.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047",
|
|
||||||
imageAlt: "Chef preparing premium steak"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: "Ambiance",
|
tag: "Welcoming Space", title: "A Place to Connect", subtitle: "Homewood's Gathering Point", description: "Shuman's is designed to be a welcoming place for everyone. Whether you're stopping by for a quick need or to connect with friends, you'll find a comfortable and friendly atmosphere.", imageSrc: "https://img.b2bpic.net/free-photo/multiracial-group-young-people-talking-coffee-break-co-working-space-generated-by-ai_188544-29742.jpg?id=41571811", imageAlt: "People gathering in a welcoming space"
|
||||||
title: "Refined Atmosphere",
|
|
||||||
subtitle: "Elegant Minimalism",
|
|
||||||
description: "Our dining space reflects Japanese design principles: clean lines, sophisticated minimalism, and an intimate atmosphere that honors the meal. Every detail is curated for your comfort.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081502.jpg?id=94766451",
|
|
||||||
imageAlt: "Fine dining restaurant interior"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -183,33 +141,15 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardTwo
|
<TeamCardTwo
|
||||||
title="Master Chefs"
|
title="Our Homewood Team"
|
||||||
description="The culinary masters behind Kuro Gyu's exceptional cuisine"
|
description="Meet the dedicated individuals who make Shuman's a pillar of the community."
|
||||||
tag="Our Leadership"
|
tag="Our People"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Eleanor Vance", role: "Store Manager", description: "A lifelong resident of Homewood, Eleanor leads our team with a passion for community service and operational excellence. She ensures every customer feels like family.", imageSrc: "https://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-pointing-up_1187-20092.jpg", imageAlt: "Eleanor Vance"
|
||||||
name: "Chef Hiroshi Nakamura",
|
|
||||||
role: "Executive Chef",
|
|
||||||
description: "25 years of experience perfecting the art of Wagyu preparation. Trained at Michelin-starred establishments in Tokyo. Specializes in traditional Japanese grilling techniques.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047",
|
|
||||||
imageAlt: "Chef Hiroshi Nakamura",
|
|
||||||
socialLinks: [
|
|
||||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
|
||||||
{ icon: Globe, url: "https://example.com" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "David Miller", role: "Community Outreach Coordinator", description: "David is the bridge between Shuman's and our beloved Homewood. He organizes local events and partnerships, strengthening our ties within Pittsburgh.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-businessman-sitting-conference-room_1262-17188.jpg", imageAlt: "David Miller"
|
||||||
name: "Chef Yuki Tanaka",
|
|
||||||
role: "Head Sous Chef",
|
|
||||||
description: "Master of knife work and precision cuts. Studied under legendary Tokyo chefs. Ensures every plate meets our exacting standards of excellence.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/expert-male-chef-crafting-fresh-meal-indoors-generated-by-ai_188544-26105.jpg?id=41571811",
|
|
||||||
imageAlt: "Chef Yuki Tanaka",
|
|
||||||
socialLinks: [
|
|
||||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
|
||||||
{ icon: Globe, url: "https://example.com" }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
@@ -221,41 +161,21 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
title="Guest Testimonials"
|
title="What Homewood Says"
|
||||||
description="Hear what our patrons say about their Kuro Gyu experience"
|
description="Hear from our valued customers and community members about their Shuman's experience."
|
||||||
tag="Reviews"
|
tag="Community Voices"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Patrice Jones", handle: "@homewood_local", testimonial: "Shuman's is more than just a store; it's a vital part of Homewood. Always friendly service and great products!", imageSrc: "https://img.b2bpic.net/free-photo/portrait-happy-asian-man-sitting-restaurant_1262-1558.jpg", imageAlt: "Patrice Jones"
|
||||||
name: "Kenji Yamamoto",
|
|
||||||
handle: "@michelin_critic",
|
|
||||||
testimonial: "The finest Wagyu I've experienced outside of Tokyo. Every element is executed with extraordinary precision and respect for the ingredient.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-happy-asian-man-sitting-restaurant_1262-1558.jpg",
|
|
||||||
imageAlt: "Kenji Yamamoto"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Smith", handle: "@pittsburgh_pride", testimonial: "I've been coming to Shuman's for years. Their commitment to the community is evident in everything they do.", imageSrc: "https://img.b2bpic.net/free-photo/confident-businessman_1098-16852.jpg", imageAlt: "Michael Smith"
|
||||||
name: "Sarah Chen",
|
|
||||||
handle: "@food_writer",
|
|
||||||
testimonial: "Kuro Gyu isn't just a steakhouse—it's a culinary journey. The attention to detail, from ingredient selection to presentation, is unparalleled.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/confident-businessman_1098-16852.jpg",
|
|
||||||
imageAlt: "Sarah Chen"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Angela Davis", handle: "@neighborhood_mom", testimonial: "Reliable, friendly, and always has what I need. Shuman's makes life in Homewood easier and better.", imageSrc: "https://img.b2bpic.net/free-photo/expert-male-chef-crafting-fresh-meal-indoors-generated-by-ai_188544-26105.jpg?id=41571811", imageAlt: "Angela Davis"
|
||||||
name: "Marcus Rivera",
|
|
||||||
handle: "@execute_dining",
|
|
||||||
testimonial: "This is where I bring clients for important celebrations. The experience is impeccable, the meat is transcendent, and the service is flawless.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/expert-male-chef-crafting-fresh-meal-indoors-generated-by-ai_188544-26105.jpg?id=41571811",
|
|
||||||
imageAlt: "Marcus Rivera"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Robert Johnson", handle: "@community_elder", testimonial: "A true Homewood institution. Shuman's always greets you with a smile and a helping hand. Couldn't ask for better neighbors.", imageSrc: "https://img.b2bpic.net/free-photo/senior-asian-boss-standing-with-arms-crossed_1262-2405.jpg", imageAlt: "Robert Johnson"
|
||||||
name: "Yuki Tanaka",
|
|
||||||
handle: "@tokyo_chef",
|
|
||||||
testimonial: "As someone trained in traditional Japanese cuisine, I can authenticate: this is authentic excellence. The respect for Wagyu here mirrors the finest establishments in Japan.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/senior-asian-boss-standing-with-arms-crossed_1262-2405.jpg",
|
|
||||||
imageAlt: "Yuki Tanaka"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -267,38 +187,28 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
title="Frequently Asked Questions"
|
title="Common Questions About Shuman's"
|
||||||
description="Everything you need to know about Kuro Gyu"
|
description="Find answers to frequently asked questions about our services and community involvement."
|
||||||
tag="Help"
|
tag="Your Queries"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What kind of services does Shuman's offer?", content: "Shuman's provides a variety of services tailored to the Homewood community, including local product offerings, community support programs, and essential neighborhood services. Visit our 'Offerings' section for more details."
|
||||||
title: "What is the difference between A5 and lower grades of Wagyu?",
|
|
||||||
content: "A5 is the highest grade in the Japanese Beef Marbling Standard. It features the most intricate marbling patterns, which means superior tenderness, flavor, and the signature melting quality that makes Wagyu exceptional. We exclusively serve A5 grade beef."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "How does Shuman's support the Homewood community?", content: "We are deeply committed to Homewood through various initiatives, including sponsoring local events, partnering with neighborhood organizations, and sourcing products from local businesses. We believe in investing in our community's growth."
|
||||||
title: "How should I prepare my palate for a Wagyu experience?",
|
|
||||||
content: "We recommend arriving with an empty or lightly satisfied stomach. The richness of A5 Wagyu is best appreciated when you can fully concentrate on the flavors. Our sommelier team can pair wines that complement the meal perfectly."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Can I suggest a new product or service?", content: "Absolutely! We value community input. Please feel free to reach out to our team via the contact form or visit us in-store with your suggestions. We're always looking for ways to better serve Homewood."
|
||||||
title: "Do you accommodate dietary restrictions?",
|
|
||||||
content: "Absolutely. Please inform us of any dietary requirements or allergies when making your reservation. Our culinary team can customize your experience while maintaining the integrity of our preparation techniques."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "What are your operating hours?", content: "Our current operating hours are Monday to Saturday, 9 AM to 6 PM. We are closed on Sundays. Please check our 'Contact' section for any holiday hour changes."
|
||||||
title: "What is your reservation policy?",
|
|
||||||
content: "Reservations are recommended for weekend service and large groups. We offer a 48-hour cancellation policy. Walk-ins are welcome based on availability, though during peak hours seating may require a brief wait."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Do you offer job opportunities for Homewood residents?", content: "Yes, Shuman's is proud to be an employer of choice in Homewood. We regularly post job openings and encourage local residents to apply. Check our website or visit in-store for current opportunities."
|
||||||
title: "Do you offer private dining options?",
|
|
||||||
content: "Yes, we have a private dining room suitable for 12-20 guests. We offer customized multi-course tasting menus and curated wine pairings for special events. Contact our events team for details."
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/people-working-together-office_23-2149301948.jpg"
|
||||||
imageAlt="Elegant Kuro Gyu dining room"
|
imageAlt="People working together in an office"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -310,45 +220,41 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Reservations"
|
tag="Get in Touch"
|
||||||
title="Reserve Your Experience"
|
title="Connect With Shuman's"
|
||||||
description="Secure your table at Kuro Gyu and prepare for an unforgettable evening of premium Japanese steakhouse cuisine."
|
description="We're here to serve the Homewood community. Reach out to us for inquiries, feedback, or just to say hello!"
|
||||||
tagIcon={Calendar}
|
tagIcon={MapPin}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Get Updates"
|
buttonText="Send Message"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Kuro Gyu"
|
logoText="Shuman's"
|
||||||
copyrightText="© 2024 Kuro Gyu Pemium Steakhouse. All rights reserved."
|
copyrightText="© 2024 Shuman's. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Dining",
|
title: "Explore", items: [
|
||||||
items: [
|
{ label: "Offerings", href: "cuts" },
|
||||||
{ label: "Menu", href: "cuts" },
|
{ label: "Connect", href: "contact" },
|
||||||
{ label: "Reservations", href: "contact" },
|
{ label: "About Us", href: "about" }
|
||||||
{ label: "Private Events", href: "contact" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Experience",
|
title: "Community", items: [
|
||||||
items: [
|
{ label: "Our Story", href: "about" }, { label: "Our Team", href: "team" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "Voices", href: "testimonials" },
|
||||||
{ label: "Our Story", href: "about" },
|
{ label: "FAQs", href: "faq" }
|
||||||
{ label: "Team", href: "team" },
|
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Visit Us", items: [
|
||||||
items: [
|
{ label: "Phone: (412) 555-1234", href: "#" },
|
||||||
{ label: "Phone: (555) 123-4567", href: "#" },
|
{ label: "Email: info@shumans.com", href: "#" },
|
||||||
{ label: "Email: reserve@kurogyu.com", href: "#" },
|
{ label: "Hours: Mon-Sat: 9AM-6PM", href: "#" }
|
||||||
{ label: "Hours: 5PM - 11PM", href: "#" }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user