3 Commits

Author SHA1 Message Date
ad81f270e5 Update src/app/page.tsx 2026-03-04 12:24:10 +00:00
c78dde9185 Update src/app/layout.tsx 2026-03-04 12:24:10 +00:00
ad3b919a33 Merge version_2 into main
Merge version_2 into main
2026-03-04 12:18:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

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