9 Commits

Author SHA1 Message Date
12c8390744 Update src/app/page.tsx 2026-05-05 15:12:00 +00:00
efc2ad2b94 Merge version_4_1777993748201 into main
Merge version_4_1777993748201 into main
2026-05-05 15:09:59 +00:00
9bb04d7966 Update src/app/page.tsx 2026-05-05 15:09:55 +00:00
f1c271b8a2 Merge version_3_1777993574559 into main
Merge version_3_1777993574559 into main
2026-05-05 15:07:00 +00:00
5abdf7489e Update src/app/page.tsx 2026-05-05 15:06:56 +00:00
d8fd62a591 Merge version_2_1777993467301 into main
Merge version_2_1777993467301 into main
2026-05-05 15:05:20 +00:00
2f2f06b5b5 Update src/app/page.tsx 2026-05-05 15:05:17 +00:00
882741500c Merge version_2_1777993467301 into main
Merge version_2_1777993467301 into main
2026-05-05 15:05:16 +00:00
ada645a16d Update src/app/page.tsx 2026-05-05 15:05:13 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -21,7 +21,7 @@ export default function LandingPage() {
contentWidth="medium"
sizing="mediumLarge"
background="noise"
cardStyle="soft-shadow"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
@@ -31,70 +31,43 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Wagyu"
button={{
text: "Book a Table",
href: "#contact",
}}
text: "Book a Table", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
imagePosition="right"
<div id="hero" data-section="hero" data-webild-component="HeroOverlayTestimonial" data-webild-component-path="@/components/sections/hero/HeroOverlayTestimonial">
<HeroOverlayTestimonial
tag="Wagyu Excellence"
title="Experience Unrivaled Wagyu Excellence"
description="Savor the world's finest wagyu beef, meticulously prepared to awaken your senses in a luxurious setting."
kpis={[
{
value: "5-Star",
label: "Dining Experience",
},
{
value: "Master",
label: "Chefs",
},
{
value: "Exquisite",
label: "Dishes",
},
]}
enableKpiAnimation={true}
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Make a Reservation",
href: "#contact",
},
]}
primaryButton={{
text: "View Menu", href: "#menu"}}
secondaryButton={{
text: "Make a Reservation", href: "#contact"}}
imageSrc="https://pixabay.com/get/gfc6b17ec0fa79375d7b965dff48b3d80a87f6e20562a1aede0258a5c306b24b954c3806bfe261c094df89c3c8f7a5031b7a1ceaa14b22667eb56a079fb9ebe69_1280.jpg"
imageAlt="Perfectly cooked wagyu steak on an elegant plate"
mediaAnimation="slide-up"
testimonials={[
{
name: "Sarah Johnson", handle: "@foodieadventures", text: "An absolutely unforgettable dining experience. The Wagyu steak was impeccably cooked, melting in my mouth with every bite. The ambiance and service were just perfect.", rating: 5,
imageSrc: "https://pixabay.com/get/g1f79fab9114a3c677e220a5d13de1c3f54939b98f1dc6ac642c83108da2598ab0dce089b8455c7dd0b61751be12e64b3a489c5b949f45526c4ff0d582c30b2e2_1280.jpg?_wi=1"},
{
name: "Michael Chen", handle: "@m_chen_gourmet", text: "Wagyu Restaurant sets a new standard for luxury dining. The Ribeye with truffle sauce was a revelation, and the wine pairing was exquisite. Highly recommend!", rating: 5,
imageSrc: "https://pixabay.com/get/g40cddb2188647eced812905a3202aa530af82a57e5ff1c47e8c950e2a51822bbd5f34ab641ee9ad2a53771dde8214f5a9da3d416e8b2f07cb27529a2443b6517_1280.jpg?_wi=1"},
{
name: "Emily Rodriguez", handle: "@emilyeatsout", text: "Every dish was a work of art. The attention to detail from the presentation to the flavor profile was exceptional. Truly a culinary journey I won't soon forget.", rating: 5,
imageSrc: "https://pixabay.com/get/g4dd8343126ed4e80bbbbafe184741a0ad20a86314927cd2f27e9fffeb8def8c00d572f720d60421b30f384e3d3e9ee35a087d391ed8fe8c86a6fc2e35313b782_1280.jpg?_wi=1"},
]}
/>
</div>
@@ -105,9 +78,7 @@ export default function LandingPage() {
description="At Wagyu, we are dedicated to sourcing the highest quality A5 Wagyu beef and transforming it into unforgettable dining experiences. Our master chefs combine traditional Japanese techniques with innovative global flavors to create culinary masterpieces that delight the palate. Every dish is a testament to our commitment to excellence, from farm to table."
buttons={[
{
text: "Discover Our Story",
href: "#about",
},
text: "Discover Our Story", href: "#about"},
]}
imageSrc="https://pixabay.com/get/g8f7deaac53bcc997252c9e4459f55aca296e43d3f09d24d48ea1ba258d3796f07f23558401ff7e62265f1fbd7358ab117d8b493f82121bf57bb9eb967ec772f0_1280.jpg"
imageAlt="Luxurious and elegant interior of Wagyu restaurant"
@@ -121,35 +92,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Seared Wagyu Tataki",
tags: [
"Appetizer",
"Delicate",
],
imageSrc: "https://pixabay.com/get/g19a1275e3681536e2e85cdf000c7954481f9f474838129084c7bd88e899a56a749cb12597fd780f1a1a4a5209c9ad7970b246fe3770abd288fa216cb3c2f27da_1280.jpg",
imageAlt: "Seared Wagyu Tataki with garnish",
},
id: "1", title: "Seared Wagyu Tataki", tags: [
"Appetizer", "Delicate"],
imageSrc: "https://pixabay.com/get/g19a1275e3681536e2e85cdf000c7954481f9f474838129084c7bd88e899a56a749cb12597fd780f1a1a4a5209c9ad7970b246fe3770abd288fa216cb3c2f27da_1280.jpg", imageAlt: "Seared Wagyu Tataki with garnish"},
{
id: "2",
title: "Wagyu Ribeye with Truffle Sauce",
tags: [
"Main Course",
"Rich",
],
imageSrc: "https://pixabay.com/get/gde741efcc30eb36f6846230d7de08881231716564e15be8eaeeffd997b1a4b22ba774e4841452f72b0bb3fb9b7e4d8de73e31745bcf5fa3f38db9a93465a4d39_1280.jpg",
imageAlt: "Wagyu Ribeye steak with creamy truffle sauce",
},
id: "2", title: "Wagyu Ribeye with Truffle Sauce", tags: [
"Main Course", "Rich"],
imageSrc: "https://pixabay.com/get/gde741efcc30eb36f6846230d7de08881231716564e15be8eaeeffd997b1a4b22ba774e4841452f72b0bb3fb9b7e4d8de73e31745bcf5fa3f38db9a93465a4d39_1280.jpg", imageAlt: "Wagyu Ribeye steak with creamy truffle sauce"},
{
id: "3",
title: "Wagyu Tenderloin with Foie Gras",
tags: [
"Specialty",
"Luxurious",
],
imageSrc: "https://pixabay.com/get/g2550d8209ef5c7765fa91dc7b891ec69bb387ddf1df456ff089f9c4baa2397fa00da5adc7db81b975955dddccd1c204f72a1e62e5935a8448cb08d1ef10e179f_1280.jpg",
imageAlt: "Wagyu Tenderloin with Foie Gras on a plate",
},
id: "3", title: "Wagyu Tenderloin with Foie Gras", tags: [
"Specialty", "Luxurious"],
imageSrc: "https://pixabay.com/get/g2550d8209ef5c7765fa91dc7b891ec69bb387ddf1df456ff089f9c4baa2397fa00da5adc7db81b975955dddccd1c204f72a1e62e5935a8448cb08d1ef10e179f_1280.jpg", imageAlt: "Wagyu Tenderloin with Foie Gras on a plate"},
]}
title="Signature Wagyu Creations"
description="Indulge in our unique preparations that highlight the rich marbling and delicate flavors of authentic A5 Wagyu beef."
@@ -164,35 +117,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Wagyu Sirloin Steak",
price: "$120",
imageSrc: "https://pixabay.com/get/g4a41ed789cd10c311483f2e29f14b842fb79e4ea25cea5aa6c327257215fd94d499bc0341623a3d1608d00592c7ef62ed449a0fcf14e63d882e302ef7982b71d_1280.jpg",
imageAlt: "Perfectly cooked Wagyu sirloin steak",
},
id: "1", name: "Wagyu Sirloin Steak", price: "$120", imageSrc: "https://pixabay.com/get/g4a41ed789cd10c311483f2e29f14b842fb79e4ea25cea5aa6c327257215fd94d499bc0341623a3d1608d00592c7ef62ed449a0fcf14e63d882e302ef7982b71d_1280.jpg", imageAlt: "Perfectly cooked Wagyu sirloin steak"},
{
id: "2",
name: "Wagyu Filet Mignon",
price: "$150",
imageSrc: "https://pixabay.com/get/g1f077df5702d8f6358687c6b65b7b298bca260e436d42ea8d082c1af98168edcc3bdd77fe6b7707954943b5b79d7e88fca3cbe63820e703551e8d31bdabc7998_1280.jpg",
imageAlt: "Elegant Wagyu filet mignon dish",
},
id: "2", name: "Wagyu Filet Mignon", price: "$150", imageSrc: "https://pixabay.com/get/g1f077df5702d8f6358687c6b65b7b298bca260e436d42ea8d082c1af98168edcc3bdd77fe6b7707954943b5b79d7e88fca3cbe63820e703551e8d31bdabc7998_1280.jpg", imageAlt: "Elegant Wagyu filet mignon dish"},
{
id: "3",
name: "Gourmet Wagyu Burger",
price: "$65",
imageSrc: "https://pixabay.com/get/g6e25ebd8184b24f4fd38b315b3ce46153addff4f63b300c8b66e7f2b31a39b68eabf5417da74fe2fd12187f199b84547667e050c9dbd23c74e21959027d62e47_1280.jpg",
imageAlt: "Premium Wagyu burger with fresh ingredients",
},
id: "3", name: "Gourmet Wagyu Burger", price: "$65", imageSrc: "https://pixabay.com/get/g6e25ebd8184b24f4fd38b315b3ce46153addff4f63b300c8b66e7f2b31a39b68eabf5417da74fe2fd12187f199b84547667e050c9dbd23c74e21959027d62e47_1280.jpg", imageAlt: "Premium Wagyu burger with fresh ingredients"},
{
id: "4",
name: "Chocolate Lava Cake",
price: "$25",
imageSrc: "https://pixabay.com/get/g561913c0f8cbd61b406ec89c583529b27418302d431f9f4e1fd329988667c6dcd2f02fbf53216dc6e58d4caeefd4048bac4ea6b4972cacb0407be4ed9f021059_1280.jpg",
imageAlt: "Decadent chocolate lava cake with molten center",
},
id: "4", name: "Chocolate Lava Cake", price: "$25", imageSrc: "https://pixabay.com/get/g561913c0f8cbd61b406ec89c583529b27418302d431f9f4e1fd329988667c6dcd2f02fbf53216dc6e58d4caeefd4048bac4ea6b4972cacb0407be4ed9f021059_1280.jpg", imageAlt: "Decadent chocolate lava cake with molten center"},
{
id: "5", name: "Wagyu Nigiri Assortment", price: "$95", imageSrc: "https://pixabay.com/get/gd2528148b88d44747715f33f66c05d09f7b15a99dd74e1d152a55ce24c3e806059e7ef59b864a787342795f269a941164923e5df784d0b16f393b4823297a760_1280.jpg", imageAlt: "Assortment of Wagyu nigiri sushi"},
{
id: "6", name: "Wagyu Kushiyaki (Skewers)", price: "$80", imageSrc: "https://pixabay.com/get/g48f95c559869cf1630c722e0307040407f35b4435b8fc6582496a79883659223126f90641b65b63b516b0a1d4715f50a41f6a1d821360acbf394a11f20224213_1280.jpg", imageAlt: "Grilled Wagyu skewers"},
{
id: "7", name: "A5 Miyazaki Ribeye", price: "$250", imageSrc: "https://pixabay.com/get/gd40cddb2188647eced812905a3202aa530af82a57e5ff1c47e8c950e2a51822bbd5f34ab641ee9ad2a53771dde8214f5a9da3d416e8b2f07cb27529a2443b6517_1280.jpg?_wi=1", imageAlt: "Premium A5 Miyazaki Wagyu Ribeye steak"},
{
id: "8", name: "Matcha Lava Cake", price: "$28", imageSrc: "https://pixabay.com/get/g4b2d1c6e1c26b3e0c05336d36e76c1a82f3c0e353b92c4d6f46d7b8a7c2e0b50ed49e497f259ce34f31c828d15024d9c_1280.jpg", imageAlt: "Decadent matcha flavored lava cake"}
]}
title="Our Exquisite Menu"
title="Our Menu"
description="Explore a curated selection of prime Wagyu cuts, delectable appetizers, and decadent desserts, each crafted for perfection."
/>
</div>
@@ -204,45 +145,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@foodieadventures",
testimonial: "An absolutely unforgettable dining experience. The Wagyu steak was impeccably cooked, melting in my mouth with every bite. The ambiance and service were just perfect.",
imageSrc: "https://pixabay.com/get/g1f79fab9114a3c677e220a5d13de1c3f54939b98f1dc6ac642c83108da2598ab0dce089b8455c7dd0b61751be12e64b3a489c5b949f45526c4ff0d582c30b2e2_1280.jpg",
imageAlt: "Portrait of Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "@foodieadventures", testimonial: "An absolutely unforgettable dining experience. The Wagyu steak was impeccably cooked, melting in my mouth with every bite. The ambiance and service were just perfect.", imageSrc: "https://pixabay.com/get/g1f79fab9114a3c677e220a5d13de1c3f54939b98f1dc6ac642c83108da2598ab0dce089b8455c7dd0b61751be12e64b3a489c5b949f45526c4ff0d582c30b2e2_1280.jpg?_wi=2", imageAlt: "Portrait of Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
handle: "@m_chen_gourmet",
testimonial: "Wagyu Restaurant sets a new standard for luxury dining. The Ribeye with truffle sauce was a revelation, and the wine pairing was exquisite. Highly recommend!",
imageSrc: "https://pixabay.com/get/g40cddb2188647eced812905a3202aa530af82a57e5ff1c47e8c950e2a51822bbd5f34ab641ee9ad2a53771dde8214f5a9da3d416e8b2f07cb27529a2443b6517_1280.jpg",
imageAlt: "Portrait of Michael Chen",
},
id: "2", name: "Michael Chen", handle: "@m_chen_gourmet", testimonial: "Wagyu Restaurant sets a new standard for luxury dining. The Ribeye with truffle sauce was a revelation, and the wine pairing was exquisite. Highly recommend!", imageSrc: "https://pixabay.com/get/g40cddb2188647eced812905a3202aa530af82a57e5ff1c47e8c950e2a51822bbd5f34ab641ee9ad2a53771dde8214f5a9da3d416e8b2f07cb27529a2443b6517_1280.jpg?_wi=2", imageAlt: "Portrait of Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyeatsout",
testimonial: "Every dish was a work of art. The attention to detail from the presentation to the flavor profile was exceptional. Truly a culinary journey I won't soon forget.",
imageSrc: "https://pixabay.com/get/g4dd8343126ed4e80bbbbafe184741a0ad20a86314927cd2f27e9fffeb8def8c00d572f720d60421b30f384e3d3e9ee35a087d391ed8fe8c86a6fc2e35313b782_1280.jpg",
imageAlt: "Portrait of Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", handle: "@emilyeatsout", testimonial: "Every dish was a work of art. The attention to detail from the presentation to the flavor profile was exceptional. Truly a culinary journey I won't soon forget.", imageSrc: "https://pixabay.com/get/g4dd8343126ed4e80bbbbafe184741a0ad20a86314927cd2f27e9fffeb8def8c00d572f720d60421b30f384e3d3e9ee35a087d391ed8fe8c86a6fc2e35313b782_1280.jpg?_wi=2", imageAlt: "Portrait of Emily Rodriguez"},
{
id: "4",
name: "David Kim",
handle: "@dk_foodlover",
testimonial: "From the moment we walked in, the service was impeccable. The Wagyu Tataki was a perfect start, followed by the most tender filet I've ever had. A must-visit!",
imageSrc: "https://pixabay.com/get/gc3eadd60a5bf2c85fa5901d15e464b2c86a200b3d0846a9792abfb87eab84ec969303b483648a5bb2ddf850f587b905b40fc5112267478787d887f7b973ae5e0_1280.jpg",
imageAlt: "Portrait of David Kim",
},
id: "4", name: "David Kim", handle: "@dk_foodlover", testimonial: "From the moment we walked in, the service was impeccable. The Wagyu Tataki was a perfect start, followed by the most tender filet I've ever had. A must-visit!", imageSrc: "https://pixabay.com/get/gc3eadd60a5bf2c85fa5901d15e464b2c86a200b3d0846a9792abfb87eab84ec969303b483648a5bb2ddf850f587b905b40fc5112267478787d887f7b973ae5e0_1280.jpg", imageAlt: "Portrait of David Kim"},
{
id: "5",
name: "Jessica Lee",
handle: "@jessleedines",
testimonial: "The atmosphere is intimate and elegant, perfect for a special occasion. The Wagyu tenderloin was simply divine, and the staff made sure every detail was perfect.",
imageSrc: "https://pixabay.com/get/gfd9880007a9fb1c3da1353600595f36d6a59c76230359333bf6c77e7efa1da5aea1e6536790fd86111c6b457fb6be39c4178533b844ae10e51af2f58b73d4759_1280.jpg",
imageAlt: "Portrait of Jessica Lee",
},
id: "5", name: "Jessica Lee", handle: "@jessleedines", testimonial: "The atmosphere is intimate and elegant, perfect for a special occasion. The Wagyu tenderloin was simply divine, and the staff made sure every detail was perfect.", imageSrc: "https://pixabay.com/get/gfd9880007a9fb1c3da1353600595f36d6a59c76230359333bf6c77e7efa1da5aea1e6536790fd86111c6b457fb6be39c4178533b844ae10e51af2f58b73d4759_1280.jpg", imageAlt: "Portrait of Jessica Lee"},
]}
title="What Our Guests Say"
description="Hear from diners who have experienced the unique taste and luxurious ambiance of Wagyu Restaurant."
@@ -255,27 +166,16 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do you accommodate dietary restrictions?",
content: "Yes, we strive to accommodate all dietary needs. Please inform us of any allergies or restrictions when making your reservation.",
},
id: "1", title: "Do you accommodate dietary restrictions?", content: "Yes, we strive to accommodate all dietary needs. Please inform us of any allergies or restrictions when making your reservation."},
{
id: "2",
title: "What is your corkage policy?",
content: "We offer a corkage service for a fee of $45 per 750ml bottle, with a maximum of two bottles per table. Special vintage exceptions may apply.",
},
id: "2", title: "What is your corkage policy?", content: "We offer a corkage service for a fee of $45 per 750ml bottle, with a maximum of two bottles per table. Special vintage exceptions may apply."},
{
id: "3",
title: "Do you offer private dining rooms?",
content: "Yes, Wagyu offers exclusive private dining rooms perfect for intimate celebrations or corporate events. Please contact us directly for availability and bespoke menu options.",
},
id: "3", title: "Do you offer private dining rooms?", content: "Yes, Wagyu offers exclusive private dining rooms perfect for intimate celebrations or corporate events. Please contact us directly for availability and bespoke menu options."},
]}
ctaTitle="Make a Reservation"
ctaDescription="Secure your table for an extraordinary dining experience at Wagyu. Our team looks forward to welcoming you."
ctaButton={{
text: "Book Now",
href: "https://example.com/reservations",
}}
text: "Book Now", href: "https://example.com/reservations"}}
ctaIcon={Calendar}
accordionAnimationType="smooth"
/>
@@ -286,58 +186,35 @@ export default function LandingPage() {
logoText="Wagyu"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Appetizers",
href: "#menu",
},
label: "Appetizers", href: "#menu"},
{
label: "Main Courses",
href: "#menu",
},
label: "Main Courses", href: "#menu"},
{
label: "Desserts",
href: "#menu",
},
label: "Desserts", href: "#menu"},
{
label: "Wine List",
href: "#menu",
},
label: "Wine List", href: "#menu"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Our Chefs",
href: "/chefs",
},
label: "Our Chefs", href: "/chefs"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
],
},
{
title: "Contact Us",
items: [
title: "Contact Us", items: [
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
{
label: "Location",
href: "https://maps.google.com",
},
label: "Location", href: "https://maps.google.com"},
{
label: "Private Events",
href: "/events",
},
label: "Private Events", href: "/events"},
],
},
]}