Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-26 00:49:12 +00:00

View File

@@ -77,8 +77,8 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
faqs={[
{ question: "Is it BYO?", answer: "Yes, we are BYO friendly." },
{ question: "Are you open on weekends?", answer: "Yes, we are open 7 days a week." }
{ id: "1", title: "Is it BYO?", content: "Yes, we are BYO friendly." },
{ id: "2", title: "Are you open on weekends?", content: "Yes, we are open 7 days a week." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -89,8 +89,6 @@ export default function LandingPage() {
<div id="feature" data-section="feature">
<FeatureCardTwentyOne
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pasta-soup-table_140725-808.jpg"
imageAlt="pasta soup on the table"
videoSrc="http://img.b2bpic.net/free-photo/pasta-soup-table_140725-808.jpg"
/>
</div>
@@ -103,8 +101,8 @@ export default function LandingPage() {
title="Latest News"
description="Stay updated with our latest dishes and community events."
blogs={[
{ title: "New Seasonal Pho", description: "Try our new ginger infused pho.", imageSrc: "", date: "2023-10-01" },
{ title: "Anniversary Event", description: "Celebrate 5 years with us.", imageSrc: "", date: "2023-11-01" }
{ id: "1", title: "New Seasonal Pho", imageSrc: "", date: "2023-10-01" },
{ id: "2", title: "Anniversary Event", imageSrc: "", date: "2023-11-01" }
]}
/>
</div>