Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-15 10:17:43 +00:00

View File

@@ -57,7 +57,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="The Sushi House Promise"
description="Our chefs meticulously prepare every roll with hand-selected fish, seasonal vegetables, and locally sourced rice for the ultimate dining experience."
useInvertedBackground={false}
/>
</div>
@@ -125,7 +124,6 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
title="Frequently Asked Questions"
sideTitle="Sushi House FAQ"
faqsAnimation="slide-up"
faqs={[
@@ -141,6 +139,7 @@ export default function LandingPage() {
title="Connect with Sushi House"
description="We would love to hear from you. Reach out for reservations or private events."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>