16 Commits

Author SHA1 Message Date
d312f5e6d0 Update theme colors 2026-05-28 00:52:26 +00:00
60f78af5d8 Update theme colors 2026-05-28 00:52:22 +00:00
29781b5551 Update theme colors 2026-05-28 00:52:17 +00:00
4d3200f621 Update theme colors 2026-05-28 00:52:09 +00:00
dd58b8fd8b Update theme colors 2026-05-28 00:52:02 +00:00
4c6431e5c7 Update theme colors 2026-05-28 00:51:48 +00:00
c169f42882 Update theme colors 2026-05-28 00:51:39 +00:00
3cff8a31e6 Update theme colors 2026-05-28 00:51:34 +00:00
c524dfce2f Update theme colors 2026-05-28 00:51:17 +00:00
534c4de88b Update src/app/page.tsx 2026-05-24 23:13:24 +00:00
187bc98974 Update src/app/page.tsx 2026-05-24 23:04:07 +00:00
8a4d945fe7 Merge version_3 into main
Merge version_3 into main
2026-05-24 22:59:09 +00:00
601076bb31 Update src/app/page.tsx 2026-05-24 22:59:03 +00:00
e22c83e453 Merge version_2 into main
Merge version_2 into main
2026-05-24 22:56:52 +00:00
0632b55976 Update src/app/page.tsx 2026-05-24 22:56:49 +00:00
2748aeafb1 Merge version_1 into main
Merge version_1 into main
2026-05-24 22:18:40 +00:00
2 changed files with 61 additions and 188 deletions

View File

@@ -31,25 +31,19 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Experience", name: "Experience", id: "experience"},
id: "experience",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Contact", name: "Gallery", id: "gallery"},
id: "contact", {
}, name: "Reservations", id: "reservations"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Uma Hibachi & Sushi" brandName="Uma Hibachi & Sushi"
/> />
@@ -61,78 +55,39 @@ export default function LandingPage() {
description="Experience the thrill of live hibachi grilling and the finest fresh sushi in Schuylkill County." description="Experience the thrill of live hibachi grilling and the finest fresh sushi in Schuylkill County."
testimonials={[ testimonials={[
{ {
name: "John D.", name: "John D.", handle: "Birthday Guest", testimonial: "The hibachi chef was hilarious and the food was perfect. Best birthday celebration!", rating: 5,
handle: "Birthday Guest", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=1", imageAlt: "hibachi chef cooking performance restaurant"},
testimonial: "The hibachi chef was hilarious and the food was perfect. Best birthday celebration!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=1",
imageAlt: "hibachi chef cooking performance restaurant",
},
{ {
name: "Sarah M.", name: "Sarah M.", handle: "Regular", testimonial: "Ask for chef CJ! His performance is top-notch and the sushi is consistently fresh.", rating: 5,
handle: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg", imageAlt: "hibachi chef cooking performance restaurant"},
testimonial: "Ask for chef CJ! His performance is top-notch and the sushi is consistently fresh.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg",
imageAlt: "hibachi chef cooking performance restaurant",
},
{ {
name: "Robert B.", name: "Robert B.", handle: "Anniversary", testimonial: "Great atmosphere for a date night. Attentive service and huge portions.", rating: 5,
handle: "Anniversary", imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg?_wi=1", imageAlt: "hibachi chef cooking performance restaurant"},
testimonial: "Great atmosphere for a date night. Attentive service and huge portions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg?_wi=1",
imageAlt: "hibachi chef cooking performance restaurant",
},
{ {
name: "Linda K.", name: "Linda K.", handle: "Foodie", testimonial: "Fresh sashimi, incredible rolls, and the hibachi grill show is just mesmerizing.", rating: 5,
handle: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/sansoji-temple-famous-tokyo-japan_1150-11097.jpg?_wi=1", imageAlt: "hibachi chef cooking performance restaurant"},
testimonial: "Fresh sashimi, incredible rolls, and the hibachi grill show is just mesmerizing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sansoji-temple-famous-tokyo-japan_1150-11097.jpg?_wi=1",
imageAlt: "hibachi chef cooking performance restaurant",
},
{ {
name: "Mark S.", name: "Mark S.", handle: "Family Night", testimonial: "The kids loved the fire show and the desserts were a delightful surprise.", rating: 5,
handle: "Family Night", imageSrc: "http://img.b2bpic.net/free-photo/long-steel-dish-with-grape-sliced-apple-watermelon_8353-572.jpg?_wi=1", imageAlt: "hibachi chef cooking performance restaurant"},
testimonial: "The kids loved the fire show and the desserts were a delightful surprise.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/long-steel-dish-with-grape-sliced-apple-watermelon_8353-572.jpg?_wi=1",
imageAlt: "hibachi chef cooking performance restaurant",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Make a Reservation", text: "Make a Reservation", href: "https://umahibachisushi.com"},
href: "https://umahibachisushi.com",
},
{ {
text: "View Menu", text: "View Menu", href: "https://umahibachisushi.com"},
href: "https://umahibachisushi.com",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=2"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg", src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg", alt: "Satisfied customer 1"},
alt: "Satisfied customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934676.jpg", src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934676.jpg", alt: "Satisfied customer 2"},
alt: "Satisfied customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728011.jpg", src: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728011.jpg", alt: "Satisfied customer 3"},
alt: "Satisfied customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/cook-holding-burning-pan-hand_23-2148040253.jpg", src: "http://img.b2bpic.net/free-photo/cook-holding-burning-pan-hand_23-2148040253.jpg", alt: "Satisfied customer 4"},
alt: "Satisfied customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050369.jpg", src: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050369.jpg", alt: "Satisfied customer 5"},
alt: "Satisfied customer 5",
},
]} ]}
/> />
</div> </div>
@@ -143,9 +98,7 @@ export default function LandingPage() {
title="A Legacy of Freshness and Entertainment" title="A Legacy of Freshness and Entertainment"
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#experience"},
href: "#experience",
},
]} ]}
/> />
</div> </div>
@@ -157,26 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Live Chef Performance", subtitle: "Interactive entertainment right at your table.", category: "Dining", value: "Unique"},
title: "Live Chef Performance",
subtitle: "Interactive entertainment right at your table.",
category: "Dining",
value: "Unique",
},
{ {
id: "f2", id: "f2", title: "Special Occasions", subtitle: "Celebrate birthdays and date nights with us.", category: "Event", value: "Celebratory"},
title: "Special Occasions",
subtitle: "Celebrate birthdays and date nights with us.",
category: "Event",
value: "Celebratory",
},
{ {
id: "f3", id: "f3", title: "Fresh Sushi Bar", subtitle: "Hand-crafted rolls and premium sashimi.", category: "Cuisine", value: "Fresh"},
title: "Fresh Sushi Bar",
subtitle: "Hand-crafted rolls and premium sashimi.",
category: "Cuisine",
value: "Fresh",
},
]} ]}
title="The Ultimate Celebration Venue" title="The Ultimate Celebration Venue"
description="Join us for birthdays, anniversaries, or group outings. Enjoy our signature birthday singing tradition and complimentary desserts." description="Join us for birthdays, anniversaries, or group outings. Enjoy our signature birthday singing tradition and complimentary desserts."
@@ -190,45 +128,17 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "p1", name: "Hibachi Steak (N.Y. Strip)", price: "$20.95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=2" },
id: "p1", { id: "p2", name: "Salmon Teriyaki", price: "$19.95", imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3842.jpg" },
name: "Hibachi Dinner", { id: "p3", name: "Spicy Tuna Roll", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/unagi-sushi-rolls-served-white-stone-board-with-kiwi-cocktail_141793-410.jpg" },
price: "Market Price", { id: "p4", name: "California Roll", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg?_wi=1" },
imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg?_wi=2", { id: "p5", name: "Shrimp Tempura Roll", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-learning-make-sushi_23-2151202949.jpg" },
}, { id: "p6", name: "Miso Soup", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/boards-with-rolls-black_23-2147773630.jpg" },
{ { id: "p7", name: "Seaweed Salad", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-boards-with-sushi_23-2147773574.jpg" },
id: "p2", { id: "p8", name: "Green Tea Mochi", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/long-steel-dish-with-grape-sliced-apple-watermelon_8353-572.jpg?_wi=1" }
name: "Lobster Jalapeño Roll",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/long-steel-dish-with-grape-sliced-apple-watermelon_8353-572.jpg?_wi=2",
},
{
id: "p3",
name: "Sashimi Deluxe",
price: "$32",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-learning-make-sushi_23-2151202949.jpg",
},
{
id: "p4",
name: "Bento Box Special",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3842.jpg",
},
{
id: "p5",
name: "Fried Ice Cream",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/boards-with-rolls-black_23-2147773630.jpg",
},
{
id: "p6",
name: "Lunch Special",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/condiments-near-boards-with-sushi_23-2147773574.jpg",
},
]} ]}
title="Chef-Inspired Menu Highlights" title="Full Menu Selections"
description="From steaming hibachi dinners to delicate, artisanal sushi." description="Authentic hibachi and fresh, artisanal sushi prepared daily."
/> />
</div> </div>
@@ -240,25 +150,15 @@ export default function LandingPage() {
author="Happy Guest" author="Happy Guest"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934661.jpg", src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934661.jpg", alt: "Guest"},
alt: "Guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934665.jpg", src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934665.jpg", alt: "Guest"},
alt: "Guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/unagi-sushi-rolls-served-white-stone-board-with-kiwi-cocktail_141793-410.jpg", src: "http://img.b2bpic.net/free-photo/unagi-sushi-rolls-served-white-stone-board-with-kiwi-cocktail_141793-410.jpg", alt: "Guest"},
alt: "Guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/chef-holds-two-frying-pans-with-burning-fire_140725-4961.jpg", src: "http://img.b2bpic.net/free-photo/chef-holds-two-frying-pans-with-burning-fire_140725-4961.jpg", alt: "Guest"},
alt: "Guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/cook-is-fry-vegetables-with-spices-sauce-wok-flame-cooking-process-asian-restaurant_613910-19805.jpg", src: "http://img.b2bpic.net/free-photo/cook-is-fry-vegetables-with-spices-sauce-wok-flame-cooking-process-asian-restaurant_613910-19805.jpg", alt: "Guest"},
alt: "Guest",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="blur-reveal" avatarsAnimation="blur-reveal"
@@ -271,20 +171,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for large groups and weekends."},
title: "Do you accept reservations?",
content: "Yes, we highly recommend making a reservation, especially for large groups and weekends.",
},
{ {
id: "q2", id: "q2", title: "Are you open on weekends?", content: "Yes! We are open 7 days a week, with extended hours on Friday and Saturday until 10:30 PM."},
title: "Are you open on weekends?",
content: "Yes! We are open 7 days a week, with extended hours on Friday and Saturday until 10:30 PM.",
},
{ {
id: "q3", id: "q3", title: "Is takeout available?", content: "Absolutely. You can order takeout online or by phone."},
title: "Is takeout available?",
content: "Absolutely. You can order takeout online or by phone.",
},
]} ]}
title="Plan Your Visit" title="Plan Your Visit"
description="Everything you need to know about dining at Uma Hibachi." description="Everything you need to know about dining at Uma Hibachi."
@@ -299,22 +190,14 @@ export default function LandingPage() {
description="400 Terry Rich Blvd, St Clair, PA 17970 | (570) 429-0686" description="400 Terry Rich Blvd, St Clair, PA 17970 | (570) 429-0686"
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Reservation details or questions...", rows: 4,
placeholder: "Reservation details or questions...",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/sansoji-temple-famous-tokyo-japan_1150-11097.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/sansoji-temple-famous-tokyo-japan_1150-11097.jpg?_wi=2"
@@ -326,29 +209,19 @@ export default function LandingPage() {
logoText="Uma Hibachi & Sushi" logoText="Uma Hibachi & Sushi"
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Home", label: "Home", href: "#home"},
href: "#home",
},
{ {
label: "Menu", label: "Menu", href: "https://umahibachisushi.com"},
href: "https://umahibachisushi.com",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "(570) 429-0686", label: "(570) 429-0686", href: "tel:5704290686"},
href: "tel:5704290686",
},
{ {
label: "St. Clair, PA", label: "St. Clair, PA", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}
@@ -358,4 +231,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,10 +11,10 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #0a0a0a;
--card: #1a1a1a; --card: #000000;
--foreground: #f5f5f5; --foreground: #ffffff;
--primary-cta: #d4af37; --primary-cta: #d4af37;
--primary-cta-text: #0a0a0a; --primary-cta-text: #ffffff;
--secondary-cta: #c1121f; --secondary-cta: #c1121f;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #d4af37; --accent: #d4af37;