Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-03-26 14:40:57 +00:00

View File

@@ -72,15 +72,14 @@ export default function AboutPage() {
<div id="about-us" data-section="about-us">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Our Story: Bringing Authentic Flavors to Your Table" }
{ type: "text", content: "Our Story: Bringing Authentic Flavors to Your Table" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg?_wi=3", alt: "Delicious Indian dishes on a table" }
]}
buttons={[
{ text: "View Our Menu", href: "/menu" },
{ text: "Reserve a Table", href: "/reservations" }
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg?_wi=3"
imageAlt="Delicious Indian dishes on a table"
/>
</div>