Update src/app/page.tsx

This commit is contained in:
2026-03-04 12:24:10 +00:00
parent c78dde9185
commit ad81f270e5

View File

@@ -86,7 +86,7 @@ export default function LandingPage() {
tag="Our Story"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg"
imageAlt="Foodie restaurant dining room"
buttons={[{ text: "Learn More", href: "#" }]}
buttons={[{ text: "Reserve Now", href: "#contact" }]}
useInvertedBackground={false}
/>
</div>
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}