Merge version_1 into main #3

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

View File

@@ -88,6 +88,9 @@ export default function LandingPage() {
<div id="feature" data-section="feature">
<FeatureCardTwentyOne
title="Fresh Ingredients"
description="We source only the highest quality produce for our traditional recipes."
accordionItems={[{ id: "1", title: "Locally Sourced", content: "Fresh veggies daily." }, { id: "2", title: "Premium Meats", content: "High quality cuts." }]}
useInvertedBackground={false}
videoSrc="http://img.b2bpic.net/free-photo/pasta-soup-table_140725-808.jpg"
/>
@@ -101,8 +104,8 @@ export default function LandingPage() {
title="Latest News"
description="Stay updated with our latest dishes and community events."
blogs={[
{ id: "1", title: "New Seasonal Pho", imageSrc: "", date: "2023-10-01" },
{ id: "2", title: "Anniversary Event", imageSrc: "", date: "2023-11-01" }
{ id: "1", title: "New Seasonal Pho", category: "Food", excerpt: "Try our new spiced pho today.", authorName: "Chef Ken", authorAvatar: "", imageSrc: "", date: "2023-10-01" },
{ id: "2", title: "Anniversary Event", category: "Events", excerpt: "Join us for our 5th anniversary.", authorName: "Admin", authorAvatar: "", imageSrc: "", date: "2023-11-01" }
]}
/>
</div>